-
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 an issue with detecting Uint8Array (#6486)
* fix issue with detecting Uint8Array (fix: `value "..." at "/0" must pass "bytes" validation`) * remove a comment that was left be mistake * add tests for Uint8Array in jsdom * update CHANGELOG.md files
- Loading branch information
1 parent
65a9862
commit 2a40b66
Showing
21 changed files
with
958 additions
and
42 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
Oops, something went wrong.
2a40b66
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
9397
ops/sec (±4.48%
)9301
ops/sec (±4.81%
)0.99
processingContractDeploy
39616
ops/sec (±6.54%
)39129
ops/sec (±7.62%
)0.99
processingContractMethodSend
20004
ops/sec (±7.41%
)19443
ops/sec (±5.19%
)0.97
processingContractMethodCall
39336
ops/sec (±5.37%
)38971
ops/sec (±6.34%
)0.99
abiEncode
46175
ops/sec (±6.48%
)44252
ops/sec (±6.92%
)0.96
abiDecode
30023
ops/sec (±7.65%
)30419
ops/sec (±8.89%
)1.01
sign
1681
ops/sec (±0.80%
)1656
ops/sec (±4.08%
)0.99
verify
371
ops/sec (±3.26%
)373
ops/sec (±0.78%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.