aboutsummaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Collapse)Author
2023-07-06work on keys serialization/deserializationChristian Grothoff
2023-07-05-misc minor fixesv0.9.3-dev.3Christian Grothoff
2023-07-03Merge branch 'master' into age-withdrawÖzgür Kesim
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-07-01dceChristian Grothoff
2023-06-27[age-withdraw] added handlers for age-withdraw to routerÖzgür Kesim
2023-06-27-rename variableÖzgür Kesim
2023-06-27-fix typoÖzgür Kesim
2023-06-27added birthdate parserÖzgür Kesim
2023-06-26-ruuid not neededÖzgür Kesim
2023-06-26-free specÖzgür Kesim
2023-06-26-comment updatesÖzgür Kesim
2023-06-26Merge branch 'master' into age-withdraw-mergeÖzgür Kesim
2023-06-26[age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/nÖzgür Kesim
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests
2023-06-23fix #7870Christian Grothoff
2023-06-05Merge branch 'master' into age-withdrawÖzgür Kesim
2023-06-04address FIXMEs in bank service APIChristian Grothoff
2023-06-04code cleanup, fixing misc. memory leaks in the processChristian Grothoff
2023-06-03Merge branch 'master' into age-withdrawÖzgür Kesim
2023-05-18-typoChristian Grothoff
2023-05-17-doxygenChristian Grothoff
2023-05-17implement logic to conditionally trigger AML review based on KYC attributesChristian Grothoff
2023-05-16towards KYC AML triggersChristian Grothoff
2023-05-16add KYC_AML_TRIGGER option (not implemented)Christian Grothoff
2023-05-16add new trigger optionChristian Grothoff
2023-05-14[æge-withdraw] WiP: towards new APIÖzgür Kesim
2023-05-13more AML_THRESHOLD fixesChristian Grothoff
2023-05-13return tipping_allowed from /keysChristian Grothoff
2023-05-13-start with new ENABLE_TIPPING optionChristian Grothoff
2023-05-13-move AML_THRESHOLD option to exchangeChristian Grothoff
2023-05-12Merge branch 'age-withdraw' of ssh://git.kesim.org/taler/exchange into ↵Özgür Kesim
age-withdraw
2023-05-12[age-withdraw] WIP: change schema to use new support for array types, 11/nÖzgür Kesim
2023-05-10-fix loggingChristian Grothoff
2023-05-10always use GNUNET_memcpyChristian Grothoff
2023-05-06add convenience function for content-length limiationChristian 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-01fix uninitialized old_scopeChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-05-01-fix memory leakÖ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