-
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
chore(docs): provider-tutorials #7085
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: 3d519e2 | Previous: 7af8090 | Ratio |
---|---|---|---|
processingTx |
9036 ops/sec (±4.24% ) |
9348 ops/sec (±3.97% ) |
1.03 |
processingContractDeploy |
39315 ops/sec (±6.86% ) |
40452 ops/sec (±6.63% ) |
1.03 |
processingContractMethodSend |
19412 ops/sec (±6.96% ) |
19668 ops/sec (±6.95% ) |
1.01 |
processingContractMethodCall |
38811 ops/sec (±6.02% ) |
37823 ops/sec (±6.19% ) |
0.97 |
abiEncode |
44307 ops/sec (±6.86% ) |
44665 ops/sec (±7.08% ) |
1.01 |
abiDecode |
31106 ops/sec (±8.31% ) |
30295 ops/sec (±7.99% ) |
0.97 |
sign |
1535 ops/sec (±3.21% ) |
1584 ops/sec (±0.73% ) |
1.03 |
verify |
377 ops/sec (±0.41% ) |
371 ops/sec (±2.86% ) |
0.98 |
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 #7085 +/- ##
=======================================
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.
|
Remove the provider tutorials (HTTP, WebSocket, IPC, injected, 3rd party). These tutorials almost all rely on deprecated dependencies (Ganache, Truffle). Furthermore, the most important details from each of these tutorials are already described in the Mastering Providers section.