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

List multisigs and transactions with Keplr login #218

Merged
merged 11 commits into from
Jun 19, 2024

Conversation

abefernan
Copy link
Contributor

@abefernan abefernan commented Jun 19, 2024

Closes #43.

To be improved in future PRs:

  • Extract and centralize Keplr logic.
  • Make API endpoints type-safe and better in general.

Verify with Keplr to list your multisigs:
ms-login

The default list shows only the multisigs you created:
ms

You can choose to show all the multisigs you're a member of:
ms-member

Verify with Keplr to list the multisigs' transactions if you are a member of that multisig:
txs-login

The default list shows only pending transactions (yellow means signed by you but not broadcasted):
txs

You can choose to show broadcasted txs, too:
txs-broad

Copy link

vercel bot commented Jun 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
confio-multisig-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 10:51am

@abefernan abefernan mentioned this pull request Jun 19, 2024
@abefernan abefernan self-assigned this Jun 19, 2024
@abefernan abefernan merged commit cf5d058 into main Jun 19, 2024
5 checks passed
@abefernan abefernan deleted the feat/list-user-multisigs branch June 19, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display list of user's multisigs & transactions
1 participant