aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
AgeCommit message (Collapse)Author
2023-08-30wallet-core,harness: get p2p tests to pass againFlorian Dold
2023-08-22wallet-core: always use batch withdrawalFlorian Dold
2023-08-05-validationFlorian Dold
2023-08-05wallet-core: mock implementation of GetCurrencyInfoFlorian Dold
2023-08-03-towards tip->reward renameFlorian Dold
2023-07-03#7741 share paymentSebastian
save shared state in backup if purchase is shared check before making the payment of before claim the order already confirmed order can return without effective if coin selection was not made sharePayment operation
2023-07-01wallet-core: use testingWaitTransactionsFinal to wait for transactionsFlorian Dold
2023-06-20-minor renameFlorian Dold
2023-06-20wallet-core: consistently rename to failTransactionFlorian Dold
2023-06-20remove calculate plan (for now) implemented simpler APISebastian
2023-06-13get operation plan impl, no testSebastian
2023-05-25wallet-core: implement request to return sample transactionsFlorian Dold
2023-05-16wallet-core: return purchase information in refund if availableFlorian Dold
2023-05-11wallet-core: remove legacy operation namesFlorian Dold
2023-05-10wallet-core: return txid when starting refund via URIFlorian Dold
2023-05-07wallet-core: refund DD37 refactoringFlorian Dold
2023-05-02-withdrawal notificationsFlorian Dold
2023-04-24wallet effective configSebastian
2023-04-19add wallet config on the topSebastian
2023-04-19fix #7704Sebastian
2023-04-13wallet-core: implement 'generateDepositGroupTxId' requestFlorian Dold
2023-04-05wallet-core: towards DD37 for depositsFlorian Dold
2023-04-04-fix typeFlorian Dold
2023-04-04wallet-core: implement runIntegrationTestV2Florian Dold
2023-03-29implement IBAN validationFlorian Dold
2023-02-21wallet-core: group API typesFlorian Dold
2023-02-20prettySebastian
2023-02-20wallet-core: stubs for suspend/resume txFlorian Dold
2023-02-20wallet-core: raw/effective amount for push transactions, fix transactions ↵Florian Dold
list for push/pull credit
2023-02-20wallet-core: rename ops with support for old namesFlorian Dold
2023-02-20-deep renameFlorian Dold
2023-02-20wallet-core: rename p2p requests to something more sensibleFlorian Dold
2023-02-19wallet-core: various p2p payment fixesFlorian Dold
2023-02-17-commentsFlorian Dold
2023-02-16-commentsFlorian Dold
2023-02-11wallet-core,harness: implement pay templatingFlorian Dold
2023-01-31fix accept tip response typeSebastian
2023-01-20introducing getBalanceDetail for getting all depositable/transferable amount ↵Sebastian
for a currency
2023-01-11wallet-core: refresh when aborting paymentsFlorian Dold
2023-01-11-more to renameFlorian Dold
2023-01-11wallet-core: introduce abortPay requestFlorian Dold
This request supersedes the abortPayWithRefund request, as that's too implementation-focused and does not describe well what's happening. Also, abortPay can be forced to transition a transaction immediately into an "aborted" state (either from "paying" or "aborting").
2023-01-02-logging, skip defaults in testFlorian Dold
2022-11-24fix 7465Sebastian
2022-11-16fix #7411, also making the backup payment visibleSebastian
2022-11-08feature: 7440 add expiration to p2pSebastian
2022-10-25using new wallet api (typed interface)Sebastian
2022-10-24get rid of typescript empty object warningSebastian
2022-10-19wallet-core: return versions in init responseFlorian Dold
2022-10-17wallet-core: API types refactoringFlorian Dold
2022-10-16webextension: introduce typesafe wallet-core API clientFlorian Dold