Version: 0.1.0 Status: active Language: Dust Programming Language (DPL)
Primary specification: XDV-040 in xdv-spec.
Implemented focus for this milestone:
- Deterministic framing and secure transport hooks.
- Domain-aware K/Q/Phi channels.
- Ordering validation under network faults.
Cross-domain deterministic network stack for K/Q/Phi orchestration.
-
src/network_contracts.dsDefines normative domain/layer/mode/capability/operation guards. -
src/network_frame.dsDeterministic frame header/token encode/decode and validation. -
src/network_secure_transport.dsSTL session model with attestation verification and send/receive hook checks. -
src/network_channels.dsK/Q/Phi channel routing with policy checks, frame construction, and hook invocation. -
src/network_order.dsDeterministic ordering and fault-path reconciliation logic. -
src/network_tests.dsBehavior tests for framing, transport, channel policy, and fault ordering. -
src/main.dsStartup validation, smoke send, and self-test entrypoints.
- Q channel rejects raw-state transfer operations.
- Phi channel rejects implicit merge operations.
- Q/Phi session establishment requires attestation token validation.
- Fault ordering reconciliation uses deterministic epoch selection and stable order keys.
dust check xdv-network/srcdust check xdv-network/src/network_tests.ds
dust check xdv-network/tests/network_fault_ordering_e2e.ds- Preserve deterministic ordering semantics under fault paths.
- Preserve capability-scope validation per domain.
- Keep transport hook checks in path for all channel sends.
- Keep behavior replay-equivalent for identical inputs.