Files
lanspread/crates/lanspread-peer-cli/catalogs/default/manifests/bf1942.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": "bf1942",
"game_version": "20160130",
"chunk_size": 134217728,
"files": [
{
"canonical_path": "bf1942.eti",
"kind": "file",
"size": 3146118,
"file_blake3": "65f7729f0a353b20d3996331ef6c1813ce2259e90d3632eac2bae463700c1126",
"chunk_blake3": [
"65f7729f0a353b20d3996331ef6c1813ce2259e90d3632eac2bae463700c1126"
]
},
{
"canonical_path": "version.ini",
"kind": "file",
"size": 8,
"file_blake3": "37c38c7fe5ec9239e6b970165c5793fe6d503bee41344abd2a0e329c7afbb39b",
"chunk_blake3": [
"37c38c7fe5ec9239e6b970165c5793fe6d503bee41344abd2a0e329c7afbb39b"
]
}
],
"streamed_install_files": [
{
"canonical_path": "bin",
"kind": "directory",
"size": 0,
"file_blake3": null
},
{
"canonical_path": "bin/bf1942-payload.bin",
"kind": "file",
"size": 2097152,
"file_blake3": "de7d369a819879597920fa6eea41e421cb5b56763e279b4cf95cf9c2338f7af2"
},
{
"canonical_path": "data",
"kind": "directory",
"size": 0,
"file_blake3": null
},
{
"canonical_path": "data/bf1942-assets.dat",
"kind": "file",
"size": 1048576,
"file_blake3": "cfbe618ef17da6a5197912649bf31619bfa02db8db60c176f82473bab37d46d9"
}
],
"content_id": "157b952fd2226fc6edc90b698606510956301ff867e6ffb11c724584b1fa9b5a"
}