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 ### `W004` — read-only wallet application boundary checkpoint
- Added `application/walletread`, with transport-independent catalog, commission, network, and balance reader ports and use-case methods. - 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`. - 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. Focused and full Wallet tests pass in `fe41989`; transaction-list extraction and wallet-list synchronization 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. Full Wallet tests pass in `a2e959e`; transaction-list extraction and wallet-list synchronization remain for the next W004 increment.
+1 -1
View File
@@ -318,4 +318,4 @@ Append one row whenever a task changes status. Existing rows are never rewritten
| 2026-08-30 | W002 | `TODO` | `DONE` | Added pure wallet entities/value objects, domain errors, filters, repository/cache/UoW ports, and blockchain/internal/external adapter boundaries; focused and full tests plus focused vet pass in `ac649d2`. | | 2026-08-30 | W002 | `TODO` | `DONE` | Added pure wallet entities/value objects, domain errors, filters, repository/cache/UoW ports, and blockchain/internal/external adapter boundaries; focused and full tests plus focused vet pass in `ac649d2`. |
| 2026-08-30 | W003 | `TODO` | `STARTED` | Relocated all wallet PostgreSQL and Redis adapter implementations (including tests) from `repository/db` into `infrastructure/postgres` and `infrastructure/redis`; updated bootstrap imports and full Wallet tests pass in `d2580cd`. RabbitMQ, external service, and Stellar adapters remain. | | 2026-08-30 | W003 | `TODO` | `STARTED` | Relocated all wallet PostgreSQL and Redis adapter implementations (including tests) from `repository/db` into `infrastructure/postgres` and `infrastructure/redis`; updated bootstrap imports and full Wallet tests pass in `d2580cd`. RabbitMQ, external service, and Stellar adapters remain. |
| 2026-08-30 | W003 | `STARTED` | `DONE` | Relocated external service clients to `infrastructure/service` and Stellar/Horizon adapters to `infrastructure/stellar`; updated wallet, market, stream, and bootstrap imports; no legacy implementation imports remain; full tests, race tests, vet, and build pass in `d121fc9`. | | 2026-08-30 | W003 | `STARTED` | `DONE` | Relocated external service clients to `infrastructure/service` and Stellar/Horizon adapters to `infrastructure/stellar`; updated wallet, market, stream, and bootstrap imports; no legacy implementation imports remain; full tests, race tests, vet, and build pass in `d121fc9`. |
| 2026-08-30 | W004 | `TODO` | `STARTED` | Added the `application/walletread` boundary and routed asset, commission, network, balance, and check-balance gRPC methods through it; wallet listing now also consumes the application catalog; focused and full Wallet tests pass in `fe41989`. Transaction-list extraction and wallet-list synchronization logic remain. | | 2026-08-30 | W004 | `TODO` | `STARTED` | Added the `application/walletread` boundary and routed asset, commission, network, price, health, balance, and check-balance gRPC methods through it; wallet listing now also consumes the application catalog; full Wallet tests pass in `a2e959e`. Transaction-list extraction and wallet-list synchronization logic remain. |