-
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
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 Cloudflare Pages
|
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 informatTransaction
tovalidateTransactionForSigning
Changed
web3-eth
web3Context.config.customTransactionSchema
toformatTransaction
web3-eth-personal
web3Context.config.customTransactionSchema
toformatTransaction
web3
Web3.providers
namespace exportstype EIP6963ProviderResponse = Map<string, EIP6963ProviderDetail>
. Return type for the staticWeb3.requestEIP6963Providers
is nowPromise<EIP6963ProviderResponse>
. (feat(requestEIP6963Providers): return-type #7239)Web3.onNewProviderDiscovered
function expects a parameter of typeEIP6963ProvidersMapUpdateEvent
as opposed toEIP6963AnnounceProviderEvent
. (fix(onNewProviderDiscovered): callback-parameter #7242)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.