-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] add stripHexPrefix method to migration guide (#6843)
* add stripHexPrefix method to accounts migration guide * add stripHexPrefix method to web3-utils migration guide
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 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
0e59f28
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
9246
ops/sec (±4.40%
)9301
ops/sec (±4.81%
)1.01
processingContractDeploy
42202
ops/sec (±7.13%
)39129
ops/sec (±7.62%
)0.93
processingContractMethodSend
20718
ops/sec (±6.87%
)19443
ops/sec (±5.19%
)0.94
processingContractMethodCall
41527
ops/sec (±5.67%
)38971
ops/sec (±6.34%
)0.94
abiEncode
46895
ops/sec (±7.00%
)44252
ops/sec (±6.92%
)0.94
abiDecode
33731
ops/sec (±6.47%
)30419
ops/sec (±8.89%
)0.90
sign
1678
ops/sec (±0.78%
)1656
ops/sec (±4.08%
)0.99
verify
376
ops/sec (±0.56%
)373
ops/sec (±0.78%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.