Skip to content

Commit

Permalink
change rpc-providers version to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed Jun 12, 2024
1 parent 968bac9 commit 27c790f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/web3-rpc-providers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## [0.1.0-alpha.1]
## [1.0.0.rc.0]

#### Added

- Alpha release
- RC release

## [Unreleased]
2 changes: 1 addition & 1 deletion packages/web3-rpc-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-rpc-providers",
"version": "1.0.0-alpha.0",
"version": "1.0.0-rc.0",
"description": "Web3 Providers package",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Documentation:

### web3-rpc-providers

- Alpha release
- RC release

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"web3-providers-http": "^4.1.0",
"web3-providers-ws": "^4.0.7",
"web3-rpc-methods": "^1.3.0",
"web3-rpc-providers": "^1.0.0-alpha.0",
"web3-rpc-providers": "^1.0.0-rc.0",
"web3-types": "^1.7.0",
"web3-utils": "^4.3.0",
"web3-validator": "^2.0.6"
Expand Down

1 comment on commit 27c790f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 27c790f Previous: 7f8e504 Ratio
processingTx 8921 ops/sec (±4.12%) 9412 ops/sec (±3.41%) 1.06
processingContractDeploy 38446 ops/sec (±6.64%) 37961 ops/sec (±7.80%) 0.99
processingContractMethodSend 18446 ops/sec (±7.08%) 19198 ops/sec (±6.60%) 1.04
processingContractMethodCall 36393 ops/sec (±6.49%) 39395 ops/sec (±5.47%) 1.08
abiEncode 41365 ops/sec (±6.91%) 44551 ops/sec (±6.60%) 1.08
abiDecode 28236 ops/sec (±7.37%) 30560 ops/sec (±7.70%) 1.08
sign 1581 ops/sec (±0.88%) 1612 ops/sec (±0.84%) 1.02
verify 362 ops/sec (±0.56%) 374 ops/sec (±0.51%) 1.03

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.