Bootstrap geth Rust workspace
This commit is contained in:
commit
26f81ff1ef
73 changed files with 4835 additions and 0 deletions
15
docs/adr/0007-synchronized-data-structures.md
Normal file
15
docs/adr/0007-synchronized-data-structures.md
Normal 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.
|
||||
Loading…
Reference in a new issue