-
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): intro #7056
fix(docs): intro #7056
Conversation
danforbes
commented
May 22, 2024
- landing page should be Introduction as opposed to Quickstart
- improvements to Introduction
- landing page should be Introduction as opposed to Quickstart - improvements to Introduction
@jdevcs @Muhammad-Altabba @avkos @luu-alex What is the "Eth EL API" mentioned here? |
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: c58821f | Previous: f4e55bd | Ratio |
---|---|---|---|
processingTx |
9108 ops/sec (±4.36% ) |
9157 ops/sec (±3.53% ) |
1.01 |
processingContractDeploy |
38802 ops/sec (±6.06% ) |
39854 ops/sec (±6.49% ) |
1.03 |
processingContractMethodSend |
19830 ops/sec (±6.62% ) |
19031 ops/sec (±8.97% ) |
0.96 |
processingContractMethodCall |
40863 ops/sec (±6.05% ) |
37579 ops/sec (±6.24% ) |
0.92 |
abiEncode |
44275 ops/sec (±7.44% ) |
42781 ops/sec (±6.77% ) |
0.97 |
abiDecode |
30577 ops/sec (±9.04% ) |
29806 ops/sec (±7.94% ) |
0.97 |
sign |
1560 ops/sec (±4.00% ) |
1522 ops/sec (±3.29% ) |
0.98 |
verify |
370 ops/sec (±0.46% ) |
368 ops/sec (±0.73% ) |
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 #7056 +/- ##
=======================================
Coverage 91.96% 91.96%
=======================================
Files 215 215
Lines 8329 8329
Branches 2296 2296
=======================================
Hits 7660 7660
Misses 669 669
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@jdevcs @Muhammad-Altabba @avkos @luu-alex Is there a reason why the Wallet package is not mentioned here? |
Co-authored-by: Alex <[email protected]>