-
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.
allow fromwei and toWei to accept numbers as units (#7052)
* allow fromwei and toWei to accept numbers as units * add error and testcases
- Loading branch information
Alex
authored
May 22, 2024
1 parent
553f270
commit 3904a46
Showing
6 changed files
with
77 additions
and
14 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
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
3904a46
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
9074
ops/sec (±5.00%
)9223
ops/sec (±3.52%
)1.02
processingContractDeploy
40926
ops/sec (±5.60%
)38080
ops/sec (±7.25%
)0.93
processingContractMethodSend
20386
ops/sec (±7.30%
)19561
ops/sec (±4.97%
)0.96
processingContractMethodCall
40611
ops/sec (±6.33%
)38511
ops/sec (±5.89%
)0.95
abiEncode
45322
ops/sec (±7.04%
)43655
ops/sec (±6.63%
)0.96
abiDecode
30998
ops/sec (±7.93%
)29655
ops/sec (±8.94%
)0.96
sign
1602
ops/sec (±3.59%
)1555
ops/sec (±3.84%
)0.97
verify
379
ops/sec (±0.71%
)371
ops/sec (±0.51%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.