mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 11:30:28 -05:00
e0b8c4f46b
Moves go/store/datas to always use ReadValue/WriteValue, and creates a SerialMessage types.Value type whose implementation is a lot like InlineBlob. Implements WalkRefs for SerialMessage. This lets the full stack of dolt functionality work while we transition types from the top of the DAG.