docs: record market settlement lock fix

This commit is contained in:
2026-08-30 20:02:28 +03:30
parent 45170dd1e6
commit c29fbda989
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -440,6 +440,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Market order amount and maker unit-price positivity checks now use `application/market.PositiveAmount`, with existing zero-amount gRPC mapping retained. Focused market tests pass in `192dff4`.
- Market order status-to-error-code policy now uses `application/market.OrderStatusCode`; the adapter retains existing `allowed` metadata formatting. Focused market tests pass in `9f70b21`.
- ICO publisher role/participant/side/counter-asset validation now uses `application/market.ValidatePublisherICO`, with existing access-denied and invalid-argument mappings retained. Focused market tests pass in `4ea1f5a`.
- Market settlement now synchronously acquires the stream transaction-hash mutex; the previous goroutine lock returned immediately and did not serialize settlement against stream processing. Focused market tests pass in `3004bb9`.
### `W008` — alert boundary checkpoint