docs: start W007 market extraction

This commit is contained in:
2026-08-30 19:46:19 +03:30
parent a5a19cae62
commit 89697d0528
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -428,3 +428,8 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Transaction-list balance-change classification now uses the shared `application/transaction.BalanceChange` policy with focused coverage for increases, decreases, and non-balance transaction types. Full Wallet tests pass in `ca7ae43`.
- Internal transfer and sell insufficient-balance transitions now use the shared `application/transaction.FailureUpdate` policy; atomic wallet/transaction persistence and rollback behavior remain unchanged. Focused Wallet tests pass in `d10ff42`.
- Transaction persistence atomically enqueues ledger and transaction-event outbox records; deterministic idempotency keys, duplicate/conflict handling, retry claims, and dead-letter behavior are implemented and covered by infrastructure/application tests. Remaining W006 work is balance coordination and business-level failure/refund orchestration in deposit, withdrawal, transfer, and redeem flows.
### `W007` — market boundary checkpoint
- ICO agreement amount tolerance is now application-owned in `application/market.AgreementAmountMatches`, using the existing fixed-point money type and preserving the 0.5-unit tolerance. The market gRPC package delegates through a compatibility wrapper; focused market tests pass in `3d9e1af`.
- Pricing, order lifecycle, settlement, contract generation, and external adapter composition remain for subsequent W007 increments.