docs: start W012 shim cleanup

This commit is contained in:
2026-08-30 20:19:43 +03:30
parent 5dbaa1df7c
commit db4e15b507
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -467,3 +467,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Market command now uses `SetupMarketRepository`, retaining PostgreSQL/Redis/services/availability/Stellar while skipping ledger-dispatch and profiling startup. Command and market tests pass in `0132734`.
- Internal-wallet command now uses `SetupInternalWalletRepository`, retaining PostgreSQL/Redis/services/Stellar while skipping availability, ledger-dispatch, and profiling startup. Command and wallet tests pass in `f46df4c`.
- Main wallet command now uses the explicit `SetupWalletRepository` entry point for its full dependency profile, completing named setup entry points for all five service modes. Command and wallet tests pass in `cf13a58`.
### `W012` — superseded implementation cleanup checkpoint
- Removed the now-redundant `core/marketImp/amount.go` shim and routed market settlement directly to `application/market.RawAmount`; focused market tests pass in `085140c`.