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

[Task]: Blocks of type tx not showing in slot with transaction blocks #1440

Closed
begonaalvarezd opened this issue Apr 24, 2024 · 2 comments · Fixed by #1443
Closed

[Task]: Blocks of type tx not showing in slot with transaction blocks #1440

begonaalvarezd opened this issue Apr 24, 2024 · 2 comments · Fixed by #1443
Assignees

Comments

@begonaalvarezd
Copy link
Member

begonaalvarezd commented Apr 24, 2024

Task description

eg /alphanet/slot/32922 it says there is 1 tx, but I cant find it in the referenced blocks

It seems to be because we are not fetching all the slots in the first place, and its because of this issue iotaledger/inx-chronicle#1362

@brancoder brancoder self-assigned this Apr 24, 2024
@brancoder
Copy link
Collaborator

This happens because there is a bug in chronicle where each request returns the same cursor and we cant all blocks but just the first 100:
Blocked by: iotaledger/inx-chronicle#1362

 // Hardcoded to null for now because chronicle always returns the same cursor: https://github.com/iotaledger/inx-chronicle/issues/1362
cursor = null;
// cursor = response.cursor;

@begonaalvarezd
Copy link
Member Author

Chronicle has been updated with the fix

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 a pull request may close this issue.

2 participants