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

feat(explorer): Search for wallet sent proofs and balance #1659

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

JulianVentura
Copy link
Collaborator

Explorer: Search for wallet sent proofs and balances

Description

This PR adds a new component so any user can search for their address and get the number of proofs sent, as well as their current balance.

How to test

  1. Start all services
  2. Open explorer and search for any address on the search bar, it should show information of a wallet zero balance and proofs
  3. Fund a wallet on the payment service
  4. Search that wallet on the explorer and check that the balance is right
  5. Send a proof with that wallet.
  6. Search that wallet and check that the balance has reduced and the number of proofs increased.

Type of change

Please delete options that are not relevant.

  • New feature
  • Bug fix
  • Optimization
  • Refactor

Checklist

  • “Hotfix” to testnet, everything else to staging
  • Linked to Github Issue
  • This change depends on code or research by an external entity
    • Acknowledgements were updated to give credit
  • Unit tests added
  • This change requires new documentation.
    • Documentation has been added/updated.
  • This change is an Optimization
    • Benchmarks added/run
  • Has a known issue
  • If your PR changes the Operator compatibility (Ex: Upgrade prover versions)
    • This PR adds compatibility for operator for both versions and do not change batcher/docs/examples
    • This PR updates batcher and docs/examples to the newer version. This requires the operator are already updated to be compatible

@JulianVentura JulianVentura self-assigned this Dec 19, 2024
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.

1 participant