aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
AgeCommit message (Collapse)Author
2022-09-05adding informantion about the service worker version on the setting pageSebastian
2022-09-05consider supported wire types when selecting coinsFlorian Dold
Also add an integration test to check for the correct wallet behavior.
2022-09-05wallet-core: fix format of purse depositsFlorian Dold
2022-09-05wallet-core: include age restriction in p2p signature, mark coins as spentFlorian Dold
2022-09-01wallet-core: fix withdrawal of age-restricted denoms without age restrictionFlorian 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-31p2p tx renderingSebastian
2022-08-29add senderWire to the withdrawal group again, group payto to avoid duplicationSebastian
2022-08-26exchange selection: timeline doneSebastian
2022-08-26wallet-core: fix revocation, re-introduce reserves object storeFlorian Dold
2022-08-25integration tests: various fixesFlorian Dold
2022-08-25specify bank access API separately in testsFlorian Dold
2022-08-25wallet-core: fix db index on withdraw URIFlorian Dold
2022-08-24wallet-core: put taler:// URIs in transactions listFlorian Dold
2022-08-24wallet-core: p2p support for transactions listFlorian Dold
2022-08-24fix idb bug, p2p integration testFlorian Dold
2022-08-24wallet-core: fix withdrawal idempotencyFlorian Dold
2022-08-24-get p2p pull integration test to run throughFlorian Dold
2022-08-23use fakebank for integration testsFlorian 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-18fix: for bitcoin withdrawal the exchange payto:// is not enough and the ↵Sebastian
withdrawal payto should always have the reserve pub
2022-08-17default exchangeSebastian
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-07-21removed the type check when accessing h_age_comSebastian
2022-07-21proper handling of coin with age restrictionÖzgür Kesim
When a coin with age restriction is used for payment, the contract might or might not require an attestation of minimum age. When it does, we sent the signed minimum age along with the whole age commitment (array of pubkeys). Added: When the contract doesn't require a minimum age, we still sent the hash of the age commitment, as this is needed for the deposit of the coin.
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-07-08wallet-core: P2P push payments (still incomplete)Florian Dold
2022-06-26- typo fixSebastian
2022-06-10wallet-core: correctly report 'confirmed' status of bank integrated withdrawalFlorian Dold
2022-06-10wallet-core: implement and test forced coin/denom selectionFlorian Dold
2022-06-08increase timeouts for retriesBoss Marco
2022-06-07reserve long polling longer, add withdrawOnly to bench1Boss Marco
2022-06-01-removing bad console logSebastian
2022-06-01wallet-core: only attest age if required/possibleFlorian Dold
2022-06-01wallet-core: refunds transactions should be sorted after paymentsFlorian Dold
2022-06-01integration tests: one variable for pybank/libeufin switchFlorian Dold
2022-05-31wallet-core: only schedule auto-refresh check if exchange update has no last ↵Florian Dold
error
2022-05-31-error reporting, code formattingFlorian Dold
2022-05-29show refund info in purchaseSebastian
notify refund pending with accept button on the purchase details better payto box
2022-05-19wallet-core: long-poll longer for reserve statusFlorian Dold
2022-05-19wallet-core: use less aggressive retriesFlorian Dold
2022-05-19-formattingv0.9.0-dev.11Florian Dold
2022-05-19wallet-core: clamp claim retry properlyFlorian Dold
2022-05-18fix: update retry info before return also for purchaseSebastian
2022-05-18fix: update retry info before returnSebastian
2022-05-18fix: to skip the operation maxRetries need to be calculated firstSebastian
2022-05-18all retryInfo function in the same namespace, adding missing retryInfo incrementSebastian