-
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.
feat: make getEthereumjsTxDataFromTransaction not trim extra fields (#…
…7282) * feat: make getEthereumjsTxDataFromTransaction not trim extra fields * fix: lint issues * fix: tests * fix: revert the changes and just spread extra fields * chore: changelog
- Loading branch information
1 parent
c602fc6
commit cc99825
Showing
6 changed files
with
122 additions
and
19 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
cc99825
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
21879
ops/sec (±7.68%
)22432
ops/sec (±6.29%
)1.03
processingContractDeploy
38811
ops/sec (±6.95%
)39716
ops/sec (±8.35%
)1.02
processingContractMethodSend
15153
ops/sec (±7.20%
)15739
ops/sec (±9.03%
)1.04
processingContractMethodCall
27291
ops/sec (±6.06%
)28613
ops/sec (±6.55%
)1.05
abiEncode
41796
ops/sec (±7.77%
)45466
ops/sec (±7.38%
)1.09
abiDecode
28813
ops/sec (±7.30%
)30872
ops/sec (±7.68%
)1.07
sign
1512
ops/sec (±0.76%
)1492
ops/sec (±3.27%
)0.99
verify
359
ops/sec (±0.56%
)369
ops/sec (±0.47%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.