No description
Find a file
Niko Marmeladkov e23a3cab59 refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS
The decentralization stack overcomplicated the project. Removed:
internal/pow, internal/smt, internal/checkpoint, internal/bft,
internal/lightnode, cmd/lightnode, relay gossip/checkpoint/proof/BFT
endpoints, their docs, vectors and the blake3 dependency.

Kept: WebSocket streaming on the relay, the full protocol v1 object set
including DelegationClaim (0x07) and KeyRotation request/confirm
(0x08/0x09) with chain resolution in verify.Graph, TrustedIssuers,
batch fetch, stable cursor pagination, per-type metrics.

INV-1 reverts to its original form: the relay holds no keys again.
Everything removed remains reachable at commit 20cc52c.
2026-08-26 00:42:53 +03:00
cmd/server refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
docs refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
internal refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
testdata/vectors refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
tools/reference refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
.gitignore feat: YAML config for all server tunables 2026-08-25 21:11:49 +03:00
config.yaml.example feat: default DataDir to data for object persistence 2026-08-25 21:12:03 +03:00
go.mod refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
go.sum refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS 2026-08-26 00:42:53 +03:00
REPORT_STAGE2B.md Initial commit: signed-object trust relay, verifier, and docs 2026-08-12 22:36:49 +03:00