web3-eth-ens
Advanced tools
Changelog
[4.0.3]
getPastLogs
accept blockHash as a parameter https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getlogs (#6181)Filter
includes blockHash
(#6206)numberToHex
(#6206)Changelog
[4.0.2]
r
and s
returned by signTransaction
to does not always consist of 64 characters #6207" (#6216)Web3Context
, Web3PluginBase
, Web3EthPluginBase
from 'web3-core'
, and Web3Validator
from 'web3-validator'
(#6165)SimpleProvider
interface which has only request(args)
method that is compatible with EIP-1193 (#6210)Eip1193EventName
type that contains the possible events names according to EIP-1193 (#6210)EIP1193Provider
class has now all the events (for on
and removeListener
) according to EIP-1193 (#6210)