-
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.
Result of contract method .send is hard to type (#6883)
* fix: Add videos to Plugin Section * add deploy and send types * lint fix * add types to web3 packcage * fix unit tests * test * test * test * revert * changelog
- Loading branch information
Showing
5 changed files
with
44 additions
and
13 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
2373e94
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
9434
ops/sec (±4.95%
)9301
ops/sec (±4.81%
)0.99
processingContractDeploy
41543
ops/sec (±6.88%
)39129
ops/sec (±7.62%
)0.94
processingContractMethodSend
20522
ops/sec (±5.92%
)19443
ops/sec (±5.19%
)0.95
processingContractMethodCall
39893
ops/sec (±4.91%
)38971
ops/sec (±6.34%
)0.98
abiEncode
46074
ops/sec (±6.65%
)44252
ops/sec (±6.92%
)0.96
abiDecode
32141
ops/sec (±6.84%
)30419
ops/sec (±8.89%
)0.95
sign
1688
ops/sec (±0.86%
)1656
ops/sec (±4.08%
)0.98
verify
375
ops/sec (±0.55%
)373
ops/sec (±0.78%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.