-
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(docs): contract-tutorial-hardhat-node (#7076)
* Contract Tutorial Fixes - Ganache has been deprecated, use Hardhat - Use JavaScript instead of TypeScript - Improvements (more links, formatting/consistency) and simplifications * Hardhat node can use default automine behavior * Remove private keys
- Loading branch information
Showing
3 changed files
with
238 additions
and
269 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
Oops, something went wrong.
9fe4eb2
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
8980
ops/sec (±4.80%
)9151
ops/sec (±3.87%
)1.02
processingContractDeploy
38804
ops/sec (±6.95%
)38199
ops/sec (±8.00%
)0.98
processingContractMethodSend
20527
ops/sec (±4.43%
)18831
ops/sec (±7.05%
)0.92
processingContractMethodCall
40756
ops/sec (±6.35%
)37775
ops/sec (±5.08%
)0.93
abiEncode
44494
ops/sec (±8.23%
)43128
ops/sec (±7.05%
)0.97
abiDecode
30658
ops/sec (±7.47%
)30542
ops/sec (±6.35%
)1.00
sign
1598
ops/sec (±0.76%
)1512
ops/sec (±3.92%
)0.95
verify
375
ops/sec (±0.38%
)367
ops/sec (±0.55%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.