docs: record wallet read boundary progress

This commit is contained in:
2026-08-30 18:53:34 +03:30
parent 09ca346abe
commit eda8130671
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -385,4 +385,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Added `application/walletread`, with transport-independent catalog, commission, network, and balance reader ports and use-case methods.
- gRPC methods for asset list/get, asset commissions, network list, balance, and check-balance now delegate through the application boundary; protobuf conversion and existing error mapping remain in `core/walletImp`.
- Focused and full Wallet tests pass in `b503518`. User wallet-list (which still includes Stellar synchronization) and transaction-list reads remain for the next W004 increment.
- Wallet listing now consumes the application catalog, while its Stellar synchronization remains in the transport service until a blockchain-backed read use case is extracted. Focused and full Wallet tests pass in `fe41989`; transaction-list extraction and wallet-list synchronization remain for the next W004 increment.