docs: record wallet draft extraction

This commit is contained in:
2026-08-30 19:02:50 +03:30
parent 2ecaf7f242
commit 3c16ff0ca2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -392,3 +392,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Added `application/walletinit` for the identity precondition and exact Stellar trustline-limit policy.
- `UserInitWallet` delegates those rules and the key-recovery/trustline adapter while retaining the existing database transaction, wallet creation, transaction recording, and rollback behavior.
- Wallet-code generation is also application-owned and tested. Full Wallet tests pass in `c09fdf8`; orchestration extraction remains in progress.
- Wallet draft construction (user, asset, federation, code, and timestamps) is application-owned and tested; repository lookup/insertion remains at the service boundary. Full Wallet tests pass in `28d0846`; orchestration extraction remains in progress.