-
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.
6992 getText update and getName fix (#7047)
* getText with address as input * reverse resolution support * changelog update * fix * lint fix * name update * updated getname test
- Loading branch information
Showing
4 changed files
with
31 additions
and
11 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
962b99f
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
9347
ops/sec (±4.12%
)8880
ops/sec (±3.76%
)0.95
processingContractDeploy
39267
ops/sec (±7.45%
)38813
ops/sec (±6.13%
)0.99
processingContractMethodSend
20364
ops/sec (±6.85%
)18943
ops/sec (±7.10%
)0.93
processingContractMethodCall
41222
ops/sec (±6.07%
)38006
ops/sec (±5.78%
)0.92
abiEncode
46343
ops/sec (±6.97%
)43737
ops/sec (±6.49%
)0.94
abiDecode
30832
ops/sec (±8.28%
)29525
ops/sec (±8.05%
)0.96
sign
1603
ops/sec (±3.74%
)1523
ops/sec (±3.37%
)0.95
verify
380
ops/sec (±0.55%
)371
ops/sec (±0.54%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.