Skip to content

TokenBridge 1.3.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@akolotov akolotov released this 06 May 10:53
· 14 commits to master since this release
ac4c704

The version of TokenBridge oracle supports operations in three modes:

  • Native-to-ERC20 to relay native coin to an bridgeable ERC20 token;
  • ERC20-to-ERC20 to relay an ERC20 token to a bridgeable ERC20 token;
  • ERC20-to-Native to relay an ERC20 token to a native coin.

The bridge contracts to be used with this version of the token bridge is 2.3.x (https://github.com/poanetwork/poa-bridge-contracts/releases/tag/2.3.0-rc0).

The following changes were included in this version:

  • Enhancement: Add support for UserRequestForAffirmation event on erc-to-erc mode (#145)
  • Fix: Usage of 2.2.0 bridges contracts instead of 2.1.0 in e2e tests (#140)