docs: record lock request validation

This commit is contained in:
2026-08-30 20:45:30 +03:30
parent 37919982cd
commit 224d867d4a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -487,3 +487,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `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`.
### `W009` internal-wallet boundary checkpoint
- Lock and release RPC handlers now reject nil or incomplete IAM requests before dereferencing user fields; focused wallet lock tests pass in `36b4d67`.