aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util
AgeCommit message (Collapse)Author
2022-09-23wallet-core: do not block when accepting a manual withdrawalFlorian Dold
2022-09-23add bank account recordSebastian
2022-09-23do not add a question mark if there is no paramsSebastian
2022-09-21prettySebastian
2022-09-21moving deposit group fee into taler utilSebastian
2022-09-20wallet-core: make basic backup work againFlorian Dold
2022-09-19taler-util: fix CLI parsing for numberic optionsFlorian Dold
2022-09-19wallet-core: fix tipping with age restricted denomsFlorian Dold
2022-09-19update taler error codesFlorian Dold
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-05updated test-vectors for edx25519_derive (original typo in gnunet fixed)Özgür Kesim
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