Skip to content
Snippets Groups Projects
Closed Only first indexation works
  • View options
  • Only first indexation works

  • View options
  • Closed Issue created by Cédric Moreau

    Because subscribeNewBlock only indexes the last finalized block, and forget all the previous since our last indexation.

    For example we have:

    • first indexation: indexes blocks up to #1000
    • finalization event at #1500: indexes only block #1500 (forgetting about blocks [1001;1499]
    • finalization event at #2000: indexes only block #2000 (forgetting about blocks [1501;1999]
    • etc

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first