-
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
update typescript version to 5 #7272
base: 4.x
Are you sure you want to change the base?
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
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger
Smaller
Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7272 +/- ##
==========================================
+ Coverage 94.51% 94.54% +0.02%
==========================================
Files 218 218
Lines 8557 8637 +80
Branches 2364 2364
==========================================
+ Hits 8088 8166 +78
- Misses 469 471 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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: 32ad76e | Previous: 56d4aec | Ratio |
---|---|---|---|
processingTx |
21300 ops/sec (±7.49% ) |
21333 ops/sec (±6.28% ) |
1.00 |
processingContractDeploy |
38260 ops/sec (±8.07% ) |
37350 ops/sec (±9.12% ) |
0.98 |
processingContractMethodSend |
15576 ops/sec (±7.37% ) |
15425 ops/sec (±8.46% ) |
0.99 |
processingContractMethodCall |
27068 ops/sec (±6.53% ) |
27828 ops/sec (±7.27% ) |
1.03 |
abiEncode |
41259 ops/sec (±6.71% ) |
42616 ops/sec (±7.22% ) |
1.03 |
abiDecode |
27751 ops/sec (±8.81% ) |
29566 ops/sec (±9.87% ) |
1.07 |
sign |
1530 ops/sec (±0.67% ) |
1505 ops/sec (±3.30% ) |
0.98 |
verify |
362 ops/sec (±2.98% ) |
365 ops/sec (±0.58% ) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
@Muhammad-Altabba before merging into 4.x, pls merge latest 4.x in to this branch and update configs as there is a new package as well : https://github.com/web3/web3.js/tree/4.x/packages/web3-account-abstraction thanks
As discussed dev release from this PR needs to be tested with a plugin. |
Description
Please include a summary of the changes and be sure to follow our Contribution Guidelines.
Type of change
Checklist:
npm run lint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:coverage
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.