Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-01 | -fix memory leakHEADmaster | Özgür Kesim | |
2023-05-01 | -typos | Özgür Kesim | |
2023-05-01 | -cleanup signatures | Özgür Kesim | |
2023-05-01 | -typo in comment | Özgür Kesim | |
2023-05-01 | WiP: age-withdraw, finished reveal-request, 10/n | Özgür Kesim | |
- /age-withdraw/$ACH/reveal handler now fully implemented - for consistency with api: rename of tables from withdraw_age_... to age_withdraw | |||
2023-04-23 | -fix typos for doxygen | Özgür Kesim | |
2023-04-22 | WiP: age-withdraw, continue with finalize_age_withdraw_and_sign, 9/n | Özgür Kesim | |
Also: - added duplicate planchet check for age-withdraw_reveal - added stubs for (get|insert)_age_withdraw_reveal | |||
2023-04-22 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |
2023-04-22 | WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/n | Özgür Kesim | |
2023-04-22 | fix fakebank long polling | Christian Grothoff | |
2023-04-22 | -misc fixes | Christian Grothoff | |
2023-04-22 | misc bugfixes in reserves_in batch logic | Christian Grothoff | |
2023-04-21 | clean up reserve_get logic | Christian Grothoff | |
2023-04-18 | avoid overloading of global variable | Christian Grothoff | |
2023-04-15 | always check for the entire batch being idempotent, not only when it is too ↵ | Christian Grothoff | |
late to repeat the request | |||
2023-04-15 | reduce max requests limit per default | Christian Grothoff | |
2023-04-10 | return AML status together with KYC status | Christian Grothoff | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | WIP: age-withdraw, continue verify_commitment_and_max_age, 7/n | Özgür Kesim | |
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo. | |||
2023-03-12 | WiP: age-withdraw, added TALER_age_restriction_commit_from_base, 6/n | Özgür Kesim | |
Added TALER_age_restriction_commit_from_base in util/age_restriction.c, to create a age commitment and proof from a coin's private key as defined in https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction | |||
2023-03-11 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-03-11 | WiP: age-withdraw, cut out work up to verify_commitment_and_max_age | Özgür Kesim | |
2023-03-09 | retry on failure | Christian Grothoff | |
2023-03-09 | typo | MS | |
2023-03-08 | fix #7744 | Christian Grothoff | |
2023-03-08 | style fix | Christian Grothoff | |
2023-03-06 | -minor refactoring in age_withdraw-reveal | Özgür Kesim | |
2023-03-06 | -minor refactoring in age_withdraw-reveal | Özgür Kesim | |
2023-03-06 | WiP: age-withdraw implementation, part 4/n | Özgür Kesim | |
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid() | |||
2023-03-06 | WiP: age-withdraw implementation, part 4/n | Özgür Kesim | |
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid() | |||
2023-03-06 | WiP: age-withdraw implementation, part 3/n | Özgür Kesim | |
- retrieval of previous commitment - validity check of all denominations - comparison of accumulated values and fees with commited value and fee. - update gana | |||
2023-03-06 | -cleanup age-withdraw_reveal | Özgür Kesim | |
2023-03-05 | fix permissions, default to UNIX, improve logging | Christian Grothoff | |
2023-03-01 | WiP: age-withdraw implementation, part 2/n | Özgür Kesim | |
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction - added new files, forgot in previous commit | |||
2023-03-01 | WiP: age-withdraw implementation, part 1/n | Özgür Kesim | |
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction | |||
2023-02-21 | -misc minor bugfixes | Christian Grothoff | |
2023-02-20 | update | priscilla | |
2023-02-20 | -fix comment | Christian Grothoff | |
2023-02-19 | implement #7706 | Christian Grothoff | |
2023-02-19 | -fix more memory leaks | Christian Grothoff | |
2023-02-19 | -fix memory leak | Christian Grothoff | |
2023-02-19 | check currency matches before proceeding | Christian Grothoff | |
2023-02-19 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-02-17 | more towards actually allowing AML decisions to trigger KYC | Christian Grothoff | |
2023-02-17 | fix memory leak and transaction error handling related to KYC | Christian Grothoff | |
2023-02-16 | add code to sanity-check KYC configuration and KYC decisions | Christian Grothoff | |
2023-02-14 | begin API change to allow AML officers to trigger KYC process | Christian Grothoff | |
2023-02-13 | work on AML notification logic | Christian Grothoff | |