Releases: zksync-sdk/zksync-ethers
Releases · zksync-sdk/zksync-ethers
v6.13.0
v6.12.1
v6.12.0
6.12.0 (2024-08-27)
Bug Fixes
- signer: fix
populateFeeData
provider check (b89429b)
Features
getTransfer
andgetWithdraw
returnEIP712
type (f92d344)- provider: add
estimateDefaultBridgeDepositL2Gas
andestimateCustomBridgeDepositL2Gas
(1ffd39a) - provider: add
getL1ChainId
(0f8d58f) - signer: add
finalizeWithdrawalParams
(30fb918) - signer: add
VoidSigner
for l2 operations (358f733) - types: add
timeout
parameter to transactionwait()
(2e55d0b) - wallet: add
getFinalizeWithdrawalParams
(87f6081)
v6.11.2
v6.11.1
v5.9.2
v6.11.0
v6.10.0
v5.9.1
v6.9.0
6.9.0 (2024-06-19)
Bug Fixes
Features
- align types and RPC endpoints with version
v24.7.0
of a node (f7ef615) - provider: add
Provider.getConfirmedTokens()
method (887dc00) - provider: add
Provider.getFeeParams()
method (f5b9381) - provider: add
Provider.getProtocolVersion()
method (864c9d0) - provider: add
Provider.sendRawTransactionWithDetailedOutput()
method (d41a75d)
BREAKING CHANGES
- Types and RPC endpoints are aligned with version
v24.7.0
of a node.