-
Notifications
You must be signed in to change notification settings - Fork 5.1k
release/4.13.0 #7264
release/4.13.0 #7264
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: 0799331 | Previous: a21078b | Ratio |
|---|---|---|---|
processingTx |
20780 ops/sec (±7.97%) |
22494 ops/sec (±8.39%) |
1.08 |
processingContractDeploy |
37308 ops/sec (±6.11%) |
38470 ops/sec (±7.11%) |
1.03 |
processingContractMethodSend |
14959 ops/sec (±9.07%) |
16121 ops/sec (±6.53%) |
1.08 |
processingContractMethodCall |
27273 ops/sec (±6.34%) |
28342 ops/sec (±6.29%) |
1.04 |
abiEncode |
40517 ops/sec (±8.30%) |
43839 ops/sec (±6.81%) |
1.08 |
abiDecode |
28637 ops/sec (±7.65%) |
30836 ops/sec (±5.71%) |
1.08 |
sign |
1511 ops/sec (±0.83%) |
1545 ops/sec (±3.43%) |
1.02 |
verify |
354 ops/sec (±0.73%) |
370 ops/sec (±0.49%) |
1.05 |
This comment was automatically generated by workflow using github-action-benchmark.
Benchmark
This comment was automatically generated by workflow using github-action-benchmark. |
Deploying web3-js-docs with
|
| Latest commit: |
0799331
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d28d0b27.web3-js-docs.pages.dev |
| Branch Preview URL: | https://head.web3-js-docs.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7264 +/- ##
=======================================
Coverage 94.43% 94.43%
=======================================
Files 216 216
Lines 8463 8463
Branches 2338 2338
=======================================
Hits 7992 7992
Misses 471 471
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
@luu-alex pls also include web3-types pkg in this release as it was not in last hot fix |
Description
Please include a summary of the changes and be sure to follow our Contribution Guidelines.
[4.13.0]
Added
web3-core
customTransactionSchema) toWeb3ConfigOptions(feat: add custom transaction schema to formatTransaction #7227)web3-eth
{transactionSchema?: ValidationSchemaInput}that exists informatTransactiontovalidateTransactionForSigningChanged
web3-eth
web3Context.config.customTransactionSchematoformatTransactionweb3-eth-personal
web3Context.config.customTransactionSchematoformatTransactionweb3
Web3.providersnamespace exportstype EIP6963ProviderResponse = Map<string, EIP6963ProviderDetail>. Return type for the staticWeb3.requestEIP6963Providersis nowPromise<EIP6963ProviderResponse>. (feat(requestEIP6963Providers): return-type #7239)Web3.onNewProviderDiscoveredfunction expects a parameter of typeEIP6963ProvidersMapUpdateEventas opposed toEIP6963AnnounceProviderEvent. (fix(onNewProviderDiscovered): callback-parameter #7242)Type of change
Checklist:
npm run lintwith success and extended the tests and types if necessary.npm run test:unitwith success.npm run test:coverageand my test cases cover all the lines and branches of the added code.npm run buildand testeddist/web3.min.jsin a browser.CHANGELOG.mdfile in the root folder.