Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug]: Auctioneer AH: No good way to find bids or listings for a given token or wallet address #994

Open
KartikSoneji opened this issue Feb 1, 2023 · 0 comments
Labels

Comments

@KartikSoneji
Copy link
Contributor

Which package is this bug report for?

auction-house

Which Type of Package is this bug report for?

Rust Contract

Issue description

  1. Create an Auction House
  2. Delegate to Auctioneer
  3. List a token (L) on the Auction House
  4. Bid on another token (B) with wallet (W) on the Auction House

There is no efficient way to:

  1. Find listings of a token given it's mint address
    In this case, find the listing given the mint address L
  2. Find bids of a token given it's mint address
    In this case, find the bid given the mint address B
  3. Find bids of a user given their wallet address
    In this case, find the bid given the wallet address W

Relevant log output

No response

Priority this issue should have

Medium (should be fixed soon)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant