Changelog
[4.9.0]
Web3EthInterface.accounts
to includes privateKeyToAccount
,privateKeyToAddress
,and privateKeyToPublicKey
(#6762)defaultReturnFormat
was added to the configuration options. (#6947)InvalidIntegerError
error for fromWei and toWei (#7052)defaultReturnFormat
was added to all methods that have ReturnType
param. (#6947)getTransactionFromOrToAttr
, waitForTransactionReceipt
, trySendTransaction
, SendTxHelper
was exported (#7000)defaultReturnFormat
was added to all methods that have ReturnType
param. (#6947)defaultReturnFormat
was added to all methods that have ReturnType
param. (#6947)defaultReturnFormat
was added to all methods that have ReturnType
param. (#6947)signature
to type AbiFunctionFragment
(#6922)Withdrawals
, block
and BlockHeaderOutput
to include properties of eip 4844, 4895, 4788 (#6933)toWei
add warning when using large numbers or large decimals that may cause precision loss (#6908)toWei
and fromWei
now supports integers as a unit. (#7053)checkRevertBeforeSending
if there is no data set in transaction, set gas to be 21000
(#7043)toWei
support numbers in scientific notation (#6908)toWei
and fromWei
trims according to ether unit successfuly (#7044)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 from package.json
(#7015)RequestManagerMiddleware
was changed (#7003)customTransactionReceiptSchema
into methods emitConfirmation
, waitForTransactionReceipt
, watchTransactionByPolling
, watchTransactionBySubscription
, watchTransactionForConfirmations
(#7000)baseFeePerGas===0x0
fill maxPriorityFeePerGas
and maxFeePerGas
by getGasPrice
method (#7050)estimateGas
method to add possibility pass Transaction type (#7000)