-
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.9.0 #7057
release/v4.9.0 #7057
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: 5067992 | Previous: f4e55bd | Ratio |
---|---|---|---|
processingTx |
8821 ops/sec (±4.49% ) |
9157 ops/sec (±3.53% ) |
1.04 |
processingContractDeploy |
41305 ops/sec (±5.94% ) |
39854 ops/sec (±6.49% ) |
0.96 |
processingContractMethodSend |
20133 ops/sec (±7.01% ) |
19031 ops/sec (±8.97% ) |
0.95 |
processingContractMethodCall |
41111 ops/sec (±6.04% ) |
37579 ops/sec (±6.24% ) |
0.91 |
abiEncode |
43658 ops/sec (±8.67% ) |
42781 ops/sec (±6.77% ) |
0.98 |
abiDecode |
31009 ops/sec (±7.24% ) |
29806 ops/sec (±7.94% ) |
0.96 |
sign |
1606 ops/sec (±0.62% ) |
1522 ops/sec (±3.29% ) |
0.95 |
verify |
365 ops/sec (±1.33% ) |
368 ops/sec (±0.73% ) |
1.01 |
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 #7057 +/- ##
=======================================
Coverage 91.96% 91.96%
=======================================
Files 215 215
Lines 8329 8329
Branches 2296 2296
=======================================
Hits 7660 7660
Misses 669 669
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Deploying web3-js-docs with Cloudflare Pages
|
archive rate limit hit, failing infura tests: |
|
also release notes here pls |
[4.9.0]
Added
web3
Web3EthInterface.accounts
to includesprivateKeyToAccount
,privateKeyToAddress
,andprivateKeyToPublicKey
(fix(type): Add the missing types to the ”accounts“ #6762)web3-core
defaultReturnFormat
was added to the configuration options. (Add default return format to the context #6947)web3-errors
InvalidIntegerError
error for fromWei and toWei (allow fromwei and toWei to accept numbers as units #7052)web3-eth
defaultReturnFormat
was added to all methods that haveReturnType
param. (Add default return format to the context #6947)getTransactionFromOrToAttr
,waitForTransactionReceipt
,trySendTransaction
,SendTxHelper
was exported (Add extra changes to make possibility add eip4844 type as a plugin #7000)web3-eth-contract
defaultReturnFormat
was added to all methods that haveReturnType
param. (Add default return format to the context #6947)web3-eth-ens
defaultReturnFormat
was added to all methods that haveReturnType
param. (Add default return format to the context #6947)web3-net
defaultReturnFormat
was added to all methods that haveReturnType
param. (Add default return format to the context #6947)web3-utils
toWei
add warning when using large numbers or large decimals that may cause precision loss (Fix towei scientific notation #6908)toWei
andfromWei
now supports integers as a unit. (fromWei and toWei accept int as units #7053)Fixed
web3-eth
checkRevertBeforeSending
if there is no data set in transaction, set gas to be21000
(add gas conditional if simple transaction #7043)web3-utils
toWei
support numbers in scientific notation (Fix towei scientific notation #6908)toWei
andfromWei
trims according to ether unit successfuly (web3.utils.toWei(amount, ether)
fix required when decimals in input are overflown. #7044)web3-validator
abi.name
is not available, for example, in the case of public mappings. (fix(validator): generate abi name if not provided #6981)browser
entry point that was pointing to an non-existing bundle file was removed frompackage.json
(missingweb3-validator/dist
folder #7015)web3-core
Changed
web3-core
RequestManagerMiddleware
was changed (Implement a way to know which response corresponds to which request in the middleware #7003)web3-eth
customTransactionReceiptSchema
into methodsemitConfirmation
,waitForTransactionReceipt
,watchTransactionByPolling
,watchTransactionBySubscription
,watchTransactionForConfirmations
(Add extra changes to make possibility add eip4844 type as a plugin #7000)baseFeePerGas===0x0
fillmaxPriorityFeePerGas
andmaxFeePerGas
bygetGasPrice
method (6801 Fill gas price when baseFeePerGas==='0x0' #7050)web3-eth-abi
web3-rpc-methods
estimateGas
method to add possibility pass Transaction type (Add extra changes to make possibility add eip4844 type as a plugin #7000)