-
Notifications
You must be signed in to change notification settings - Fork 5.1k
v4.14.0 #7333
v4.14.0 #7333
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
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: 068f4b6 | Previous: 822f8c1 | Ratio |
|---|---|---|---|
processingTx |
21275 ops/sec (±8.09%) |
22958 ops/sec (±7.21%) |
1.08 |
processingContractDeploy |
36432 ops/sec (±6.61%) |
40077 ops/sec (±7.24%) |
1.10 |
processingContractMethodSend |
15155 ops/sec (±8.08%) |
15807 ops/sec (±8.02%) |
1.04 |
processingContractMethodCall |
26517 ops/sec (±8.14%) |
27362 ops/sec (±8.03%) |
1.03 |
abiEncode |
40358 ops/sec (±7.14%) |
44555 ops/sec (±6.70%) |
1.10 |
abiDecode |
29088 ops/sec (±7.36%) |
30694 ops/sec (±6.83%) |
1.06 |
sign |
1508 ops/sec (±0.70%) |
1590 ops/sec (±1.37%) |
1.05 |
verify |
360 ops/sec (±0.61%) |
365 ops/sec (±0.53%) |
1.01 |
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: |
068f4b6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://76649211.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 #7333 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 216 216
Lines 8469 8470 +1
Branches 2341 2341
=======================================
+ Hits 7999 8000 +1
Misses 470 470
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
[4.14.0]
Added
web3-core
ignoreGasPricingtoWeb3ConfigOptions. IfignoreGasPricingis true, gasPrice will not be estimated (add ignoregaspricing config #7320)web3-eth
populateGasPricefunction now checksWeb3Context.config.ignoreGasPricing. IfignoreGasPricingis true, gasPrice will not be estimated (add ignoregaspricing config #7320)Changed
web3
providersnamespace. (Export EIP-6963 Types #7270)web3-eth
getEthereumjsTxDataFromto return additional fields that may be passed if using acustomTransactionSchema.web3-types
baseFeePerGasatweb3.eth.getFeeHistoryto be a number. (fix: correct type and documentation forbaseFeePerGasatweb3.eth.getFeeHistory#7291)Fixed
web3-eth-abi
decodeLog,decodeParametersWith,decodeParametersanddecodeParametersnow accepts first immutable param as well (7136 decodeparams update #7288)web3-utils
padRightvalidation failure on largeuint(fix padRight validation failure on large uint #7265)Please include a summary of the changes and be sure to follow our Contribution Guidelines.
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.