-
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.11.0 #7145
Release/4.11.0 #7145
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: 2b6f7f5 | Previous: 89711ab | Ratio |
---|---|---|---|
processingTx |
9200 ops/sec (±3.69% ) |
9435 ops/sec (±3.67% ) |
1.03 |
processingContractDeploy |
39699 ops/sec (±6.26% ) |
40686 ops/sec (±6.96% ) |
1.02 |
processingContractMethodSend |
16278 ops/sec (±7.96% ) |
16574 ops/sec (±8.48% ) |
1.02 |
processingContractMethodCall |
28419 ops/sec (±6.33% ) |
28430 ops/sec (±6.15% ) |
1.00 |
abiEncode |
45487 ops/sec (±7.00% ) |
45419 ops/sec (±7.37% ) |
1.00 |
abiDecode |
30268 ops/sec (±7.72% ) |
31557 ops/sec (±7.64% ) |
1.04 |
sign |
1532 ops/sec (±3.22% ) |
1572 ops/sec (±3.54% ) |
1.03 |
verify |
373 ops/sec (±0.41% ) |
375 ops/sec (±0.51% ) |
1.01 |
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.
pls also bump web3-plugin-example
so its included in this publishing & re trigger unit tests so these are passing. LGTM except few changes suggested, thanks Alex
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7145 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 215 215
Lines 8390 8391 +1
Branches 2313 2313
=======================================
+ Hits 7925 7926 +1
Misses 465 465
Flags with carried forward coverage won't be shown. Click here to find out more. |
Deploying web3-js-docs with Cloudflare Pages
|
Updated thanks |
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.
pls check no new tests are failing before release. Thanks @luu-alex
@jdevcs no new tests failing, just archive limit errors from e2e test suite |
#Changelog
[4.11.0]
Fixed
web3-eth-abi
web3-utils
_sendPendingRequests
will catch unhandled errors from_sendToSocket
(WebSocket connection to Ethereum node closes/becomes idle after some time and reconnection fails to listen to smart contract events #6968)web3-eth
Changed
web3-eth-accounts
web3-providers-ws
web3-rpc-providers
Promise<ResultType>
toPromise<JsonRpcResponseWithResult<ResultType>>
(update http quicknode rpc-provider #7102)Added
web3-eth-contract
populateTransaction
was added to contract methods (Zk plugin related fixes #7124)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
fordeploy
andsend
functions (Contract Transactions Middleware #7138)web3-rpc-providers
web3
web3.eth.Contract
will get transaction middleware and use it, ifweb3.eth
has transaction middleware. (Contract Transactions Middleware #7138)