This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v4.11.0
[4.11.0]
Fixed
web3-eth-abi
- fix encodedata in EIP-712 (#7095)
web3-utils
_sendPendingRequestswill catch unhandled errors from_sendToSocket(#6968)
web3-eth
- Fixed geth issue when running a new instance, transactions will index when there are no blocks created (#7098)
Changed
web3-eth-accounts
- baseTransaction method updated (#7095)
web3-providers-ws
- Update dependancies (#7109)
web3-rpc-providers
- Change request return type
Promise<ResultType>toPromise<JsonRpcResponseWithResult<ResultType>>(#7102)
Added
web3-eth-contract
populateTransactionwas added to contract methods (#7124)- Contract has
setTransactionMiddlewareandgetTransactionMiddlewarefor automatically passing tosentTransactionfordeployandsendfunctions (#7138)
web3-rpc-providers
- When error is returned with code 429, throw rate limit error (#7102)
web3
web3.eth.Contractwill get transaction middleware and use it, ifweb3.ethhas transaction middleware. (#7138)