docs: update wallet read extraction checkpoint
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user