omni / tokenbridge

Mono repository of Token Bridge (Oracle, Deployment, Monitor). TokenBridge is an interoperability solution between EVM-based networks for assets/data cross chain transfers
http://docs.tokenbridge.net
GNU General Public License v3.0
278 stars 212 forks source link

e2e testing for erc677 token on the Foreign side in the `erc20-to-erc20` mode #56

Open akolotov opened 5 years ago

akolotov commented 5 years ago

As part of https://github.com/poanetwork/poa-bridge-contracts/issues/175 it was introduced an ability to work with ERC677 token deployed on the Foreign side of the bridge working in the erc20-to-erc20 mode.

It was discussed (https://github.com/poanetwork/token-bridge/pull/145) that it is necessary to extend the e2e testing to cover this scenario.

akolotov commented 5 years ago

This issue is to introduce changes in e2e testing for the oracle, UI and monitor.