aboutsummaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit 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-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-23-fix typos for doxygenÖzgür Kesim
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-22Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-04-22WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/nÖzgür Kesim
2023-04-22fix fakebank long pollingChristian Grothoff
2023-04-22-misc fixesChristian Grothoff
2023-04-22misc bugfixes in reserves_in batch logicChristian Grothoff
2023-04-21clean up reserve_get logicChristian Grothoff
2023-04-18avoid overloading of global variableChristian Grothoff
2023-04-15always check for the entire batch being idempotent, not only when it is too ↵Christian Grothoff
late to repeat the request
2023-04-15reduce max requests limit per defaultChristian Grothoff
2023-04-10return AML status together with KYC statusChristian Grothoff
2023-03-13-typosÖ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-11Merge branch 'master' into age-withdrawÖzgür Kesim
2023-03-11WiP: age-withdraw, cut out work up to verify_commitment_and_max_ageÖzgür Kesim
2023-03-09retry on failureChristian Grothoff
2023-03-09typoMS
2023-03-08fix #7744Christian Grothoff
2023-03-08style fixChristian 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-06WiP: age-withdraw implementation, part 4/nÖzgür Kesim
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid()
2023-03-06WiP: age-withdraw implementation, part 4/nÖzgür Kesim
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid()
2023-03-06WiP: 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-05fix permissions, default to UNIX, improve loggingChristian Grothoff
2023-03-01WiP: 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-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-misc minor bugfixesChristian Grothoff
2023-02-20updatepriscilla
2023-02-20-fix commentChristian Grothoff
2023-02-19implement #7706Christian Grothoff
2023-02-19-fix more memory leaksChristian Grothoff
2023-02-19-fix memory leakChristian Grothoff
2023-02-19check currency matches before proceedingChristian 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