-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct type and documentation for
baseFeePerGas
at `web3.eth.…
…getFeeHistory` (#7291) * update type and documentation for `baseFeePerGas` at `web3.eth.getFeeHistory` * fix a type at a unit test
- Loading branch information
1 parent
76c468a
commit 7c207b8
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7c207b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
processingTx
20590
ops/sec (±8.07%
)21644
ops/sec (±7.51%
)1.05
processingContractDeploy
39585
ops/sec (±5.47%
)39881
ops/sec (±6.40%
)1.01
processingContractMethodSend
14808
ops/sec (±10.80%
)15939
ops/sec (±6.63%
)1.08
processingContractMethodCall
27609
ops/sec (±6.88%
)27981
ops/sec (±6.91%
)1.01
abiEncode
42563
ops/sec (±7.37%
)43956
ops/sec (±6.74%
)1.03
abiDecode
28955
ops/sec (±7.81%
)29215
ops/sec (±9.42%
)1.01
sign
1499
ops/sec (±3.09%
)1506
ops/sec (±3.35%
)1.00
verify
362
ops/sec (±0.59%
)366
ops/sec (±0.56%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.