darwinia-network / darwinia-offchain-tools

Ethereum bridge relayer tools
3 stars 4 forks source link

Add toolchain for testing eth-relay #10

Closed clearloop closed 4 years ago

clearloop commented 4 years ago

Steps

clearloop commented 4 years ago

Status

The current process in this test script are:

Question

Do we still need all these processes dynamic?

  1. keep relaying headers to darwinia
  2. transfer to darwinia smart contract in ropsten
  3. check receipt
  4. redeem

These might hard to test due to network delay always happens.

Edited

I'll make all scripts including the UI be dynamic because the static solution can only run once for a new first-test node.

hackfisher commented 4 years ago

Do we still need all these processes dynamic?

keep relaying headers to darwinia transfer to darwinia smart contract in ropsten check receipt redeem

Yes, separate efforts moved to #12 and #13