You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug #6185, now web3.js compiles on typescript v5 (#6195)
Added
web3
Exported Web3Context, Web3PluginBase, Web3EthPluginBase from 'web3-core', and Web3Validator from 'web3-validator' (#6165)
web3-core
Web3Subscription constructor accept a Subscription Manager (as an alternative to accepting Request Manager that is now marked marked as deprecated) (#6210)
web3-types
Added the SimpleProvider interface which has only request(args) method that is compatible with EIP-1193 (#6210)
Added the Eip1193EventName type that contains the possible events names according to EIP-1193 (#6210)
Changed
web3-core
Web3Subscription constructor overloading that accept a Request Manager is marked as deprecated (#6210)
web3-errors
Dependencies updated
web3-eth
Dependencies updated
web3-eth-iban
Dependencies updated
web3-eth-personal
Dependencies updated
web3-net
Dependencies updated
web3-providers-http
Dependencies updated
web3-providers-ipc
Dependencies updated
web3-rpc-methods
Dependencies updated
web3-types
The EIP1193Provider class has now all the events (for on and removeListener) according to EIP-1193 (#6210)