-
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.
Fix transaction receipt return type (#7159)
* add default array to block.transactions * update * update * update * update changelog --------- Co-authored-by: CI <[email protected]>
- Loading branch information
1 parent
cbcfc18
commit 5f6deeb
Showing
2 changed files
with
3 additions
and
3 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
5f6deeb
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
9233
ops/sec (±3.97%
)9153
ops/sec (±4.31%
)0.99
processingContractDeploy
40168
ops/sec (±4.88%
)40380
ops/sec (±6.17%
)1.01
processingContractMethodSend
16302
ops/sec (±6.45%
)16446
ops/sec (±6.81%
)1.01
processingContractMethodCall
28306
ops/sec (±6.19%
)27283
ops/sec (±7.60%
)0.96
abiEncode
42794
ops/sec (±8.67%
)46030
ops/sec (±6.70%
)1.08
abiDecode
31117
ops/sec (±7.21%
)30377
ops/sec (±7.33%
)0.98
sign
1588
ops/sec (±0.64%
)1557
ops/sec (±0.83%
)0.98
verify
367
ops/sec (±0.70%
)371
ops/sec (±0.36%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.