Bootstrap geth Rust workspace

This commit is contained in:
Eric Wendland 2026-05-15 15:08:20 +02:00
commit 26f81ff1ef
73 changed files with 4835 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# 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.