-
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.
catching promise - legacy provider error (#7022)
* adding data check for revert util method * fix up tests * fix lint * change legacy request * revert contract changes, add try catch * fix lint * fix changes * update tests * lint and feedback * update test * update test * format
- Loading branch information
Alex
authored
May 14, 2024
1 parent
0408125
commit 866469d
Showing
5 changed files
with
106 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
866469d
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
8892
ops/sec (±3.98%
)9033
ops/sec (±3.91%
)1.02
processingContractDeploy
38535
ops/sec (±6.62%
)39144
ops/sec (±7.12%
)1.02
processingContractMethodSend
18875
ops/sec (±7.64%
)18833
ops/sec (±7.39%
)1.00
processingContractMethodCall
40251
ops/sec (±5.97%
)37969
ops/sec (±6.28%
)0.94
abiEncode
42727
ops/sec (±6.75%
)42697
ops/sec (±7.11%
)1.00
abiDecode
29052
ops/sec (±7.20%
)29364
ops/sec (±7.78%
)1.01
sign
1560
ops/sec (±0.80%
)1555
ops/sec (±0.74%
)1.00
verify
371
ops/sec (±0.49%
)357
ops/sec (±2.74%
)0.96
This comment was automatically generated by workflow using github-action-benchmark.