aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2023-04-15implement more of lookup_records_by_tableChristian Grothoff
2023-04-15create warnings on missing table syncsChristian Grothoff
2023-04-10-fix SQL queryChristian Grothoff
2023-04-10return AML status together with KYC statusChristian Grothoff
2023-03-31-fix missing commentsChristian Grothoff
2023-03-31fix exchangedb build errorsChristian Grothoff
2023-03-29New sql code for batch ensure coin knownJoseph
2023-03-27some changes for known coinsJoseph
2023-03-27some changes for ensure known coinJoseph
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-13WIP: 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-12WiP: 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-02totp algorithmpriscilla
2023-03-01WiP: 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.2Christian Grothoff
2023-02-21fix dist ruleChristian Grothoff
2023-02-21skeleton logic for POS confirmationChristian Grothoff
2023-02-19expose now returned purse_expiration in exchange APIChristian Grothoff
2023-02-19-doxygen fixesChristian Grothoff
2023-02-19return KYC requirement row when AML imposed KYC requirements on withdraw; ↵Christian Grothoff
return KYC choices in new /config endpoint
2023-02-17more towards actually allowing AML decisions to trigger KYCChristian Grothoff
2023-02-17fix memory leak and transaction error handling related to KYCChristian Grothoff
2023-02-16add code to sanity-check KYC configuration and KYC decisionsChristian Grothoff
2023-02-14begin API change to allow AML officers to trigger KYC processChristian Grothoff
2023-02-13work on AML notification logicChristian Grothoff
2023-02-12-work on AML trigger logicChristian Grothoff
2023-02-05exchangedb: 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 logicChristian Grothoff
2023-02-04add tests for new AML logic, plus related bugfixesChristian Grothoff
2023-02-03implement testing_api_cmd_check_aml_decisionChristian Grothoff
2023-02-03implement testing_api_cmd_take_aml_decision.cChristian Grothoff
2023-02-03implement testing_api_cmd_set_officerChristian Grothoff
2023-02-02add logic to parse AML decision responseChristian Grothoff
2023-02-02more work on KYC/AML decision inspectionChristian Grothoff
2023-02-02draft for the AML GET decision endpointChristian Grothoff
2023-02-02first draft of implementation of GET AML decisions endpointChristian Grothoff
2023-02-01start work on AML decision query APIChristian Grothoff
2023-02-01draft new AML APIChristian Grothoff
2023-01-29KYC: misc. fixes to attribute attestation logicChristian Grothoff
2023-01-27add persona attribute conversion logicChristian Grothoff
2023-01-27work on kycaid attribute extractionChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-27update GET attest logic now that it is clear that we must store KYC ↵Christian Grothoff
attributes locally:
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2023-01-27address DB failure error handling in KYC checkChristian Grothoff