POA-bridge-contracts 2.1.0
This version of POA bridge contracts supports bridging in three modes:
- native coin to an bridgeable ERC20 token;
- an ERC20 token to a bridgeable ERC20 token;
- an ERC20 token to a native coin.
These contracts does not work with Rust version of POA Bridge, the POA Token Bridge (https://github.com/poanetwork/token-bridge) must be used.
The following improvement was done:
- Docker support to deploy contracts (#103)
- The gas consumption documented for the bridge operations (#47)
- Support of the bridge contracts deployment to the RootStock chain (#106)
Including fixes for the issues:
- The validator Contract can be flattened now (0c2fe21)
- Unification for
bridgeDeploymentResults.json
(#105) - Add validator contract address check on initialize method (#96)
getBridgeInterfacesVersion
returns incorrect version of the contracts (#92)- Default gas price is not initialized for
ForeignBridge
contract inerc-to-erc
mode (#86)