aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-31invoice and transfer detailsSebastian
2022-08-31p2p tx renderingSebastian
2022-08-29fix broken buildv0.9.0-dev.14Sebastian
2022-08-29add senderWire to the withdrawal group again, group payto to avoid duplicationSebastian
2022-08-29using CTA for manual withdrawalSebastian
2022-08-26fix #7065Sebastian
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-25-temporary fix to make webextension compile againFlorian 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-24test harness: log with logger APIFlorian 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-18first iteration of exchange selection: added information in the ↵Sebastian
exchangeDetails response from core
2022-08-18moved wireInfo and denomInfo into taler-util so it can be used from the uiSebastian
2022-08-18disable button when wating for responseSebastian
2022-08-18prevent link navSebastian
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-17some fixesSebastian
2022-08-17default exchangeSebastian
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-08-15default exchange and select currencySebastian
2022-08-15modal, popover and portal for select inputSebastian
2022-08-15destination uiSebastian
2022-08-14get send money skeletonSebastian
2022-08-11qr readerSebastian
2022-08-10withdraw call to actionSebastian
2022-08-08fixing #6096Sebastian
merchant details and contract terms details factored out, to be used by other components tests and stories updated payment completed != confirmed (confirmed if paid by someone else)
2022-08-08add delivery info in the parse contract terms and a function to get info ↵Sebastian
from a proposalId
2022-08-08add request for getting details about contract termsSebastian
2022-08-01standarizing componentsSebastian
2022-08-01bump versionv0.9.0-dev.13Florian Dold
2022-07-21withdraw as moduleSebastian
2022-07-21removed the type check when accessing h_age_comSebastian
2022-07-21contractTerms was missing, looks like in commit f11483b5 a move was intendedSebastian
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-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-29-fix sort countriesSebastian
2022-06-28make sure Debian packages created on Ubuntu 21+ still work with Debian ↵Christian Grothoff
reprepro: force Debian standard compression algorithm