Skip to content

TokenBridge Oracle 1.3.0

Compare
Choose a tag to compare
@akolotov akolotov released this 23 May 12:23
· 7 commits to master since this release
db1d695

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 version of bridge contracts to be used with this version of the token bridge is 2.3.x.

This version contains the following changes:

  • 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)
  • Fix: Update README with details about redis and rabbit volume in docker (#147)