You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
Task description
eg
/alphanet/slot/32922
it says there is 1 tx, but I cant find it in the referenced blocksIt 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
The text was updated successfully, but these errors were encountered: