docs: record W007 market availability policy

This commit is contained in:
2026-08-30 19:47:16 +03:30
parent 89697d0528
commit 7ab01f9580
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -433,3 +433,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- 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.
- ICO available-amount validation now uses `application/market.ValidateAvailableAmount` with application-level sentinel errors mapped to existing gRPC error codes by the market adapter. Focused market tests pass in `bbb3443`.