-
Notifications
You must be signed in to change notification settings - Fork 5.1k
fix(docs): contract-tutorial #7075
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: 89cf4a0 | Previous: 8f62749 | Ratio |
---|---|---|---|
processingTx |
9187 ops/sec (±4.53% ) |
8813 ops/sec (±4.63% ) |
0.96 |
processingContractDeploy |
40283 ops/sec (±6.66% ) |
35202 ops/sec (±8.08% ) |
0.87 |
processingContractMethodSend |
19484 ops/sec (±6.37% ) |
17884 ops/sec (±5.35% ) |
0.92 |
processingContractMethodCall |
39536 ops/sec (±3.94% ) |
34262 ops/sec (±7.43% ) |
0.87 |
abiEncode |
43401 ops/sec (±7.95% ) |
38844 ops/sec (±8.37% ) |
0.90 |
abiDecode |
30878 ops/sec (±6.74% ) |
26526 ops/sec (±8.50% ) |
0.86 |
sign |
1577 ops/sec (±0.79% ) |
1546 ops/sec (±0.88% ) |
0.98 |
verify |
372 ops/sec (±0.53% ) |
353 ops/sec (±0.78% ) |
0.95 |
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 #7075 +/- ##
==========================================
+ Coverage 87.37% 93.98% +6.61%
==========================================
Files 197 215 +18
Lines 7548 8335 +787
Branches 2059 2301 +242
==========================================
+ Hits 6595 7834 +1239
+ Misses 953 501 -452
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9d8a2f4
to
e5c3d53
Compare
- Ganache has been deprecated, use Hardhat - Use JavaScript instead of TypeScript - Improvements (more links, formatting/consistency) and simplifications
e5c3d53
to
2ec2238
Compare
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.
I approved this PR, But Instead of ephemeral Hardhat development network I think #7076 is more good approach and 7076 should be merged.
Closing in favor of #7076 |
This uses an ephemeral Hardhat development network and would replace #7076