cosmos / relayer-archive

An example of a server side IBC relayer to be used for Game of Zones and beyond
56 stars 31 forks source link

Atomic swap support #94

Closed Alexader closed 4 years ago

Alexader commented 4 years ago

When I followed the demo instructions to run a cross chain transfer, I found that the if the command rly tx transfer ibc0 ibc1 10000n0token true $(rly keys show ibc1 testkey) failed, the balance in ibc0 will reduce and can't get rollbacked. Is there any atmoic swap guarantee mechanism in ibc now or any support in future plan?

cwgoes commented 4 years ago

Hmm, that's odd - can you re-open this on https://github.com/iqlusioninc/relayer with a detailed list of instructions to reproduce and the result of queries after you execute the commands?