Initial import of verae-tree-node from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 13:51:21 -04:00
commit b9184c9086
6 changed files with 169 additions and 0 deletions

11
SUMMARY.md Normal file
View file

@ -0,0 +1,11 @@
# verae-tree-node
**Job:** Hold inclusion proofs for SHA-256 leaves that were registered only as part of a bulk Merkle summary. The main Verae chain itemizes the **root**, not each leaf.
**Expects messages from:** middleware batch path (`verae.archive.put` kind `tree`); aggregator (`verae.archive.query`).
**Sends messages to:** `verae.archive.reply.<correlationId>` on bloom hit.
**Does not talk to Zapier.** Same bloom-silence rule as `verae-archive-worm`.
**Test:** `npm test` — three leaves, root sealed, each leaf verifies; missing leaf has no proof.