Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 05:23
· 50 commits to main since this release
e2af062

The store-diff kill-gate is GREEN, and a deploy footgun is gone.

Added

  • Store-diff conformance gate proven. conformance/fixtures/arb-erc20 (the
    ARB token on Arbitrum One) deployed to a live graph-node alongside the
    hand-written reference and produced a byte-identical store — 0 diffs across
    10 Account + 13 Transfer entities at block 477,660,492. Indexing fidelity, the
    roadmap's #1 risk, is no longer a hypothesis.

Fixed

  • ABI normalisation on build. Emitted ABIs now always carry anonymous on
    event entries. graph-node requires it at deploy time (even though graph build doesn't), so an ABI missing it caused a cryptic graph deploy failure.
    Redstart now adds it automatically.