v4.11.0 #7149
luu-alex
announced in
Announcements
v4.11.0
#7149
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[4.11.0]
Fixed
web3-eth-abi
web3-utils
_sendPendingRequests
will catch unhandled errors from_sendToSocket
(WebSocket connection to Ethereum node closes/becomes idle after some time and reconnection fails to listen to smart contract events #6968)web3-eth
Changed
web3-eth-accounts
web3-providers-ws
web3-rpc-providers
Promise<ResultType>
toPromise<JsonRpcResponseWithResult<ResultType>>
(update http quicknode rpc-provider #7102)Added
web3-eth-contract
populateTransaction
was added to contract methods (Zk plugin related fixes #7124)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
fordeploy
andsend
functions (Contract Transactions Middleware #7138)web3-rpc-providers
web3
web3.eth.Contract
will get transaction middleware and use it, ifweb3.eth
has transaction middleware. (Contract Transactions Middleware #7138)This discussion was created from the release v4.11.0.
Beta Was this translation helpful? Give feedback.
All reactions