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

Continue refactor to improve errors and logging #63

Closed jackzampolin closed 4 years ago

jackzampolin commented 4 years ago

This PR continues the work from #59 which started work on #48, closed #31, laid the groundwork for #35.

This PR aims to address #62, #47 and #54. This PR will also remove the text output option and introduce a -d --debug flag.

jackzampolin commented 4 years ago
jackzampolin commented 4 years ago

TODO:

jackzampolin commented 4 years ago

Maybe switch to async tx broadcast? Or just log the broadcast errors.