fix: batch signed log sync imports

This commit is contained in:
Eric Wendland 2026-07-05 22:47:42 +02:00
commit 02969ac7af
3 changed files with 185 additions and 55 deletions

View file

@ -130,6 +130,8 @@ it.
- `[~]` Make multi-table writes transactional.
Acceptance criteria:
- `[x]` Signed operation and signature imports commit atomically.
- `[x]` Keychain/auth sync imports stage accepted records and commit accepted
op/signature groups through store batch transactions.
- `[ ]` Multi-record sync imports cannot leave partial state after a local
error.
- `[x]` Tests cover failure injection for at least one multi-table path.