-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docs): contracts-tutorial #7084
Conversation
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
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
Benchmark suite | Current: 5d9e570 | Previous: 7af8090 | Ratio |
---|---|---|---|
processingTx |
8908 ops/sec (±4.70% ) |
9348 ops/sec (±3.97% ) |
1.05 |
processingContractDeploy |
37386 ops/sec (±6.44% ) |
40452 ops/sec (±6.63% ) |
1.08 |
processingContractMethodSend |
18675 ops/sec (±7.77% ) |
19668 ops/sec (±6.95% ) |
1.05 |
processingContractMethodCall |
39727 ops/sec (±5.62% ) |
37823 ops/sec (±6.19% ) |
0.95 |
abiEncode |
43099 ops/sec (±7.06% ) |
44665 ops/sec (±7.08% ) |
1.04 |
abiDecode |
29962 ops/sec (±7.89% ) |
30295 ops/sec (±7.99% ) |
1.01 |
sign |
1538 ops/sec (±3.17% ) |
1584 ops/sec (±0.73% ) |
1.03 |
verify |
374 ops/sec (±0.57% ) |
371 ops/sec (±2.86% ) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7084 +/- ##
=======================================
Coverage 93.98% 93.98%
=======================================
Files 215 215
Lines 8335 8335
Branches 2301 2301
=======================================
Hits 7834 7834
Misses 501 501
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I realized that the smart contracts tutorial was unnecessarily complicated by the use of the Web3.js plugin for Hardhat so I amended the tutorial to only use the Hardhat node and not use the plugin.