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

Shows a separate list of actual bids in auction details #1088

Open
davidyuk opened this issue Feb 15, 2025 · 3 comments
Open

Shows a separate list of actual bids in auction details #1088

davidyuk opened this issue Feb 15, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@davidyuk
Copy link
Member

Please describe the problem that your request should resolve.

Currently in the same list Aescan shows bids made in different auctions including other name-related actions. The most important info (current bids) mixed with outdated data.

Describe the solution you'd like

To have a separate tab showing only bids in the current auction.

Additional context

Currently Aescan doesn't shows recent bids at all.

Steps to reproduce

The related issue on middleware side: aeternity/ae_mdw#2097

@davidyuk davidyuk added the enhancement New feature or request label Feb 15, 2025
@janmichek
Copy link
Collaborator

As I remember, this was not able to achieve given the information from mdw.
The problem is the pagineted response. Or we would need to hack it somehow. Another thing is that mdw does not provide much information about the auction itself, we need to guess from events which are not enough.
I can check again if something magically changed, but I doubt so.

@davidyuk
Copy link
Member Author

I would try

In the list of bids if the next bid is bigger than the previous one it means that that bid is from the previous auction and we shouldn't show it.

@janmichek
Copy link
Collaborator

Good suggestion, I will explore this way. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants