Skip to content

Commit

Permalink
bumped types to patch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 21, 2024
1 parent f2a083c commit 446f43c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/web3-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"web3-eth-iban": "^4.0.7",
"web3-providers-http": "^4.2.0",
"web3-providers-ws": "^4.0.8",
"web3-types": "^2.0.0",
"web3-types": "^1.8.1",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"abitype": "0.7.1",
"web3-errors": "^1.3.0",
"web3-types": "^2.0.0",
"web3-types": "^1.8.1",
"web3-utils": "^4.3.2",
"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 @@ -70,7 +70,7 @@
"web3-net": "^4.1.0",
"web3-providers-ws": "^4.0.8",
"web3-rpc-methods": "^1.3.0",
"web3-types": "^2.0.0",
"web3-types": "^1.8.1",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ Documentation:

- Add COMMITTED to BlockTags (#7124)

## [2.0.0]
## [1.8.1]

### Changed
### Fixed

- update the type for `baseFeePerGas` at `web3.eth.getFeeHistory` to be a number. (#7291)

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-types",
"version": "2.0.0",
"version": "1.8.1",
"description": "Provide the common data structures and interfaces for web3 modules.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"ethereum-cryptography": "^2.0.0",
"eventemitter3": "^5.0.1",
"web3-errors": "^1.3.0",
"web3-types": "^2.0.0",
"web3-types": "^1.8.1",
"web3-validator": "^2.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"web3-providers-ws": "^4.0.8",
"web3-rpc-methods": "^1.3.0",
"web3-rpc-providers": "^1.0.0-rc.2",
"web3-types": "^2.0.0",
"web3-types": "^1.8.1",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
}
Expand Down

1 comment on commit 446f43c

@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: 446f43c Previous: 822f8c1 Ratio
processingTx 22425 ops/sec (±6.80%) 22958 ops/sec (±7.21%) 1.02
processingContractDeploy 40842 ops/sec (±7.52%) 40077 ops/sec (±7.24%) 0.98
processingContractMethodSend 16514 ops/sec (±9.05%) 15807 ops/sec (±8.02%) 0.96
processingContractMethodCall 28842 ops/sec (±6.19%) 27362 ops/sec (±8.03%) 0.95
abiEncode 45700 ops/sec (±7.25%) 44555 ops/sec (±6.70%) 0.97
abiDecode 30945 ops/sec (±7.28%) 30694 ops/sec (±6.83%) 0.99
sign 1547 ops/sec (±3.79%) 1590 ops/sec (±1.37%) 1.03
verify 370 ops/sec (±0.43%) 365 ops/sec (±0.53%) 0.99

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

Please sign in to comment.