docs: record IPG amount shim cleanup

This commit is contained in:
2026-08-30 20:33:04 +03:30
parent 24b1c96cab
commit e4ceb44f8c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -472,3 +472,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Removed the now-redundant `core/marketImp/amount.go` shim and routed market settlement directly to `application/market.RawAmount`; focused market tests pass in `085140c`.
- Removed the redundant `agreementAmountMatches` wrapper and routed ICO agreement checks/tests directly to `application/market.AgreementAmountMatches`; focused market tests pass in `261c6a1`.
- Removed the redundant `core/walletImp/ipg_amount.go` shim and routed IPG Toman/Rial conversion callers/tests directly to `application/deposit`; focused Wallet tests pass in `1493486`.