aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util
AgeCommit message (Collapse)Author
2022-09-05adding informantion about the service worker version on the setting pageSebastian
2022-09-05upgrade typescript (and some related deps)Florian Dold
2022-09-05wallet-core: fix format of purse depositsFlorian Dold
2022-09-01wallet-core: fix issue with crock encoding of age restrictionsFlorian Dold
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-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: put taler:// URIs in transactions listFlorian Dold
2022-08-24wallet-core: p2p support for transactions listFlorian Dold
2022-08-24wallet-core: fix withdrawal idempotencyFlorian Dold
2022-08-24-get p2p pull integration test to run throughFlorian 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-21contractTerms was missing, looks like in commit f11483b5 a move was intendedSebastian
2022-07-21fixed typo in info/saltÖzgür Kesim
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-07-08wallet-core: P2P push payments (still incomplete)Florian Dold
2022-06-30-typoÖzgür Kesim
2022-06-26- typo fixSebastian
2022-06-10wallet-core: implement and test forced coin/denom selectionFlorian Dold
2022-06-09format amount so it is align to fractional digitlsSebastian
2022-05-29show refund info in purchaseSebastian
notify refund pending with accept button on the purchase details better payto box
2022-05-26transaction details templateSebastian
mayor change in the template of the transaction details for every transaction more work needs to be done in wallet core for tip and refund to show more information about the merchant like logo and website
2022-05-25wallet-core: age restriction benchmarkingFlorian Dold
2022-05-24Revert "no need to compile after install"Florian Dold
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
2022-05-24no need to compile after installSebastian
2022-05-19wallet-core: clamp claim retry properlyFlorian Dold
2022-05-14feat: awaiting refundSebastian
2022-05-04add restricted option to manual withdrawSebastian
2022-05-03wallet-core: implement batch withdrawalFlorian Dold
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-04-26do not warn for every translationSebastian
2022-04-21fix: was returning forever as minSebastian
2022-04-20addr list and testSebastian
2022-04-20refactor payto and testSebastian
2022-04-19use the first part on the first part and the second part on the second partSebastian
2022-04-18wallet-core: age restriction crypto WIPFlorian Dold
2022-04-18urgent fix: take currency from amount, dont assume BTCSebastian
2022-04-14anastasis: no more currencies per countryFlorian Dold
2022-04-13anastasis-webui: updated challenge feedbackFlorian Dold
2022-04-13anastasis-core: salt rename, fix taggingFlorian Dold
2022-04-11add payto stringifySebastian
2022-04-06anastasis: use new truth APIFlorian Dold
2022-03-30wallet: logging, timestamp parsing backwards compatibilityFlorian Dold
2022-03-29wallet: allow forced denom selection for testsFlorian Dold