Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | add -dev targetsv0.9.0-dev.15 | Sebastian | |
2022-09-05 | replace __VERSION__ with a string definition | Sebastian | |
2022-09-05 | adding informantion about the service worker version on the setting page | Sebastian | |
2022-09-05 | upgrade typescript (and some related deps) | Florian Dold | |
2022-09-05 | Do not fail on missing peer dependencies | Florian Dold | |
Workaround for <https://bugs.taler.net/n/7321>. | |||
2022-09-05 | consider supported wire types when selecting coins | Florian Dold | |
Also add an integration test to check for the correct wallet behavior. | |||
2022-09-05 | update README for integration tests | Florian Dold | |
2022-09-05 | wallet-core: fix format of purse deposits | Florian Dold | |
2022-09-05 | wallet-core: include age restriction in p2p signature, mark coins as spent | Florian Dold | |
2022-09-05 | add integration test for p2p age restrictions | Florian Dold | |
2022-09-05 | remove abort-pay test | Florian Dold | |
This test can't work anymore, as the merchant does batch deposits. We should eventually add a different test as replacement that uses a double-spent coin (via a forced coin selection). | |||
2022-09-04 | adding version and commit into the setting section | Sebastian | |
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 | |