This commit is contained in:
Raven Scott
2026-05-21 00:07:44 -04:00
parent 226fca591d
commit be9acb7268
207 changed files with 295 additions and 450 deletions
@@ -24,11 +24,11 @@
- Production docs, input validation, third test, integration notes.
<!-- legacy: v0.3.0 -->
- Wave 6: presence-tier API tables, architecture wire section, validation test.
- presence-tier API tables, architecture wire section, validation test.
<!-- legacy: v0.3.1 -->
- Wave 7: correct protocol in docs, getStats(), wire tables, category README.
- correct protocol in docs, getStats(), wire tables, category README.
## [0.3.2] - 2026-05-21
### Changed
@@ -142,7 +142,7 @@ Messages with non-matching `id` are ignored on the client pending map. Server `c
Recommended order: Hyperswarm connect → optional handshake → **RPCServer.handleConnection** / **RPCClient** on the encrypted duplex.
See [`../_shared/WAVE6_NETWORK_STACK.md`](../../_shared/WAVE6_NETWORK_STACK.md) — `protocol-handshake` pairs with `rpc` at session layer.
See [`../_shared/NETWORK_STACK_LAYERS.md`](../../_shared/NETWORK_STACK_LAYERS.md) — `protocol-handshake` pairs with `rpc` at session layer.
## Design constraints