commit 1dbb2d5ebd9ef874b6336c93bddc6306d1d1b750 parent a2d7fef33136b029a17ff5e12c62412b899194e9 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 29 Jun 2026 23:24:46 +0200 annotate deprecated fields already gone from the code Diffstat:
6 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/core/challenger/post-challenge-NONCE.rst b/core/challenger/post-challenge-NONCE.rst @@ -84,6 +84,8 @@ transmitted: boolean; // @deprecated in **v2**, use retransmission_time + // FIXME-REMOVED-ALREADY: the challenger no longer emits this field; + // it is deprecated here but already gone from the code. next_tx_time?: string; // when we would re-transmit the challenge the next diff --git a/core/corebank/get-accounts-USERNAME.rst b/core/corebank/get-accounts-USERNAME.rst @@ -36,6 +36,8 @@ // If null or absent, the global conversion fee is used. // @since **v6** // @deprecated in **v9**, use conversion_rate_class_id instead + // FIXME-REMOVED-ALREADY: LibEuFin no longer implements this field + // (the min_cashout column was dropped); deprecated here but gone from code. min_cashout?: Amount; // Addresses where to send the TAN for transactions. diff --git a/core/corebank/get-accounts.rst b/core/corebank/get-accounts.rst @@ -72,6 +72,8 @@ // If null or absent, the global conversion fee is used. // @since **v6** // @deprecated in **v9**, use conversion_rate_class_id instead + // FIXME-REMOVED-ALREADY: LibEuFin no longer implements this field + // (the min_cashout column was dropped); deprecated here but gone from code. min_cashout?: Amount; // Is this account visible to anyone? diff --git a/core/corebank/patch-accounts-USERNAME.rst b/core/corebank/patch-accounts-USERNAME.rst @@ -46,6 +46,8 @@ tan_channels?: TanChannel[] | null; // @deprecated in **v9**, user conversion rate classes instead + // FIXME-REMOVED-ALREADY: LibEuFin no longer implements this field + // (the min_cashout column was dropped); deprecated here but gone from code. min_cashout?: Amount; } diff --git a/core/corebank/post-accounts.rst b/core/corebank/post-accounts.rst @@ -67,6 +67,8 @@ tan_channels?: TanChannel[]; // @deprecated in **v9**, use conversion_rate_class_id instead + // FIXME-REMOVED-ALREADY: LibEuFin no longer implements this field + // (the min_cashout column was dropped); deprecated here but gone from code. min_cashout?: Amount; } diff --git a/core/merchant/get-private-orders-ORDER_ID.rst b/core/merchant/get-private-orders-ORDER_ID.rst @@ -111,6 +111,8 @@ // Groups about trouble obtaining wire transfer details, // empty array if no trouble were encountered. // @deprecated in protocol **v6**. + // FIXME-REMOVED-ALREADY: the merchant backend no longer emits this + // field; it is deprecated here but already gone from the code. wire_groups: TransactionWireReport[]; // The refund details for this order. One entry per