-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update dependency web3 to v4.14.0 #142
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/web3-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
May 2, 2024 12:51
d7053ee
to
f32e98a
Compare
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
May 26, 2024 16:45
f32e98a
to
b173eb5
Compare
renovate
bot
changed the title
Update dependency web3 to v4.8.0
Update dependency web3 to v4.9.0
May 26, 2024
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
June 20, 2024 15:08
b173eb5
to
448a9bb
Compare
renovate
bot
changed the title
Update dependency web3 to v4.9.0
Update dependency web3 to v4.10.0
Jun 20, 2024
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
July 14, 2024 16:51
448a9bb
to
774a202
Compare
renovate
bot
changed the title
Update dependency web3 to v4.10.0
Update dependency web3 to v4.11.0
Jul 14, 2024
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
3 times, most recently
from
July 19, 2024 14:03
b183d17
to
f64796b
Compare
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
July 27, 2024 16:44
f64796b
to
6c17e26
Compare
renovate
bot
changed the title
Update dependency web3 to v4.11.0
Update dependency web3 to v4.11.1
Jul 27, 2024
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
August 25, 2024 16:06
6c17e26
to
ae2e255
Compare
renovate
bot
changed the title
Update dependency web3 to v4.11.1
Update dependency web3 to v4.12.0
Aug 25, 2024
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
August 26, 2024 09:21
ae2e255
to
c121766
Compare
renovate
bot
changed the title
Update dependency web3 to v4.12.0
Update dependency web3 to v4.12.1
Aug 26, 2024
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
September 21, 2024 20:10
c121766
to
de31b2b
Compare
renovate
bot
changed the title
Update dependency web3 to v4.12.1
Update dependency web3 to v4.13.0
Sep 21, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/web3-4.x
branch
from
October 24, 2024 16:06
de31b2b
to
2cbc174
Compare
renovate
bot
changed the title
Update dependency web3 to v4.13.0
Update dependency web3 to v4.14.0
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.7.0
->4.14.0
Release Notes
ChainSafe/web3.js (web3)
v4.14.0
Compare Source
Added
web3-core
ignoreGasPricing
toWeb3ConfigOptions
. IfignoreGasPricing
is true, gasPrice will not be estimated (#7320)web3-eth
syncing
subscription now supports Besu and Nethermind payload formatpopulateGasPrice
function now checksWeb3Context.config.ignoreGasPricing
. IfignoreGasPricing
is true, gasPrice will not be estimated (#7320)Changed
web3
providers
namespace. (#7270)web3-eth
getEthereumjsTxDataFrom
to return additional fields that may be passed if using acustomTransactionSchema
.web3-types
baseFeePerGas
atweb3.eth.getFeeHistory
to be a number. (#7291)Fixed
web3-eth-abi
decodeLog
,decodeParametersWith
,decodeParameters
anddecodeParameters
now accepts first immutable param as well (#7288)web3-utils
padRight
validation failure on largeuint
(#7265)v4.13.0
Compare Source
Added
web3-core
customTransactionSchema
) toWeb3ConfigOptions
(#7227)web3-eth
{transactionSchema?: ValidationSchemaInput}
that exists informatTransaction
tovalidateTransactionForSigning
web3-types
Changed
web3-eth
web3Context.config.customTransactionSchema
toformatTransaction
web3-eth-personal
web3Context.config.customTransactionSchema
toformatTransaction
web3
Web3.providers
namespace exportstype EIP6963ProviderResponse = Map<string, EIP6963ProviderDetail>
. Return type for the staticWeb3.requestEIP6963Providers
function is nowPromise<EIP6963ProviderResponse>
. (#7239)Web3.onNewProviderDiscovered
function expects a parameter of typeEIP6963ProvidersMapUpdateEvent
as opposed toEIP6963AnnounceProviderEvent
. (#7242)v4.12.1
Compare Source
Fixed
web3-eth-accounts
TransactionFactory.registerTransactionType
if there is a version mistatch betweenweb3-eth
andweb3-eth-accounts
and fix nextjs problem. (#7216)v4.12.0
Compare Source
Fixed
web3-core
setConfig()
fix forsetMaxListenerWarningThreshold
fix (#5079)web3-eth-accounts
TransactionFactory.registerTransactionType
not working, if there is a version mistatch betweenweb3-eth
andweb3-eth-accounts
by savingextraTxTypes
atglobals
. (#7197)Added
web3-eth-accounts
signMessageWithPrivateKey
(#7174)web3-eth-contract
populateTransaction
to thecontract.deploy(...)
properties. (#7197)web3-providers-http
statusCode
of response in ResponseError,statusCode
is optional property in ResponseError.web3-rpc-providers
HttpProviderOptions | SocketOptions
inWeb3ExternalProvider
andQuickNodeProvider
for provider configsweb3-errors
statusCode
property of response in ResponseError.Changed
web3-eth-contract
contract.deploy(...)
are structured with a newly created class namedDeployerMethodClass
. (#7197)abi
parameter, atdataInputEncodeMethodHelper
andgetSendTxParams
. (#7197)v4.11.1
Compare Source
Fixed
web3-errors
Eip838ExecutionError
constructor (#6905)web3-eth
getTransactionReceipt
to not be casted asTransactionReceipt
to give proper return type (#7159)web3
v4.11.0
Compare Source
Fixed
web3-eth-abi
web3-utils
_sendPendingRequests
will catch unhandled errors from_sendToSocket
(#6968)web3-eth
Changed
web3-eth-accounts
web3-providers-ws
web3-plugin-example
web3-rpc-providers
Promise<ResultType>
toPromise<JsonRpcResponseWithResult<ResultType>>
(#7102)Added
web3-eth-contract
populateTransaction
was added to contract methods (#7124)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
fordeploy
andsend
functions (#7138)web3-rpc-providers
web3
web3.eth.Contract
will get transaction middleware and use it, ifweb3.eth
has transaction middleware. (#7138)v4.10.0
Compare Source
Added
web3
web3-core
web3-eth
sendTransaction
inrpc_method_wrappers
accepts optional param ofTransactionMiddleware
(#7088)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
(#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` (#7091)JsonRpcNotfication
as a union type inJsonRpcResponse
(#7091)web3-rpc-providers
Fixed
web3-eth-ens
getName
reverse resolutionv4.9.0
Compare Source
Added
web3
Web3EthInterface.accounts
to includesprivateKeyToAccount
,privateKeyToAddress
,andprivateKeyToPublicKey
(#6762)web3-core
defaultReturnFormat
was added to the configuration options. (#6947)web3-errors
InvalidIntegerError
error for fromWei and toWei (#7052)web3-eth
defaultReturnFormat
was added to all methods that haveReturnType
param. (#6947)getTransactionFromOrToAttr
,waitForTransactionReceipt
,trySendTransaction
,SendTxHelper
was exported (#7000)web3-eth-contract
defaultReturnFormat
was added to all methods that haveReturnType
param. (#6947)web3-eth-ens
defaultReturnFormat
was added to all methods that haveReturnType
param. (#6947)web3-net
defaultReturnFormat
was added to all methods that haveReturnType
param. (#6947)web3-types
signature
to typeAbiFunctionFragment
(#6922)Withdrawals
,block
andBlockHeaderOutput
to include properties of eip 4844, 4895, 4788 (#6933)web3-utils
toWei
add warning when using large numbers or large decimals that may cause precision loss (#6908)toWei
andfromWei
now supports integers as a unit. (#7053)Fixed
web3-eth
checkRevertBeforeSending
if there is no data set in transaction, set gas to be21000
(#7043)web3-utils
toWei
support numbers in scientific notation (#6908)toWei
andfromWei
trims according to ether unit successfuly (#7044)web3-validator
abi.name
is not available, for example, in the case of public mappings. (#6981)browser
entry point that was pointing to an non-existing bundle file was removed frompackage.json
(#7015)web3-core
Changed
web3-core
RequestManagerMiddleware
was changed (#7003)web3-eth
customTransactionReceiptSchema
into methodsemitConfirmation
,waitForTransactionReceipt
,watchTransactionByPolling
,watchTransactionBySubscription
,watchTransactionForConfirmations
(#7000)baseFeePerGas===0x0
fillmaxPriorityFeePerGas
andmaxFeePerGas
bygetGasPrice
method (#7050)web3-eth-abi
web3-rpc-methods
estimateGas
method to add possibility pass Transaction type (#7000)v4.8.0
Compare Source
Changed
web3-eth-abi
web3-eth-accounts
Fixed
web3-eth-contract
web3-utils
Added
web3-eth-contract
web3-eth
getBlock
now includes properties of eip 4844, 4895, 4788 when returning block (#6933)withdrawalsSchema
,blockSchema
andblockHeaderSchema
schemas to include properties of eip 4844, 4895, 4788 (#6933)web3-types
signature
to typeAbiFunctionFragment
(#6922)Withdrawals
,block
andBlockHeaderOutput
to include properties of eip 4844, 4895, 4788 (#6933)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.