summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/walletTypes.ts
AgeCommit message (Collapse)Author
2022-10-14wallet-core: DB tweaks, consistent file naming conventionFlorian Dold
2022-10-14wallet-core: pull out ToS into separate object storeFlorian Dold
2022-10-14wallet-core: DB tweaksFlorian Dold
2022-10-14wallet-core: get rid of duplicated withdrawal info APIFlorian Dold
2022-10-13wallet-core: only allow enabling dev mode via separate requestFlorian Dold
2022-10-12wallet-core: implement enabling/disabling dev modeFlorian Dold
2022-10-12wallet-core: skeleton for dev-experimentsFlorian Dold
2022-10-12create a fee description timeline for global fee and wire feesSebastian
2022-10-04restructure api typesFlorian Dold
2022-09-23wallet-core: do not block when accepting a manual withdrawalFlorian Dold
2022-09-23add bank account recordSebastian
2022-09-21moving deposit group fee into taler utilSebastian
2022-09-16-wallet-core: merge DenominationInfo and DenomInfoFlorian Dold
2022-09-16wallet-core: support age restrictions in new coin selectionFlorian Dold
2022-09-16wallet-core: towards faster coin selectionFlorian 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-14wallet-core: cache fresh coin count in DBFlorian Dold
2022-09-13wallet-core: fix withdrawTestBalance commandFlorian Dold
2022-09-13wallet-core: uniform retry handlingFlorian Dold
2022-09-12wallet-core: fix creation of refresh session after peer-{push,pull}Florian Dold
2022-09-12ref #7323Sebastian
2022-09-12wallet-core: make bank access API URL optional in runIntegrationTestFlorian Dold
2022-09-08include age commitment proof in refreshed coinsFlorian Dold
2022-09-06listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵Sebastian
the denoms
2022-09-05wallet-core: make listExchanges return less datav0.9.0-dev.16Florian Dold
Since the webextension UI depends on the full response, we have a temporary listExchangesDetailled request. See https://bugs.taler.net/n/7323 for details.
2022-09-05adding informantion about the service worker version on the setting pageSebastian
2022-08-29add senderWire to the withdrawal group again, group payto to avoid duplicationSebastian
2022-08-26exchange selection: timeline doneSebastian
2022-08-25specify bank access API separately in testsFlorian Dold
2022-08-24wallet-core: fix withdrawal idempotencyFlorian Dold
2022-08-23peer-to-peer pull payments MVPFlorian Dold
p2p pull wip
2022-08-18moved wireInfo and denomInfo into taler-util so it can be used from the uiSebastian
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-08-08add request for getting details about contract termsSebastian
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-07-08wallet-core: P2P push payments (still incomplete)Florian Dold
2022-06-10wallet-core: implement and test forced coin/denom selectionFlorian 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-05-04add restricted option to manual withdrawSebastian
2022-05-03deposit from paytoSebastian
2022-05-02add prepareRefund operation to gather information about the refund before ↵Sebastian
confirm
2022-04-27wallet-core: implement age restriction supportFlorian Dold
2022-03-29wallet: allow forced denom selection for testsFlorian Dold
2022-03-28fix fee discrepancyFlorian Dold
The withdrawal call-to-action and withdrawal transaction details dialog showed different fees, as the "overhead" for unwithdrawable amounts in a reserve was not included in the withdrawal CTA. The withdrawal CTA now shows the same fees as the transaction details.
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-15wallet: db-less benchmarkingFlorian Dold
2022-03-15save tos etag after forced refreshSebastian
2022-03-14wallet: towards db-less benchmarking, some refactoringFlorian Dold