Skip to content

v5.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 13:40
· 15 commits to ethers-v5 since this release

5.9.0 (2024-06-19)

Bug Fixes

  • adapter: fix support for custom bridge (82a54aa)
  • adapter: replace l2Bridge with l2BridgeAddress 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 and isL2BridgeLegacy (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.