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 Relayer Strategies and Start command #21

Closed jackzampolin closed 4 years ago

jackzampolin commented 4 years ago

The relayer start command is currently worse than a stub. The basic design is there, but there are many implementation details to be worked out. Also once the transactions and queries for the relayer are created, they can easily be composed into strategies. Some potential strategies:

cwgoes commented 4 years ago

Another useful option: relay only transactions sent from or to specific addresses (e.g. the user's addr).

jackzampolin commented 4 years ago

These are features we can add to the Path object later IMO and not necessary for the MVP. I think getting the structure right to accommodate those things and then adding features like this later is the right way to go.

cwgoes commented 4 years ago

Closing in favour of https://github.com/cosmos/relayer/issues/48.