-
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
feat(docs): upgrade-bn #7232
feat(docs): upgrade-bn #7232
Conversation
Add a section in "Upgrade from 1.x" for `BN` vs `BigInt` Closes #6705
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: 9e02d00 | Previous: 9b32205 | Ratio |
---|---|---|---|
processingTx |
21476 ops/sec (±7.25% ) |
23392 ops/sec (±7.52% ) |
1.09 |
processingContractDeploy |
38912 ops/sec (±7.62% ) |
40479 ops/sec (±6.69% ) |
1.04 |
processingContractMethodSend |
15657 ops/sec (±7.30% ) |
16317 ops/sec (±6.87% ) |
1.04 |
processingContractMethodCall |
27034 ops/sec (±8.19% ) |
27614 ops/sec (±8.40% ) |
1.02 |
abiEncode |
42844 ops/sec (±6.90% ) |
46686 ops/sec (±6.17% ) |
1.09 |
abiDecode |
30842 ops/sec (±7.22% ) |
31121 ops/sec (±7.84% ) |
1.01 |
sign |
1548 ops/sec (±0.86% ) |
1556 ops/sec (±0.91% ) |
1.01 |
verify |
362 ops/sec (±0.61% ) |
369 ops/sec (±0.48% ) |
1.02 |
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 #7232 +/- ##
=======================================
Coverage 94.50% 94.50%
=======================================
Files 216 216
Lines 8429 8429
Branches 2315 2315
=======================================
Hits 7966 7966
Misses 463 463
Flags with carried forward coverage won't be shown. Click here to find out more. |
Add a section in "Upgrade from 1.x" for
BN
vsBigInt
Closes #6705