web3-core
Advanced tools
Changelog
[1.2.6]
Changelog
[1.2.5]
eth_requestAccounts
as requestAccounts
added to web3-eth package (#3219)sha3Raw
and soliditySha3Raw
added to web3-utils package (#3226)eth_getProof
as getProof
added to web3-eth package (#3220)BN
and BigNumber
objects are now supported by the abi.encodeParameter(s)
method (#3238)getPendingTransactions
added to web3-eth package (#3239)handleRevert
module property (#3248)receipt
does now exist as property on the error object for transaction related errors (#3259)internalType
added to AbiInput
TS interface in web3-utils
(#3279)HttpProvider
options (#2980)eth-lib
dependency updated (0.2.7 => ^0.2.8) (#3242)defaultBlock
property handling fixed (#3247)clearSubscriptions
does no longer throw an error if no running subscriptions do exist (#3246)Accounts.signTransaction
fixed (#3280)Changelog
[1.2.3]
Changelog
[1.2.2]
eth.getChainId
method (#3113)connected
event on subscription creation (#3028)0
as a valid fromBlock
or toBlock
filter param (#1100)null
(#2183)net_version
when signing txs (#2378)tx
object passed to function signTransaction
(#2190)Changelog
[1.2.1]
websocket
dependency fixed (#2971, #2976)requestOptions
added to WebsocketProvider
(#2979)