-
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.8.0 #6982
Release/4.8.0 #6982
Conversation
Deploying web3-js-docs with Cloudflare Pages
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 4.x #6982 +/- ##
==========================================
+ Coverage 87.37% 91.95% +4.57%
==========================================
Files 197 215 +18
Lines 7548 8215 +667
Branches 2059 2217 +158
==========================================
+ Hits 6595 7554 +959
+ Misses 953 661 -292
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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: 93eeccb | Previous: 6c075db | Ratio |
---|---|---|---|
processingTx |
9094 ops/sec (±4.39% ) |
9301 ops/sec (±4.81% ) |
1.02 |
processingContractDeploy |
39993 ops/sec (±5.42% ) |
39129 ops/sec (±7.62% ) |
0.98 |
processingContractMethodSend |
20092 ops/sec (±4.45% ) |
19443 ops/sec (±5.19% ) |
0.97 |
processingContractMethodCall |
40107 ops/sec (±7.65% ) |
38971 ops/sec (±6.34% ) |
0.97 |
abiEncode |
45862 ops/sec (±6.86% ) |
44252 ops/sec (±6.92% ) |
0.96 |
abiDecode |
31388 ops/sec (±7.00% ) |
30419 ops/sec (±8.89% ) |
0.97 |
sign |
1597 ops/sec (±0.55% ) |
1656 ops/sec (±4.08% ) |
1.04 |
verify |
377 ops/sec (±0.52% ) |
373 ops/sec (±0.78% ) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Benchmark
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.
[4.8.0]
Changed
web3-eth-abi
web3-eth-accounts
Fixed
web3-eth-contract
web3-utils
Added
web3-eth-contract
contract.decodeMethodData(...)
method to decode contract methods and tocontract.deploy(...).decodeData(...)
decode constructor parameters #6950)web3-eth
getBlock
now includes properties of eip 4844, 4895, 4788 when returning block (eth.getBlock() JSON Fields Unavailable in v4.6, yet Available in v1.9 #6933)withdrawalsSchema
,blockSchema
andblockHeaderSchema
schemas to include properties of eip 4844, 4895, 4788 (eth.getBlock() JSON Fields Unavailable in v4.6, yet Available in v1.9 #6933)web3-types
signature
to typeAbiFunctionFragment
(Fix an issue with smart contract function overloading #6922)Withdrawals
,block
andBlockHeaderOutput
to include properties of eip 4844, 4895, 4788 (eth.getBlock() JSON Fields Unavailable in v4.6, yet Available in v1.9 #6933)