ssi-own-writes-require-buffer-check

Status: IN

`SSIDatabase.read` must check `tx._writes` and `tx._deletes` before consulting `_store`, since a transaction's own writes aren't materialized into the shared store until commit — unlike MVCCDatabase where eager writes make own-writes visible automatically

Source: entries/2026/05/29/topic-snapshot-vs-ssi-tradeoffs.md

JSON