-
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 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.
|
@@ -1,6 +1,6 @@ | |||
{ | |||
"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-eth-iban": "^4.0.7", | ||
"web3-eth-personal": "^4.0.8", | ||
"web3-net": "^4.1.0", | ||
"web3-providers-http": "^4.1.0", | ||
"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", |
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 Cloudflare Pages
|
[4.10.0]
Added
web3
web3-core
web3-eth
sendTransaction
inrpc_method_wrappers
accepts optional param ofTransactionMiddleware
(transaction middleware #7088)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
(transaction middleware #7088)web3-eth-ens
getText
now supports first param AddressgetName
has optional second param checkInterfaceSupportweb3-types
result
as optionalnever
anderror
as optionalnever in type
JsonRpcNotification` (add test coverage to web3-core #7091)JsonRpcNotfication
as a union type inJsonRpcResponse
(add test coverage to web3-core #7091)web3-rpc-providers
Fixed
web3-eth-ens
getName
reverse resolution