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.
+1 -1
View File
@@ -325,4 +325,4 @@ Append one row whenever a task changes status. Existing rows are never rewritten
| 2026-08-30 | A009 | `TODO` | `DONE` | Removed Auth's commented/dead wallet federation client; Auth tests pass with writable cache in `508a239`. |
| 2026-08-30 | W013 | `TODO` | `STARTED` | Removed automatic federation creation and federation lookup from wallet initialization; new wallet records no longer receive a federation assignment; full Wallet tests pass in `97dd9d9`. Remaining schema/API/transaction-field cleanup is pending. |
| 2026-08-30 | W013 | `STARTED` | `DONE` | Removed federation persistence/model code, wallet and transaction federation fields, federation protobuf messages, stale API route/docs, and remaining runtime references; regenerated Wallet contracts for Wallet/Auth/API; Wallet, Auth, and API tests pass. Wallet `a38501d`/`7ae90cc`, Auth `446e875`, API `c450264`/`c2c076c`. |
| 2026-08-30 | W006 | `TODO` | `STARTED` | Added `application/withdrawal` and routed IRT amount reconciliation through it; focused and full Wallet tests pass in `16ebd2d`. Deposit/payment and transaction orchestration remain. |
| 2026-08-30 | W006 | `TODO` | `STARTED` | Added `application/withdrawal` and `application/deposit`; routed IRT amount reconciliation and IPG Toman/Rial conversion through application policies with exactness/overflow tests; full Wallet tests pass in `a565ce0`. Transaction persistence, idempotency, queues, and failure orchestration remain. |