Changelog
[4.11.0]
_sendPendingRequests
will catch unhandled errors from _sendToSocket
(#6968)Promise<ResultType>
to Promise<JsonRpcResponseWithResult<ResultType>>
(#7102)populateTransaction
was added to contract methods (#7124)setTransactionMiddleware
and getTransactionMiddleware
for automatically passing to sentTransaction
for deploy
and send
functions (#7138)web3.eth.Contract
will get transaction middleware and use it, if web3.eth
has transaction middleware. (#7138)