aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/transactions.ts
AgeCommit message (Collapse)Author
2022-10-08wallet-core: more DB and refund fixesFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-10-07-organize importsFlorian Dold
2022-10-07wallet-core: fix/deduplicate funding payto URI generation for withdrawalsFlorian Dold
2022-09-21wallet-core: use numeric status field to allow range queriesFlorian Dold
2022-09-16-prettier, fix type errorFlorian Dold
2022-09-16working on #7357Sebastian
getTransactionById is introduced: with that we move all transaction information building into a function transactionId was added in every response that creates a tx
2022-09-14fixing properly adding query paramsSebastian
2022-09-13wallet-core: introduce easier syntax for transactionsFlorian Dold
2022-09-13wallet-core: uniform retry handlingFlorian Dold
2022-09-06listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵Sebastian
the denoms
2022-09-01more information about p2p:Sebastian
- added the contract terms on WgInfoBankPeerPush and WgInfoBankPeerPull, so we can show summary and expiration in the ui - added info: PeerInfoShort on Transaction* type - definition of completed p2p tx: - push debit: Amounts.cmp(sentAmount, pickedUpAmount) === 0. is this transfer already picked up? (not working) - pull debit: pi.paid, is this invoice already paid? - pull credit: wsr.timestampFinish, has someone already paid my invoice? - push credit: wsr.timestampFinish, have I already picked up this? - changed the txId of peer pull debit to have the incomingId instead of pursePub (allow deletion)
2022-08-24wallet-core: put taler:// URIs in transactions listFlorian Dold
2022-08-24wallet-core: p2p support for transactions listFlorian Dold
2022-08-18fix: for bitcoin withdrawal the exchange payto:// is not enough and the ↵Sebastian
withdrawal payto should always have the reserve pub
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-08-08add delivery info in the parse contract terms and a function to get info ↵Sebastian
from a proposalId
2022-06-10wallet-core: correctly report 'confirmed' status of bank integrated withdrawalFlorian Dold
2022-06-01wallet-core: refunds transactions should be sorted after paymentsFlorian Dold
2022-05-29show refund info in purchaseSebastian
notify refund pending with accept button on the purchase details better payto box
2022-05-14feat: awaiting refundSebastian
2022-03-29wallet: fix type errorFlorian Dold
2022-03-28wallet: cancellation for depositFlorian Dold
2022-03-23wallet: address crypto worker hang and warning about worker terminationFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-08wallet-core: handle reserve retries betterFlorian Dold
We now always increment the next retry timeout before doing anything else, so that it is impossible to accidentally retry immediately. This fixes a bug where we previously made many, very frequent requests to the bank integration API.
2021-12-13wallet-core: reset reserve retry when resetting withdrawal retryFlorian Dold
2021-11-19add reservePub to the withdrawal transaction infoSebastian
2021-08-24implement freezing for paymentsFlorian Dold
2021-08-23fix un-offered denom situation, test case almost worksFlorian Dold
2021-08-12merchant test casesFlorian Dold
2021-06-17using block inside case of switch breaks when building with babel 7Sebastian
see https://github.com/babel/babel/issues/8709
2021-06-17towards factoring out cyclic dependenciesFlorian Dold
2021-06-15separate wallet state from wallet clientFlorian Dold
2021-06-14implement force-retrying transactionsFlorian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-09database access refactorFlorian Dold
2021-06-02support multiple exchange details per base URLFlorian Dold
2021-05-21typoFlorian Dold
2021-05-21tombstone processing in backup importFlorian Dold
2021-05-20also allow deleting individual refunds, tombstoned by their execution timeFlorian Dold
2021-05-20implement more deletion operationsFlorian Dold
2021-05-20implement deletion of withdrawal transactionsFlorian Dold
2021-05-20add UIDs for deletion tombstones to auditor/exchange trust managementFlorian Dold
2021-04-27fix spelling issuesChristian Grothoff
2021-03-17towards wallet-core / util splitFlorian Dold
2021-01-18implement depositsFlorian Dold
2021-01-13auto formatFlorian Dold
2021-01-04backup importFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation ↵Florian Dold
accordingly