geth/docs/adr/0007-synchronized-data-structures.md

15 lines
351 B
Markdown
Raw Permalink Normal View History

2026-05-15 15:08:20 +02:00
# ADR 0007: Synchronized Data Structures
## Status
Accepted.
## Decision
The planned synchronized structures are `db`, `kv`, `pipe`, `document`,
`pubsub`, `cas`, and `ssh-proxy`.
## Consequences
Each module can progress independently while sharing resource registration,
capability checks, daemon-owned Iroh endpoint access, and local metadata.