docs: record transaction boundary hardening

This commit is contained in:
2026-08-30 20:44:49 +03:30
parent 019021af06
commit 37919982cd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -483,3 +483,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `W005` initialization checkpoint
- Wallet initialization now propagates transaction commit failures through the application `FinalizeTransaction` policy instead of silently discarding them; focused wallet-init and wallet service tests pass in `f9a0262`.
### `W006` transaction boundary checkpoint
- Internal transaction event processing now rejects nil/invalid event IDs before repository access and explicitly rolls back when an unsupported transaction type is received; focused wallet transaction tests pass in `66d271e`.