Skip to content

POA token bridge 1.1.0

Compare
Choose a tag to compare
@akolotov akolotov released this 29 Dec 09:00
· 34 commits to master since this release
7ccf71d

The version of POA Token Bridge supports operations in three modes:

  • Native-to-ERC20 to relay native coin to an bridgeable ERC20 token and vice versa;
  • 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.1.x (https://github.com/poanetwork/poa-bridge-contracts/releases/tag/2.1.0).

The following changes were included in this version:

  • Improvement: addressing security issues found in the docker environment (#119, #123, #125)
  • Improvement: integrating the security audit report (#122)
  • Fix: Remove VALIDATOR_ADDRESS parameter from .env.example (#117)