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

Implement IBC transactions #10

Closed jackzampolin closed 4 years ago

jackzampolin commented 4 years ago

Each individual IBC transaction should be able to be run by the relayer individually as well as in logical groupings (channel, connection). These primitives can then be combined in strategies.go in a number of ways.

The following are the necessary txs:

jackzampolin commented 4 years ago

This is blocked by https://github.com/cosmos/relayer/issues/26 and https://github.com/cosmos/relayer/issues/27

cwgoes commented 4 years ago

Blocked on separating send & receive.

cwgoes commented 4 years ago

Closing in favour of https://github.com/iqlusioninc/relayer/issues/28.