docs: record W007 pricing extraction

This commit is contained in:
2026-08-30 19:50:10 +03:30
parent 131fa6e6d3
commit 54ad72c477
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -435,3 +435,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- 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`.
- Market display-to-raw amount conversion now uses `application/market.RawAmount`, preserving exact fixed-point conversion and positive-amount checks. Focused market tests pass in `d217623`.
- Market pricing arithmetic now uses typed `application/market.CalculationInput`/`CalculationResult`; the gRPC adapter maps commission persistence values and protobuf fields at the boundary. Existing maker/taker and base/asset side behavior is covered by focused market tests in `e21ecf2`.