Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-04 | finish implementation for #7808 | Christian Grothoff | |
2023-05-04 | towards LP support for GET /deposits (#7808) | Christian Grothoff | |
2023-05-04 | more shared logic for argument/header parsing | Christian Grothoff | |
2023-05-01 | expose TALER_EXCHANGE_parse_accounts() in external API | Christian Grothoff | |
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2023-05-01 | -typos | Ö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-25 | add nexus-fetch-transactions | Christian Grothoff | |
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 | WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/n | Özgür Kesim | |
2023-04-15 | implement more of lookup_records_by_table | Christian Grothoff | |
2023-04-15 | create warnings on missing table syncs | Christian Grothoff | |
2023-04-10 | -fix SQL query | Christian Grothoff | |
2023-04-10 | return AML status together with KYC status | Christian Grothoff | |
2023-03-31 | -fix missing comments | Christian Grothoff | |
2023-03-31 | fix exchangedb build errors | Christian Grothoff | |
2023-03-29 | New sql code for batch ensure coin known | Joseph | |
2023-03-27 | some changes for known coins | Joseph | |
2023-03-27 | some changes for ensure known coin | Joseph | |
2023-03-13 | -fix comments for doxygen | Özgür Kesim | |
2023-03-13 | -typo | Ö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-07 | -simplify zero-check for age-commitment hash | Özgür Kesim | |
2023-03-02 | totp algorithm | priscilla | |
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 | -typov0.9.2 | Christian Grothoff | |
2023-02-21 | fix dist rule | Christian Grothoff | |
2023-02-21 | skeleton logic for POS confirmation | Christian Grothoff | |
2023-02-19 | expose now returned purse_expiration in exchange API | Christian Grothoff | |
2023-02-19 | -doxygen fixes | 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 | |
2023-02-12 | -work on AML trigger logic | Christian Grothoff | |
2023-02-05 | exchangedb: use partial index instead of materialized tables ↵ | Christian Grothoff | |
deposits_by_ready and deposits_by_matching; remove now broken code; rename benchmarks to use perf_-prefix and correspond to function they benchmark | |||
2023-02-04 | -fix AML decision update logic and history fetch logic | Christian Grothoff | |
2023-02-04 | add tests for new AML logic, plus related bugfixes | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_check_aml_decision | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_take_aml_decision.c | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_set_officer | Christian Grothoff | |
2023-02-02 | add logic to parse AML decision response | Christian Grothoff | |
2023-02-02 | more work on KYC/AML decision inspection | Christian Grothoff | |
2023-02-02 | draft for the AML GET decision endpoint | Christian Grothoff | |
2023-02-02 | first draft of implementation of GET AML decisions endpoint | Christian Grothoff | |