Bootstrap geth Rust workspace
This commit is contained in:
commit
26f81ff1ef
73 changed files with 4835 additions and 0 deletions
16
docs/adr/0008-cas-and-blob-distribution.md
Normal file
16
docs/adr/0008-cas-and-blob-distribution.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# ADR 0008: CAS And Blob Distribution
|
||||
|
||||
## Status
|
||||
|
||||
Accepted.
|
||||
|
||||
## Decision
|
||||
|
||||
CAS starts as local filesystem storage with BLAKE3 content hashes. Future work
|
||||
adds iroh-blobs, provider tracking, pins, encrypted private blobs, collections,
|
||||
manifests, and file sync tree objects.
|
||||
|
||||
## Consequences
|
||||
|
||||
The MVP has useful local blob commands while preserving a path to networked blob
|
||||
distribution.
|
||||
Loading…
Reference in a new issue