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,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.