docs: record IPG payer policy extraction

This commit is contained in:
2026-08-30 19:30:28 +03:30
parent 7da464ea0c
commit 01aef1b3ae
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -415,4 +415,5 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Settled IPG deposits now use `application/deposit.RawSettlementAmount` for Rial→Toman→raw conversion, retaining exactness checks before Stellar transfer. Full Wallet tests pass in `08c2d7b`.
- Transaction status-update construction now lives in `application/transaction`; Stellar polling remains at the infrastructure-facing service while persistence update shape is application-owned. Full Wallet tests pass in `7941966`.
- Transaction-event type support is centralized in `application/transactionevents`, removing the duplicate wallet-server policy. Full Wallet tests pass in `4d03adb`.
- IPG payer-ID derivation is now application-owned with short/invalid input protection and deterministic tests; the gRPC service delegates through a compatibility wrapper. Full Wallet tests pass in `f12752d`.
- Deposit/payment idempotency, transaction persistence, queue publication, and failure orchestration remain for subsequent W006 increments.