Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | reproduce issue #7318 | Sebastian | |
2022-09-01 | wallet-core: fix withdrawal of age-restricted denoms without age restriction | Florian Dold | |
2022-09-01 | wallet-core: fix issue with crock encoding of age restrictions | Florian Dold | |
2022-09-01 | add invoice|transfer created view | Sebastian | |
2022-09-01 | show summary on tx history | Sebastian | |
2022-09-01 | show sharing action when the tx is not completed | Sebastian | |
2022-09-01 | more 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-31 | invoice and transfer details | Sebastian | |
2022-08-31 | p2p tx rendering | Sebastian | |
2022-08-29 | fix broken buildv0.9.0-dev.14 | Sebastian | |
2022-08-29 | add senderWire to the withdrawal group again, group payto to avoid duplication | Sebastian | |
2022-08-29 | using CTA for manual withdrawal | Sebastian | |
2022-08-26 | fix #7065 | Sebastian | |
2022-08-26 | exchange selection: timeline done | Sebastian | |
2022-08-26 | wallet-core: fix revocation, re-introduce reserves object store | Florian Dold | |
2022-08-25 | integration tests: various fixes | Florian Dold | |
2022-08-25 | specify bank access API separately in tests | Florian Dold | |
2022-08-25 | wallet-core: fix db index on withdraw URI | Florian Dold | |
2022-08-25 | -temporary fix to make webextension compile again | Florian Dold | |
2022-08-24 | wallet-core: put taler:// URIs in transactions list | Florian Dold | |
2022-08-24 | wallet-core: p2p support for transactions list | Florian Dold | |
2022-08-24 | fix idb bug, p2p integration test | Florian Dold | |
2022-08-24 | test harness: log with logger API | Florian Dold | |
2022-08-24 | wallet-core: fix withdrawal idempotency | Florian Dold | |
2022-08-24 | -get p2p pull integration test to run through | Florian Dold | |
2022-08-23 | use fakebank for integration tests | Florian Dold | |
2022-08-23 | peer-to-peer pull payments MVP | Florian Dold | |
p2p pull wip | |||
2022-08-18 | first iteration of exchange selection: added information in the ↵ | Sebastian | |
exchangeDetails response from core | |||
2022-08-18 | moved wireInfo and denomInfo into taler-util so it can be used from the ui | Sebastian | |
2022-08-18 | disable button when wating for response | Sebastian | |
2022-08-18 | prevent link nav | Sebastian | |
2022-08-18 | fix: for bitcoin withdrawal the exchange payto:// is not enough and the ↵ | Sebastian | |
withdrawal payto should always have the reserve pub | |||
2022-08-17 | some fixes | Sebastian | |
2022-08-17 | default exchange | Sebastian | |
2022-08-16 | implement peer to peer push payments | Florian Dold | |
2022-08-15 | default exchange and select currency | Sebastian | |
2022-08-15 | modal, popover and portal for select input | Sebastian | |
2022-08-15 | destination ui | Sebastian | |
2022-08-14 | get send money skeleton | Sebastian | |
2022-08-11 | qr reader | Sebastian | |
2022-08-10 | withdraw call to action | Sebastian | |
2022-08-08 | fixing #6096 | Sebastian | |
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-08 | add delivery info in the parse contract terms and a function to get info ↵ | Sebastian | |
from a proposalId | |||
2022-08-08 | add request for getting details about contract terms | Sebastian | |
2022-08-01 | standarizing components | Sebastian | |
2022-08-01 | bump versionv0.9.0-dev.13 | Florian Dold | |
2022-07-21 | withdraw as module | Sebastian | |
2022-07-21 | removed the type check when accessing h_age_com | Sebastian | |
2022-07-21 | contractTerms was missing, looks like in commit f11483b5 a move was intended | Sebastian | |
2022-07-21 | proper 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. |