-
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 padRight validation failure on large uint (#7265)
* fix padRight validation failure on large uint * update CHANGELOG.md
- Loading branch information
1 parent
61babcc
commit aa471e7
Showing
3 changed files
with
15 additions
and
3 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
aa471e7
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
21158
ops/sec (±9.13%
)21257
ops/sec (±6.74%
)1.00
processingContractDeploy
39080
ops/sec (±6.04%
)39869
ops/sec (±7.27%
)1.02
processingContractMethodSend
15073
ops/sec (±10.51%
)15648
ops/sec (±7.56%
)1.04
processingContractMethodCall
27542
ops/sec (±6.80%
)27272
ops/sec (±8.03%
)0.99
abiEncode
41986
ops/sec (±6.88%
)43420
ops/sec (±6.60%
)1.03
abiDecode
29298
ops/sec (±7.95%
)29805
ops/sec (±7.97%
)1.02
sign
1506
ops/sec (±0.77%
)1521
ops/sec (±0.83%
)1.01
verify
357
ops/sec (±3.31%
)360
ops/sec (±0.50%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.