Skip to content

Releases: OffchainLabs/token-bridge-contracts

Arbitrum Token Bridge v1.2.3

19 Aug 14:48
v1.2.3
5bdf332
Compare
Choose a tag to compare

What's Changed

This release does not change existing contracts, but add the Custom USDC gateway (for parent and child chain), complying with Bridged USDC Standard.

  • Bridged usdc custom gateway by @gvladika in #87
  • Add note about token compatibility in the IArbToken interface by @TucksonDev in #83
  • fix outboundTransferCustomRefund comment; sender, not _to, is callValueRefundAddress by @DZGoldman in #73

Full Changelog: v1.2.2...v1.2.3

Arbitrum Token Bridge v1.2.2

09 Jul 14:23
31f9b80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

Arbitrum Token Bridge v1.2.1

13 Feb 18:49
3dc78fe
Compare
Choose a tag to compare

What's Changed

This release removed the sol2uml dependency that caused numerous npm audit issues.

Full Changelog: v1.2.0...v1.2.1

Arbitrum Token Bridge v1.2.0

27 Dec 18:52
a459c39
Compare
Choose a tag to compare

What's Changed

This release contains improvement to the token bridge creator contracts enabling the L1AtomicTokenBridgeCreator to return consistent addresses after upgrading. No change has been made to the actual bridge contracts and existing deployments are not required to be upgraded. Note that the interface of L1AtomicTokenBridgeCreator is changed to relies on the inbox address instead of chainid.

Full Changelog: v1.1.2...v1.2.0

Arbitrum Token Bridge v1.1.2

05 Dec 11:39
v1.1.2
bf9ad3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Arbitrum Token Bridge v1.1.1

16 Nov 16:33
v1.1.1
a0883f9
Compare
Choose a tag to compare

What's Changed

This patch release improves the deployment process where the logic contracts are now initialized by default.

Full Changelog: v1.1.0...v1.1.1

Arbitrum Token Bridge v1.1.0

26 Oct 16:55
f6de91d
Compare
Choose a tag to compare

What's Changed

This release includes a refactor to Solidity 0.8 and introduce support to Orbit chains that uses a custom fee token. Other improvement such as an atomic token bridge factory is also included in this release. Here is the list of changes:

  • Move to solidity 0.8 #33
  • Add Orbit token bridge deployer and e2e tests by @gvladika in #35
  • Add UpgradeExecutor to token bridge creation flow by @gvladika in #38
  • feat: add storage layout check by @gzeoneth in #40
  • Derive token bridge addresses on child chain from chain ID by @gvladika in #41
  • Add support to do single-TX deployment of token bridge for fee token based Orbit chains by @gvladika in #37
  • Make sure ether is not sent in ERC20 token bridge by @gvladika in #44
  • setGateways() in OrbitGatewayRouter should not be payable by @tsite in #43
  • Add support for Orbit token bridge by @gvladika in #34
  • Token bridge factory by @gvladika in #36
  • chore: bumps hardhat to v2.17.3 by @douglance in #42
  • chore: add sepolia deployment by @gzeoneth in #39
  • Bump executor to support CALL by @gvladika in #45
  • Add multicall getters by @gvladika in #47
  • Update local deployment scripts by @gvladika in #46

Full Changelog: v1.0.1-beta.2...v1.1.0

Arbitrum Token Bridge v1.1.0-beta.2

20 Oct 13:17
ca105d9
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.1.0-beta.1...v1.1.0-beta.2

Arbitrum Token Bridge v1.1.0-beta.1

12 Oct 16:28
ae6e365
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.1.0-beta.0...v1.1.0-beta.1

Arbitrum Token Bridge v1.1.0-beta.0

11 Oct 15:20
8667fb0
Compare
Choose a tag to compare
Pre-release

What's Changed

This release add Orbit support, custom token rollup support, token bridge factory among other changes:

  • Move to solidity 0.8 #33
  • Add Orbit token bridge deployer and e2e tests by @gvladika in #35
  • Add UpgradeExecutor to token bridge creation flow by @gvladika in #38
  • feat: add storage layout check by @gzeoneth in #40
  • Derive token bridge addresses on child chain from chain ID by @gvladika in #41
  • Add support to do single-TX deployment of token bridge for fee token based Orbit chains by @gvladika in #37
  • Make sure ether is not sent in ERC20 token bridge by @gvladika in #44
  • setGateways() in OrbitGatewayRouter should not be payable by @tsite in #43
  • Add support for Orbit token bridge by @gvladika in #34
  • Token bridge factory by @gvladika in #36
  • chore: bumps hardhat to v2.17.3 by @douglance in #42
  • chore: add sepolia deployment by @gzeoneth in #39

Full Changelog: v1.0.1-beta.2...v1.1.0-beta.0