Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-08 | version bumpv0.9.0-dev.20 | Florian Dold | |
2022-09-08 | include age commitment proof in refreshed coins | Florian Dold | |
2022-09-07 | bump manifest versionv0.9.0-dev.19 | Florian Dold | |
2022-09-07 | add a tab update listener to look for taler:// | Sebastian | |
2022-09-07 | common manifest, bump versionv0.9.0-dev.18 | Florian Dold | |
2022-09-07 | build extension with sourcemaps per default | Florian Dold | |
2022-09-07 | allow age-restricted withdrawal from the CLI | Florian Dold | |
2022-09-07 | also accept payment in test | Florian Dold | |
2022-09-07 | firefox needs request origin permission as optional_permissions | Sebastian | |
2022-09-07 | don't send dev files into the zip file | Sebastian | |
2022-09-07 | fix typo | Florian Dold | |
2022-09-06 | bump DB major versionv0.9.0-dev.17 | Florian Dold | |
2022-09-06 | bump manifest version | Florian Dold | |
2022-09-06 | listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵ | Sebastian | |
the denoms | |||
2022-09-05 | more clear instructions of how to use the webextension locally | Sebastian | |
2022-09-05 | -fix test setup | Florian Dold | |
2022-09-05 | add test for mixed age restrictions | Florian Dold | |
2022-09-05 | wallet-core: make listExchanges return less datav0.9.0-dev.16 | Florian 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-05 | updated test-vectors for edx25519_derive (original typo in gnunet fixed) | Özgür Kesim | |
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 | |