-
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.
Add
contract.decodeMethodData(...)
method to decode contract method…
…s and to `contract.deploy(...).decodeData(...)` decode constructor parameters (#6950) * add contract.deploy(...).decodeData(...) and contract.decodeMethodData(...) * add unit tests * update CHANGELOG.md * add method documentation
- Loading branch information
1 parent
5a579fa
commit ce59737
Showing
5 changed files
with
223 additions
and
50 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
Oops, something went wrong.
ce59737
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
9539
ops/sec (±4.00%
)9301
ops/sec (±4.81%
)0.98
processingContractDeploy
39528
ops/sec (±6.32%
)39129
ops/sec (±7.62%
)0.99
processingContractMethodSend
20249
ops/sec (±7.33%
)19443
ops/sec (±5.19%
)0.96
processingContractMethodCall
41027
ops/sec (±6.04%
)38971
ops/sec (±6.34%
)0.95
abiEncode
44826
ops/sec (±8.08%
)44252
ops/sec (±6.92%
)0.99
abiDecode
31482
ops/sec (±6.62%
)30419
ops/sec (±8.89%
)0.97
sign
1593
ops/sec (±0.84%
)1656
ops/sec (±4.08%
)1.04
verify
380
ops/sec (±0.45%
)373
ops/sec (±0.78%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.