umee-network / peggo

Peggo is a Go implementation of the Gravity Bridge Orchestrator for the Umee network.
https://umee.cc/
Apache License 2.0
14 stars 21 forks source link

API - Better UX #342

Open RafilxTenfen opened 2 years ago

RafilxTenfen commented 2 years ago

Summary

Problem Definition

Proposal


For Admin Use

0xshogun commented 2 years ago

@khoerling we can currently see this by querying by address, but we need to be able to monitor the process overall. So instead of putting in an address, we need to see if there's any transactions stuck in the process (and in what stage of the process they're in)

khoerling commented 2 years ago

Started work branched off main, using a single status port flag for now, listens on all interfaces if enabled: https://github.com/umee-network/peggo/tree/342-api-better-ux