Releases: zksync-sdk/zksync-ethers
Releases · zksync-sdk/zksync-ethers
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.
v5.9.0
5.9.0 (2024-06-19)
Bug Fixes
- adapter: fix support for custom bridge (82a54aa)
- adapter: replace
l2Bridge
withl2BridgeAddress
in_getL2GasLimitFromCustomBridge
(7a2e611) - adapter: return
IL2SharedBridge
(aae16cd)
Features
- align types and RPC endpoints with version
v24.7.0
of a node (a419e45) - provider: add
connectL2Bridge
andisL2BridgeLegacy
(dd2e3b9) - Provider: add
Provider.getConfirmedTokens()
method (034011f) - provider: add
Provider.getFeeParams()
method (770a410) - Provider: add
Provider.getProtocolVersion()
method (daa3670) - provider: add
Provider.sendRawTransactionWithDetailedOutput()
method (2e4761d)
BREAKING CHANGES
- Types and RPC endpoints are aligned with version
v24.7.0
of a node.
v6.8.0
6.8.0 (2024-06-06)
Bug Fixes
- adapter: fix correct
recommendedL1GasLimit
ingetFullRequiredDepositFee
(8e92981) - provider:
getTransferTx
andgetWithdrawTx
non-eth-based chain (fc19131) - types: change types in
FullDepositFee
fromBigInt
tobigint
(8707879) - types: ensure
Block.l1BatchTimestamp
has accurate value (cbbb84e) - types: update
RawBlockTransaction
(183fa57)
Features
- provide support for Bridgehub (acfeadd)
- provider:
getTransactionReceipt()
returnsnull
if transaction is not mined or found (17f131d)
BREAKING CHANGES
- provider:
Provider.getTransactionReceipt()
andBrowserProvider.getTransactionReceipt()
returnnull
if transaction is not mined, discarded or not found.
v5.8.0
5.8.0 (2024-06-06)
Bug Fixes
- adapter: fix
isWithdrawalFinalized
(53bd0df) - provider:
getTransferTx
andgetWithdrawTx
non eth chain (9ef3836) - provider: fix type l2Response.waitL1Commit as
waitL1Commit
(c33b117) - types: update
RawBlockTransaction
(fe3a0ee)
Features
- provide support for Bridgehub (bf234e3)
v6.8.0-beta.5
6.8.0-beta.5 (2024-05-28)
Bug Fixes
- types: ensure
Block.l1BatchTimestamp
has accurate value (cbbb84e) - types: change types in
FullDepositFee
fromBigInt
tobigint
(8707879)
Features
- provider:
getTransactionReceipt()
returnsnull
if transaction is not mined or found (17f131d)
BREAKING CHANGES
- provider:
Provider.getTransactionReceipt()
andBrowserProvider.getTransactionReceipt()
returnnull
if transaction is not mined, discarded or not found.