-
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(onNewProviderDiscovered): callback-parameter (#7242)
* fix(onNewProviderDiscovered): callback-parameter Callback for `onNewProviderDiscovered`should have `EIP6963ProvidersMapUpdateEvent` parameter Closes #7241 * Update Changelog * Fix Changelog * Remove Unnecessary Whitespace
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
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
27155ea
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
21492
ops/sec (±7.89%
)23117
ops/sec (±6.26%
)1.08
processingContractDeploy
40035
ops/sec (±5.14%
)40079
ops/sec (±7.66%
)1.00
processingContractMethodSend
15323
ops/sec (±10.31%
)15960
ops/sec (±9.63%
)1.04
processingContractMethodCall
28246
ops/sec (±6.49%
)28404
ops/sec (±6.43%
)1.01
abiEncode
43024
ops/sec (±7.13%
)43768
ops/sec (±7.10%
)1.02
abiDecode
29932
ops/sec (±7.74%
)30387
ops/sec (±8.42%
)1.02
sign
1509
ops/sec (±3.19%
)1499
ops/sec (±3.12%
)0.99
verify
367
ops/sec (±0.55%
)368
ops/sec (±0.59%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.