-
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
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 Cloudflare Pages
|
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
ignoreGasPricing
toWeb3ConfigOptions
. IfignoreGasPricing
is true, gasPrice will not be estimated (add ignoregaspricing config #7320)web3-eth
populateGasPrice
function now checksWeb3Context.config.ignoreGasPricing
. IfignoreGasPricing
is true, gasPrice will not be estimated (add ignoregaspricing config #7320)Changed
web3
providers
namespace. (Export EIP-6963 Types #7270)web3-eth
getEthereumjsTxDataFrom
to return additional fields that may be passed if using acustomTransactionSchema
.web3-types
baseFeePerGas
atweb3.eth.getFeeHistory
to be a number. (fix: correct type and documentation forbaseFeePerGas
atweb3.eth.getFeeHistory
#7291)Fixed
web3-eth-abi
decodeLog
,decodeParametersWith
,decodeParameters
anddecodeParameters
now accepts first immutable param as well (7136 decodeparams update #7288)web3-utils
padRight
validation 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 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.