v5.7.0
github-actions
released this
04 Apr 10:19
·
59 commits
to ethers-v5
since this release
5.7.0 (2024-04-04)
Bug Fixes
- make
Block.sealFields
optional (dc83275) - move
abi
folder at top level (aacddbe) - provider: fix issue related to resolving
blockTag
value (a9a1b30) - signer, wallet: make
l2GasLimit
optional parameter inrequestExecute
(7279205) - signer: add support for
zks
RPC methods inSigner
(5c718db) - types:
TransactionRespnose.wait()
return nativeTransactionReceipt
(9860d4d) - wallet: use native
TransactionRequest
type instead ofethers
(24c4071)
Features
- add
SmartAccount
in order to provide better support for AA (c38f20c) - provider: drop support for the
Goerly
network (027d9b7)
BREAKING CHANGES
- provider: The function
Provider.getDefaultProvider()
no
longer supportstypes.Network.Goerli
.