Skip to content

v6.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 16:12
· 110 commits to main since this release

6.8.0 (2024-06-06)

Bug Fixes

  • adapter: fix correct recommendedL1GasLimit in getFullRequiredDepositFee (8e92981)
  • provider: getTransferTx and getWithdrawTx non-eth-based chain (fc19131)
  • types: change types in FullDepositFee from BigInt to bigint (8707879)
  • types: ensure Block.l1BatchTimestamp has accurate value (cbbb84e)
  • types: update RawBlockTransaction (183fa57)

Features

  • provide support for Bridgehub (acfeadd)
  • provider: getTransactionReceipt() returns null if transaction is not mined or found (17f131d)

BREAKING CHANGES

  • provider: Provider.getTransactionReceipt() and BrowserProvider.getTransactionReceipt()
    return null if transaction is not mined, discarded or not found.