-
Notifications
You must be signed in to change notification settings - Fork 5.1k
release v4.10.0 #7096
release v4.10.0 #7096
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
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: d6d4c6d | Previous: 7f8e504 | Ratio |
|---|---|---|---|
processingTx |
9134 ops/sec (±3.70%) |
9412 ops/sec (±3.41%) |
1.03 |
processingContractDeploy |
39080 ops/sec (±8.62%) |
37961 ops/sec (±7.80%) |
0.97 |
processingContractMethodSend |
19117 ops/sec (±8.81%) |
19198 ops/sec (±6.60%) |
1.00 |
processingContractMethodCall |
39345 ops/sec (±6.22%) |
39395 ops/sec (±5.47%) |
1.00 |
abiEncode |
44045 ops/sec (±7.18%) |
44551 ops/sec (±6.60%) |
1.01 |
abiDecode |
30102 ops/sec (±9.45%) |
30560 ops/sec (±7.70%) |
1.02 |
sign |
1563 ops/sec (±3.93%) |
1612 ops/sec (±0.84%) |
1.03 |
verify |
381 ops/sec (±0.40%) |
374 ops/sec (±0.51%) |
0.98 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7096 +/- ##
=======================================
Coverage 94.75% 94.75%
=======================================
Files 215 215
Lines 8334 8334
Branches 2296 2296
=======================================
Hits 7897 7897
Misses 437 437
Flags with carried forward coverage won't be shown. Click here to find out more.
|
| { | ||
| "name": "web3-rpc-providers", | ||
| "version": "0.1.0", | ||
| "version": "1.0.0-alpha.0", |
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.
| "version": "1.0.0-alpha.0", | |
| "version": "1.0.0-rc.0", |
packages/web3/package.json
Outdated
| "web3-providers-ws": "^4.0.7", | ||
| "web3-rpc-methods": "^1.3.0", | ||
| "web3-types": "^1.6.0", | ||
| "web3-rpc-providers": "^1.0.0-alpha.0", |
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.
| "web3-rpc-providers": "^1.0.0-alpha.0", | |
| "web3-rpc-providers": "^1.0.0-rc.0", |
jdevcs
left a comment
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.
lgtm, just need rpc providers version to be rc @luu-alex
Deploying web3-js-docs with
|
| Latest commit: |
d6d4c6d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://81740d28.web3-js-docs.pages.dev |
| Branch Preview URL: | https://head.web3-js-docs.pages.dev |
[4.10.0]
Added
web3
web3-core
web3-eth
sendTransactioninrpc_method_wrappersaccepts optional param ofTransactionMiddleware(transaction middleware #7088)setTransactionMiddlewareandgetTransactionMiddlewarefor automatically passing tosentTransaction(transaction middleware #7088)web3-eth-ens
getTextnow supports first param AddressgetNamehas optional second param checkInterfaceSupportweb3-types
resultas optionalneveranderroras optionalnever in typeJsonRpcNotification` (add test coverage to web3-core #7091)JsonRpcNotficationas a union type inJsonRpcResponse(add test coverage to web3-core #7091)web3-rpc-providers
Fixed
web3-eth-ens
getNamereverse resolution