Dennis Kobert
b56af15e5e
Add graph-storage crate ( #4198 )
...
* Add graph-storage crate
* Split graph-storage lib.rs into smaller modules
* Make graph_craft/core_types dependency optional
* Fix CRDT correctness issues flagged in graph-storage PR review
* Treat trailing empty export slots as value-equal in Network::value_equal
* Address graph-storage review: parameterize CrdtError, reject hot-log corruption, drop LamportClock Default
* Address graph-storage review: fix root-delta history walk, validate cross-network refs, make compute_deltas deterministic, harden Priority, index nodes by network
* Address graph-storage review: sort sources on deserialize, treat inputs_attributes length as structural, dedupe demo-artwork loader
* Add opt-in Delta rev validation, dedup resource sources on deserialize, fix doc grammar
* Persist scope injections through storage; harden gesture-end and embedded-source checks
* Review
* Review
* Review
* Use new types for NodeId and NetworkId
* Adress minor review comments
---------
Co-authored-by: Timon <me@timon.zip >
2026-06-13 16:47:04 +00:00