aboutsummaryrefslogtreecommitdiff
path: root/API_CHANGES.md
blob: 566a1765093c46ce031d910e2e96d17a3f8252f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# API Changes

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
- 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.
- 2023-12-06 dold: added the exchangeBaseUrl to PreparePeerPushCreditResponse, allowing the UI
  to check the exchange status for the peer push credit.