aere-node/registries
2026-09-05 08:07:54 +03:00
..
hibrid-1.properties Follower configuration and anchor patch at the live revision: registries/hibrid-1.properties (SLH-DSA public keys), the five properties a follower needs past blocks 17,047,600 and 17,225,968, 0003 regenerated from the staged overlay on d2032017 (169 files; applies with 0001/0004/0005 in run-node order, tree equals anchor/); the from-genesis import proof is stated as not yet repeated 2026-09-05 08:07:54 +03:00
manifest-13014000.json Point 29: one command to run a node, proven from a fresh clone 2026-08-24 20:48:51 +03:00
manifest-13600000.json Point 29: one command to run a node, proven from a fresh clone 2026-08-24 20:48:51 +03:00
README.md Follower configuration and anchor patch at the live revision: registries/hibrid-1.properties (SLH-DSA public keys), the five properties a follower needs past blocks 17,047,600 and 17,225,968, 0003 regenerated from the staged overlay on d2032017 (169 files; applies with 0001/0004/0005 in run-node order, tree equals anchor/); the from-genesis import proof is stated as not yet repeated 2026-09-05 08:07:54 +03:00
registru-2800-v2-13600000.properties Point 29: one command to run a node, proven from a fresh clone 2026-08-24 20:48:51 +03:00
SHA256SUMS Follower configuration and anchor patch at the live revision: registries/hibrid-1.properties (SLH-DSA public keys), the five properties a follower needs past blocks 17,047,600 and 17,225,968, 0003 regenerated from the staged overlay on d2032017 (169 files; applies with 0001/0004/0005 in run-node order, tree equals anchor/); the from-genesis import proof is stated as not yet repeated 2026-09-05 08:07:54 +03:00

Falcon and SLH-DSA validator registries for chain 2800

These files are the public Falcon-512 validator registries that a node must hold to validate the post-quantum certificate anchor (see ../anchor/README.md and ../RUN-A-NODE.md). Without them a from-genesis node imports fine up to block 13,014,000, the first anchor, and then refuses every anchor block, because the seal-validation rule cannot map a certificate's seal indices to validator addresses. The refusal is deliberate and fail-closed: AERE-PQC-REG-BLOCK-01.

What is in a registry, and why it is safe to publish

Each entry binds a validator index to:

  • pk / the row value: the validator's Falcon-512 public key.
  • .addr: the validator's chain-2800 account address (already public on-chain in every seal).
  • .pop: a Falcon proof-of-possession, signed by that row's key. Proves someone holds the private key for this public key.
  • .claim: an ECDSA signature by the validator's own account. Proves the validator asked for this key, so that whoever writes the file cannot credit a seal to an index they do not control.

There is no private key material here. Falcon signing keys are never in this repository and are not on the same footing as these files on the hosts: the registries are world-readable, the signing keys are mode 600 and stay on the validators. The repository's secret gate passes on this directory (0 findings) precisely because every byte is public.

Files

File Bind height Keys Role
manifest-13014000.json 13,014,000 7 the registry in force from the first anchor; carried in registry.history
registru-2800-v2-13600000.properties 13,600,000 9 the nine-validator registry from the set expansion; carried in registry.history
manifest-13600000.json 13,600,000 9 the head registry, passed as aere.falcon.manifest
hibrid-1.properties 17,047,568 9 the SLH-DSA-SHA2-128s public keys of the same nine validators (formatVersion=hybrid-1), passed as aere.pq.hybridRegistry; needed from the first hybrid anchor, block 17,047,600

SHA256SUMS carries the digests. Verify after copying:

sha256sum -c SHA256SUMS
006b1b3fb814ed84622539160956263faca7c0b76585c22f2e8acb926c0bcb7f  manifest-13014000.json
23736b7d4ba1d3213496f8b5a5f756d5c958b08efebdeb1329b24d7dfa45fb6e  manifest-13600000.json
c9a215d294e106f69fb2f16e3af21f9787523969e4b7260a3098f4b2cf458059  registru-2800-v2-13600000.properties

Provenance

Fetched from the running fleet and cross-checked so that these are the bytes the network validates against, not a local rebuild. Each of the three files was read from three independent validator hosts and produced the same sha256 on all three. A registry is only meaningful if it is the one the chain was signed against; a fingerprint that agrees across three independently operated hosts is that evidence. The digests above are those agreed fingerprints.

How a node uses them

A following node wires the head registry through aere.falcon.manifest and the older registries through aere.falcon.registry.history (comma-separated, never pruned: a node syncing from genesis verifies every block ever produced, so every registry ever scheduled has to stay reachable forever). run-node.sh in the parent directory does this for you. The exact flags are printed there and echoed at start.