docs: record trustline adapter extraction

This commit is contained in:
2026-08-30 19:00:39 +03:30
parent 13669ecef3
commit dd6de15d8c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -390,5 +390,5 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `W005` — wallet initialization boundary checkpoint
- Added `application/walletinit` for the identity precondition and exact Stellar trustline-limit policy.
- `UserInitWallet` delegates those rules while retaining the existing database transaction, wallet creation, key recovery, trustline submission, transaction recording, and rollback behavior.
- Full Wallet tests pass in `59639f4`; orchestration extraction remains in progress.
- `UserInitWallet` delegates those rules and the key-recovery/trustline adapter while retaining the existing database transaction, wallet creation, transaction recording, and rollback behavior.
- Full Wallet tests pass in `4292934`; orchestration extraction remains in progress.