docs: record deposit policy extraction

This commit is contained in:
2026-08-30 19:24:47 +03:30
parent 7f58c31d6b
commit 0c0d677a82
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -410,4 +410,5 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Added `application/withdrawal` with the IRT amount reconciliation policy and focused tests for the one-unit balance threshold.
- `WithdrawIRTInit` continues to own the gRPC/payment flow but delegates amount policy through the application package; full Wallet tests pass in `16ebd2d`.
- IPG Toman/Rial conversion, positivity, rounding, and exactness checks now live in `application/deposit`; the gRPC/payment flow delegates through wrappers and remains response-compatible. Full Wallet tests pass in `a565ce0`.
- Deposit/payment idempotency, transaction persistence, queue publication, and failure orchestration remain for subsequent W006 increments.