Add Zapier interface simulator, tree-node Merkle lookups, and user docs
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
In-process trace console validates hops, faults, recoveries, and suggested changes before zapier-platform push. User guide covers signup through central-chain and bulk-summary tree-node hash lookup.
This commit is contained in:
parent
3daa88866d
commit
f3dc0e6eee
56 changed files with 2341 additions and 8 deletions
|
|
@ -43,6 +43,9 @@ create verae-request-splitter "Split hash vs attachments for chain vs WORM"
|
|||
create verae-archive-worm "Bloom-filtered WORM archive node"
|
||||
create verae-archive-aggregator "Aggregate archive replies into job JSON"
|
||||
create zapier-docs-master "Master summaries, NATS contracts, message flows"
|
||||
create verae-tree-node "Merkle leaf proofs for hashes only sealed as a bulk summary"
|
||||
create verae-zapier-simulator "Zapier interface simulator with hop-by-hop trace console"
|
||||
create zapier-user-docs "User docs from signup through hash register, chain lookup, tree-node query"
|
||||
|
||||
push_dir "$ROOT/packages/zappier" zappier-edge
|
||||
push_dir "$ROOT/packages/verae-zapier-middleware" verae-middleware
|
||||
|
|
@ -52,5 +55,8 @@ push_dir "$ROOT/packages/verae-request-splitter" verae-request-splitter
|
|||
push_dir "$ROOT/packages/verae-archive-worm" verae-archive-worm
|
||||
push_dir "$ROOT/packages/verae-archive-aggregator" verae-archive-aggregator
|
||||
push_dir "$ROOT/packages/docs-master" zapier-docs-master
|
||||
push_dir "$ROOT/packages/verae-tree-node" verae-tree-node
|
||||
push_dir "$ROOT/packages/verae-zapier-simulator" verae-zapier-simulator
|
||||
push_dir "$ROOT/packages/zapier-user-docs" zapier-user-docs
|
||||
|
||||
echo ALL_MODULE_REPOS_PUSHED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue