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

Basic web-hook alerting system #57

Closed jackzampolin closed 4 years ago

jackzampolin commented 4 years ago

The relayer should have some options for how to handle transactions that fail for insufficient fees. One idea is to provide an slack, telegram or other outputs for these alerts.

zmanian commented 4 years ago

Maybe a webhook with a JSON payload?

cwgoes commented 4 years ago

Insufficient balance to pay fees, insufficient gas allocated for computation, or insufficient fees to be confirmed? These are all different failure cases & will need to be handled separately.

cwgoes commented 4 years ago

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