Files
lanspread/crates/lanspread-peer-cli/catalogs/default/manifests/cnctw.json
T
ddidderr 60fd7ba0c2 feat(peer)!: cut over to authenticated catalog sharing
Replace address-only trust and pushed peer state with installation identities,
SPKI-pinned QUIC, candidate-only discovery, and bounded responder-owned
protocol-8 pulls. The runtime now owns each network generation and all admitted
work through shutdown.

Add exact bundled content identities, reproducible manifest publishing,
capability-confined downloads, streaming BLAKE3 verification, quarantine and
retry, and crash-recoverable download and install transactions. Ship generated
fixture catalogs and fail closed when production manifests are absent.

The Tauri backend exposes durable sharing policy, redacted identity state, and
attempt-keyed transfer snapshots. Frontend consumption follows in the next
commit. Repository-wide test certificates and protocol-7 paths are removed.

BREAKING CHANGE: peers must use protocol 8 and exact catalog content artifacts;
protocol-7 frames and shared-certificate identities are no longer accepted.

Test Plan:
- `just test` -- passed on the completed stack (708 workspace tests)
- `just clippy` -- passed on the completed stack
- `just build` -- passed with fixture catalogs on the completed stack
- `just catalog-check-production` -- failed closed because the external
  production manifest corpus is absent
- `git diff --cached --check` -- passed
2026-08-10 13:59:18 +02:00

54 lines
1.4 KiB
JSON

{
"schema_version": 1,
"game_id": "cnctw",
"game_version": "20160128",
"chunk_size": 134217728,
"files": [
{
"canonical_path": "cnctw.eti",
"kind": "file",
"size": 3146114,
"file_blake3": "f4d31de3bcff86de8c78f766f1e7809ffd5d47a951742ac9db6a97551d84eb6f",
"chunk_blake3": [
"f4d31de3bcff86de8c78f766f1e7809ffd5d47a951742ac9db6a97551d84eb6f"
]
},
{
"canonical_path": "version.ini",
"kind": "file",
"size": 8,
"file_blake3": "995b0db832e29dbb6025f31b7aa8f1e842151971fac3ea7d6cac2c287f2ce64a",
"chunk_blake3": [
"995b0db832e29dbb6025f31b7aa8f1e842151971fac3ea7d6cac2c287f2ce64a"
]
}
],
"streamed_install_files": [
{
"canonical_path": "bin",
"kind": "directory",
"size": 0,
"file_blake3": null
},
{
"canonical_path": "bin/cnctw-payload.bin",
"kind": "file",
"size": 2097152,
"file_blake3": "495fcaac274d7c6cf9a2db7587280b73d4c18d7ac473305082c4fe1a0b93ec82"
},
{
"canonical_path": "data",
"kind": "directory",
"size": 0,
"file_blake3": null
},
{
"canonical_path": "data/cnctw-assets.dat",
"kind": "file",
"size": 1048576,
"file_blake3": "372e932a9316a3c76517520b91540cc4eb4035e8e5726a0df4910c018117f344"
}
],
"content_id": "f01e4b38e052cbd9ba1c468e31af78cf95f0c9bc3371875289cb3ec2e8be8067"
}