Updates
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
- Initial release: Multi-hop overlay circuits with CREATE/EXTEND/RELAY cells.
|
||||
<!-- 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
|
||||
|
||||
@@ -29,7 +29,7 @@ await mod.close()
|
||||
|
||||
## Docs
|
||||
|
||||
- [Category hub](../../docs/network-stack/README.md) — Wave 6 stack index
|
||||
- [Category hub](../../docs/network-stack/README.md) — network stack index
|
||||
- [Stack demo](../../examples/p2p-network-stack-demo/)
|
||||
- [docs/api.md](docs/api.md) — constructor, methods, events, errors
|
||||
- [docs/architecture.md](docs/architecture.md) — wire types, state, composition
|
||||
|
||||
@@ -221,4 +221,4 @@ Unit: `test/test.js` — build/relay, validation, stats, idempotent `close`.
|
||||
|
||||
Integration: [`../../../real_tests/integration/circuit-loom-two-node.js`](../../../real_tests/integration/circuit-loom-two-node.js) — local smoke (no live two-node swarm in file).
|
||||
|
||||
Network stack context: [`../_shared/WAVE6_NETWORK_STACK.md`](../../_shared/WAVE6_NETWORK_STACK.md).
|
||||
Network stack context: [`../_shared/NETWORK_STACK_LAYERS.md`](../../_shared/NETWORK_STACK_LAYERS.md).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Architecture: hyper-p2p-circuit-loom
|
||||
|
||||
**Category:** Network stack (Wave 6 — circuits layer)
|
||||
**Category:** Network stack (network stack — circuits layer)
|
||||
|
||||
**Protocol:** `circuit-loom/v1`
|
||||
|
||||
@@ -141,9 +141,9 @@ stateDiagram-v2
|
||||
closed --> [*]: deleted from Map
|
||||
```
|
||||
|
||||
## Composition (Wave 6)
|
||||
## Composition (network stack)
|
||||
|
||||
Per [`../_shared/WAVE6_NETWORK_STACK.md`](../../_shared/WAVE6_NETWORK_STACK.md):
|
||||
Per [`../_shared/NETWORK_STACK_LAYERS.md`](../../_shared/NETWORK_STACK_LAYERS.md):
|
||||
|
||||
| Module | Relationship |
|
||||
|--------|----------------|
|
||||
|
||||
Reference in New Issue
Block a user