-
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.
Browse files
Browse the repository at this point in the history
* fix(#7044): fix too many decimals passed to toWei * add test case * add tests and fix fromWei * add changelog and update tests * update test --------- Co-authored-by: Alex Luu <alex.luu@mail.utoronto.ca>
- Loading branch information
Showing
3 changed files
with
35 additions
and
23 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
553f270
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
9223
ops/sec (±3.52%
)9127
ops/sec (±3.93%
)0.99
processingContractDeploy
38080
ops/sec (±7.25%
)38174
ops/sec (±6.85%
)1.00
processingContractMethodSend
19561
ops/sec (±4.97%
)19643
ops/sec (±6.67%
)1.00
processingContractMethodCall
38511
ops/sec (±5.89%
)39588
ops/sec (±5.50%
)1.03
abiEncode
43655
ops/sec (±6.63%
)44820
ops/sec (±6.55%
)1.03
abiDecode
29655
ops/sec (±8.94%
)30431
ops/sec (±7.47%
)1.03
sign
1555
ops/sec (±3.84%
)1586
ops/sec (±0.75%
)1.02
verify
371
ops/sec (±0.51%
)369
ops/sec (±0.54%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.