docs: record transaction read extraction

This commit is contained in:
2026-08-30 18:56:08 +03:30
parent a60fe1fa4a
commit 9b120daae0
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, asset price, network list, health, balance, and check-balance now delegate through the application boundary; protobuf conversion and existing error mapping remain in `core/walletImp`.
- 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. Full Wallet tests pass in `a2e959e`; transaction-list extraction and wallet-list synchronization remain for the next W004 increment.
- Transaction-list querying now delegates through the application reader as well. Wallet listing consumes the application catalog, while its Stellar synchronization remains in the transport service until a blockchain-backed read use case is extracted. Full Wallet tests pass in `c0e35e0`; only that synchronization extraction remains for W004.