docs: update wallet read extraction checkpoint

This commit is contained in:
2026-08-30 18:54:45 +03:30
parent eda8130671
commit a60fe1fa4a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -384,5 +384,5 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `W004` — read-only wallet application boundary checkpoint
- 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`.
- 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.
- 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.