-
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.
feat: Add getMaxPriorityFeePerGas method (#6748)
* add getMaxPriorityFeePerGas method * update CHANGELOG.md files * add integration test * add a unit test --------- Co-authored-by: Alex <[email protected]>
- Loading branch information
1 parent
9023511
commit e774646
Showing
9 changed files
with
304 additions
and
207 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
Oops, something went wrong.
e774646
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
9295
ops/sec (±4.69%
)9301
ops/sec (±4.81%
)1.00
processingContractDeploy
41695
ops/sec (±6.59%
)39129
ops/sec (±7.62%
)0.94
processingContractMethodSend
20222
ops/sec (±6.65%
)19443
ops/sec (±5.19%
)0.96
processingContractMethodCall
39929
ops/sec (±5.36%
)38971
ops/sec (±6.34%
)0.98
abiEncode
45709
ops/sec (±7.27%
)44252
ops/sec (±6.92%
)0.97
abiDecode
30892
ops/sec (±8.95%
)30419
ops/sec (±8.89%
)0.98
sign
1643
ops/sec (±3.52%
)1656
ops/sec (±4.08%
)1.01
verify
384
ops/sec (±0.52%
)373
ops/sec (±0.78%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.