aboutsummaryrefslogtreecommitdiff
path: root/API_CHANGES.md
blob: 6fceca31c8b6c862f4752f61808ed487596d9fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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).
- 2023-12-06 dold: Deprecate the tosStatus in the withdrawal details response.
  This field does not conform to DD48 semantics and the client should
  request the ToS status separately via a getExchangeEntryForUri request.
- 2023-12-07 dold: Add the prepareWithdrawExchange request for withdrawals
  via a taler://withdraw-exchange URI.
- 2023-12-11 dold: Add exchangeBaseUrl to the checkPeerPushDebit response.
- 2023-12-11 dold: Add scopeInfo to exchange entry list items.