aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2023-05-17implement logic to conditionally trigger AML review based on KYC attributesChristian Grothoff
2023-05-13return tipping_allowed from /keysChristian Grothoff
2023-05-10-typoChristian Grothoff
2023-05-10add helper logic for JSON2JSON conversionChristian Grothoff
2023-05-10-fix warningChristian Grothoff
2023-05-09Fix age mask parsing from configÖzgür Kesim
- initialize age mask to zero - drop default bitstring for age mask, use string instead -remove default age mask bits, use string instead -strdup
2023-05-09-fix includeChristian Grothoff
2023-05-06-doxygenChristian Grothoff
2023-05-06add convenience function TALER_TEMPLATING_reply_errorChristian Grothoff
2023-05-06add convenience function for content-length limiationChristian Grothoff
2023-05-04-doxygenChristian Grothoff
2023-05-04finish implementation for #7808Christian Grothoff
2023-05-04towards LP support for GET /deposits (#7808)Christian Grothoff
2023-05-04more shared logic for argument/header parsingChristian Grothoff
2023-05-01expose TALER_EXCHANGE_parse_accounts() in external APIChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-05-01-typosÖzgür Kesim
2023-05-01WiP: 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-25add nexus-fetch-transactionsChristian Grothoff
2023-04-22WiP: 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-22WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/nÖzgür Kesim
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