Skip to content

Commit

Permalink
change web3-eth-abi package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed May 23, 2024
1 parent acf91ed commit 5067992
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Documentation:

- Dependencies updated

## [4.3.0]
## [4.2.2]

### Changed

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-abi",
"version": "4.3.0",
"version": "4.2.2",
"description": "Web3 module encode and decode EVM in/output.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"web3-core": "^4.4.0",
"web3-errors": "^1.2.0",
"web3-eth": "^4.7.0",
"web3-eth-abi": "^4.3.0",
"web3-eth-abi": "^4.2.2",
"web3-types": "^1.6.0",
"web3-utils": "^4.3.0",
"web3-validator": "^2.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"setimmediate": "^1.0.5",
"web3-core": "^4.4.0",
"web3-errors": "^1.2.0",
"web3-eth-abi": "^4.3.0",
"web3-eth-abi": "^4.2.2",
"web3-eth-accounts": "^4.1.2",
"web3-net": "^4.1.0",
"web3-providers-ws": "^4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"web3-core": "^4.4.0",
"web3-errors": "^1.2.0",
"web3-eth": "^4.7.0",
"web3-eth-abi": "^4.3.0",
"web3-eth-abi": "^4.2.2",
"web3-eth-accounts": "^4.1.2",
"web3-eth-contract": "^4.5.0",
"web3-eth-ens": "^4.3.0",
Expand Down

1 comment on commit 5067992

@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: 5067992 Previous: f4e55bd Ratio
processingTx 8933 ops/sec (±3.69%) 9157 ops/sec (±3.53%) 1.03
processingContractDeploy 38232 ops/sec (±7.21%) 39854 ops/sec (±6.49%) 1.04
processingContractMethodSend 18537 ops/sec (±6.81%) 19031 ops/sec (±8.97%) 1.03
processingContractMethodCall 36557 ops/sec (±5.25%) 37579 ops/sec (±6.24%) 1.03
abiEncode 42453 ops/sec (±6.84%) 42781 ops/sec (±6.77%) 1.01
abiDecode 30493 ops/sec (±6.14%) 29806 ops/sec (±7.94%) 0.98
sign 1525 ops/sec (±4.17%) 1522 ops/sec (±3.29%) 1.00
verify 353 ops/sec (±0.59%) 368 ops/sec (±0.73%) 1.04

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

Please sign in to comment.