aboutsummaryrefslogtreecommitdiff
path: root/API_CHANGES.md
blob: 5ec48a1b724c8f23f48d8363b5f862e8ee9449bb (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.