-
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 towei scientific notation (#6908)
* update utils * replace web3 eventemitter for eventemitter3 * update tests * update snapshot * remove connection error test * fix scientific notation * add error * add warnings and address feedback * update * update * add testcases * add more testcases * uses parsednumber * update test case * refactor * update changelog --------- Co-authored-by: Muhammad Altabba <[email protected]>
- Loading branch information
1 parent
dd172c7
commit d4e937d
Showing
4 changed files
with
56 additions
and
5 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
d4e937d
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
8940
ops/sec (±4.46%
)9301
ops/sec (±4.81%
)1.04
processingContractDeploy
37084
ops/sec (±5.64%
)39129
ops/sec (±7.62%
)1.06
processingContractMethodSend
19122
ops/sec (±8.06%
)19443
ops/sec (±5.19%
)1.02
processingContractMethodCall
38545
ops/sec (±6.03%
)38971
ops/sec (±6.34%
)1.01
abiEncode
42765
ops/sec (±7.08%
)44252
ops/sec (±6.92%
)1.03
abiDecode
30658
ops/sec (±8.09%
)30419
ops/sec (±8.89%
)0.99
sign
1518
ops/sec (±3.35%
)1656
ops/sec (±4.08%
)1.09
verify
371
ops/sec (±0.58%
)373
ops/sec (±0.78%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.