summaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-05 18:51:58 +0100
committerFlorian Dold <florian@dold.me>2023-12-05 18:51:58 +0100
commitfef7985be3ac1440d02f9ddc9f5aa141586a5259 (patch)
tree4d86ea823aab3e823dc519c70a54a79531c736b9 /API_CHANGES.md
parentcc11b46b351ed524ff460643edb0fcc17b473cb2 (diff)
downloadwallet-core-fef7985be3ac1440d02f9ddc9f5aa141586a5259.tar.gz
wallet-core-fef7985be3ac1440d02f9ddc9f5aa141586a5259.tar.bz2
wallet-core-fef7985be3ac1440d02f9ddc9f5aa141586a5259.zip
wallet-core: make conversion more robust against errors
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index 1cfb62637..5ec48a1b7 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -4,6 +4,8 @@ This files contains all the API changes for the current release:
## wallet-core
- - AcceptManualWithdrawalResult.exchangePaytoUris is deprecated
- - WithdrawalExchangeAccountDetails.transferAmount is now optional (if convertion applies)
- - added WithdrawalExchangeAccountDetails.currencySpecification about the transferAmount currency
+- AcceptManualWithdrawalResult.exchangePaytoUris is deprecated
+- WithdrawalExchangeAccountDetails.transferAmount is now optional (if convertion applies)
+- added WithdrawalExchangeAccountDetails.currencySpecification about the transferAmount currency
+- 2023-12-05 dold: added WithdrawalExchangeAccountDetails.{status,conversionError} to inform the client
+ about errors with a particular conversion account instead of failing the whole withdrawal(-info) request.