omni / poa-bridge

POA <-> Ethereum bridge for self transfers of POA native token to POA20 (ERC20 representation). Not supported. Use TokenBridge instead
https://github.com/poanetwork/token-bridge
GNU General Public License v3.0
79 stars 38 forks source link

Problem: bridge should not deploy its contracts anymore #55

Closed yrashk closed 6 years ago

yrashk commented 6 years ago

Bridge's contracts are now developed in a separate repository and have their own deployment procedure:

https://github.com/poanetwork/poa-parity-bridge-contracts

However, our integration tests are not yet updated to use this deployment procedure.

Solution: disable deployment compile-time by default and only use it in integration tests as a stopgap measure until the new deployment procedure (or any other viable alternative) has been used.