Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API - Better UX #342

Open
4 tasks
RafilxTenfen opened this issue Aug 9, 2022 · 2 comments
Open
4 tasks

API - Better UX #342

RafilxTenfen opened this issue Aug 9, 2022 · 2 comments
Assignees

Comments

@RafilxTenfen
Copy link

Summary

  • Create an API to retrieve the in-memory information about peggo

Problem Definition

  • We need this feature so that the frontend is able to retrieve which transactions are being crossed and give a better UX

Proposal

  • Add a new flag

    • To define if the API will be available
    • Maybe another flag to define the base URL (if possible do this with only one flag)
  • The endpoints needed for each side like (ETH -> UMEE & UMEE -> ETH) we need to know the information from both sides

    • Txs waiting to be batched
    • Txs in a batch not processed yet
    • Txs that are successful

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@jordanbearfort
Copy link

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants