summaryrefslogtreecommitdiff
path: root/API_CHANGES.md
blob: 8ccce9af605800c59e17421581dd26e6ba4f0a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.
- 2023-12-06 dold: added a new getExchangeEntryForUri request, which allows the client to
  get information about an existing exchange entry with DD48 semantics.
  The older call "getExchangeDetailedInfo" also computes loads of information
  for fee comparison and we should eventually rename it to something more appropriate
  (like getExchangeFeeDetailsForUri).