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

Explorer node: It should not return CAs for blocks that don't exist yet #1986

Open
dbadol opened this issue Jun 18, 2024 · 0 comments
Open

Comments

@dbadol
Copy link
Contributor

dbadol commented Jun 18, 2024

Current behaviour
When requesting 'assets' for a block height that does not exist yet, the node explorer returns the list of CAs in the current block height. That's not correct, as by the time we will actually reach that block height, new assets might have been created.

Also, that behavior is not consistent with the 'block' request that returns nothing for block heights that don't exist yet.

Expected behaviour
I believe it would be more correct to return nothing for block heights that don't exist yet.

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

No branches or pull requests

1 participant