-
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.
Handle common cases for smart contract errors according to EIP 838 (#…
…7155) * handle smart contracts errors `Error(string)` and `Panic(uint256)` * add tests * update CHANGELOG.md
- Loading branch information
1 parent
9b32205
commit 7a6e492
Showing
4 changed files
with
75 additions
and
2 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
7a6e492
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
22522
ops/sec (±8.59%
)23392
ops/sec (±7.52%
)1.04
processingContractDeploy
39622
ops/sec (±7.51%
)40479
ops/sec (±6.69%
)1.02
processingContractMethodSend
17407
ops/sec (±7.00%
)16317
ops/sec (±6.87%
)0.94
processingContractMethodCall
28383
ops/sec (±7.80%
)27614
ops/sec (±8.40%
)0.97
abiEncode
46331
ops/sec (±6.95%
)46686
ops/sec (±6.17%
)1.01
abiDecode
31565
ops/sec (±7.20%
)31121
ops/sec (±7.84%
)0.99
sign
1592
ops/sec (±0.56%
)1556
ops/sec (±0.91%
)0.98
verify
371
ops/sec (±2.76%
)369
ops/sec (±0.48%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.