Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:08
· 37 commits to main since this release
57f2765

Optimising compiler — roadmap §4.5.

Added

  • indexerHints: prune: auto by default. graph-node's default is
    prune: never (largest DB, slowest queries); Redstart now emits prune: auto,
    which keeps only the history needed for reorgs — a smaller database and faster
    queries, with no effect on current-state queries. The eject path is unchanged
    (graph build accepts it). Reported as a build note.