Skip to content

POA token bridge 1.0.0

Compare
Choose a tag to compare
@akolotov akolotov released this 09 Oct 14:39
· 147 commits to master since this release
84432b8

The first official version of POA Token Bridge.

It supports operations in two 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.

The recommended version of POA bridge contracts is 2.0.0.

The features included in this release:

  • The validator confirmations are collected on Home side of the bridge assuming that the Home bridge is the network with low gas price;
  • A gas price oracle is used for validator transactions;
  • NPM and Docker can be used to run one bridge instance.