Skip to content

v0.80.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 14:58
· 1242 commits to main since this release

Added

  • synapse merkle verify --json writes a {"valid", "seq", "root"} verdict to stdout (with a
    reason when the proof is rejected), giving offline proof verification the same machine-readable
    stdout payload that merkle root and merkle prove already carry. Without the flag, verification
    still reports through its exit code and a stderr line.