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

Add account indexes for auction/bid/reveal #877

Closed
nodech opened this issue Nov 30, 2023 · 1 comment
Closed

Add account indexes for auction/bid/reveal #877

nodech opened this issue Nov 30, 2023 · 1 comment
Labels
wallet-db part of the codebase

Comments

@nodech
Copy link
Contributor

nodech commented Nov 30, 2023

Currently auctions, bids and reveals are not indexed by account. All of them will be listed w/o differentiating the account, even though they can't be normally spent w/o this information.

Add account indexes for:

  • layout.i - bids
  • layout.B - Bid reveals
  • layout.A - name records for per auction indexing.
@nodech nodech added wallet part of the codebase wallet-db part of the codebase and removed wallet part of the codebase labels Nov 30, 2023
@nodech
Copy link
Contributor Author

nodech commented May 31, 2024

#892 this issue includes this one and expand beyond for pagination as well.

@nodech nodech closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wallet-db part of the codebase
Projects
None yet
Development

No branches or pull requests

1 participant