-
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 infura tests and secrets (#7163)
* have tests run in pr * update test * update * update secrets * update * remove tests that involve getting blocks that are archived * update storage tests * adding tests * update tests * update package.json * update * update tests * update * update tests * update fee history * update * format * update blackbox tests * update scripts * revert tests * update fixtures * update tests * change back rules
- Loading branch information
Showing
24 changed files
with
423 additions
and
166 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ on: | |
- release/** | ||
tags: | ||
- v4.* | ||
|
||
jobs: | ||
build: | ||
name: Build Packages | ||
|
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.
61e9e06
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
8729
ops/sec (±4.67%
)8972
ops/sec (±4.22%
)1.03
processingContractDeploy
37973
ops/sec (±6.91%
)37667
ops/sec (±8.75%
)0.99
processingContractMethodSend
15996
ops/sec (±6.56%
)16256
ops/sec (±7.35%
)1.02
processingContractMethodCall
27488
ops/sec (±6.50%
)28156
ops/sec (±6.87%
)1.02
abiEncode
43224
ops/sec (±7.07%
)42470
ops/sec (±9.98%
)0.98
abiDecode
29694
ops/sec (±7.87%
)31063
ops/sec (±6.67%
)1.05
sign
1501
ops/sec (±3.13%
)1537
ops/sec (±0.68%
)1.02
verify
368
ops/sec (±0.51%
)365
ops/sec (±0.72%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.