-
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 populate tx method * Update types.ts * fix populate tx * fix lint * add test * changelog * regenerate changelog * fix logs
- Loading branch information
Showing
7 changed files
with
157 additions
and
66 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
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
59e67bf
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
8895
ops/sec (±4.11%
)9175
ops/sec (±3.95%
)1.03
processingContractDeploy
39951
ops/sec (±7.33%
)38902
ops/sec (±6.92%
)0.97
processingContractMethodSend
16346
ops/sec (±9.26%
)15550
ops/sec (±7.85%
)0.95
processingContractMethodCall
28343
ops/sec (±6.15%
)27222
ops/sec (±8.01%
)0.96
abiEncode
44357
ops/sec (±8.20%
)43564
ops/sec (±6.49%
)0.98
abiDecode
32292
ops/sec (±6.23%
)30187
ops/sec (±7.32%
)0.93
sign
1544
ops/sec (±4.56%
)1545
ops/sec (±0.67%
)1.00
verify
377
ops/sec (±0.41%
)367
ops/sec (±0.61%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.