aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_age_withdraw.c
AgeCommit message (Collapse)Author
2024-01-12fixes for #8069, #8070 and #8072Özgür Kesim
- TALER_coin_ev_hash function now returns void - double free fixes - FAIL_IF logic fixes
2023-11-28fix spelling issuesChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-18more work on new history logicChristian Grothoff
2023-07-26[age-withdraw] reveal works, tested.Özgür Kesim
Tests for age-withdraw and the reveal now work for both, RSA and CS.
2023-07-24[age-withdraw] fixed h_commitment calculation in handlerv0.9.3-dev.5Özgür Kesim
2023-07-24[age-withdraw] first tests passÖzgür Kesim
age-withdraw successfully tested (no reveal yet): 1. reserve filled with amount large enough to trigger kyc 2. kyc oauth2 test daemon sets birthday to 2015-00-00 3. usual withdraw fails with CONFLICT and AGE_RESTRICTION_REQUIRED 4. age-withdraw with loo large of an maximum age fails 5. age-withdraw with appropriate maximum age succeeds
2023-07-20[age-withdraw] Added testing commands for age-withdraw and -revealÖzgür Kesim
Implemented - TALER_TESTING_cmd_age_withdraw - TALER_TESTING_cmd_age_withdraw_reveal Note: No test is using those commands yet.
2023-07-18[age-withdraw] simplify lib-APIÖzgür Kesim
2023-07-16-doxygen fixesÖzgür Kesim
2023-07-15[age-withdraw] added TALER_EXCHANGE_age_withdraw_blind APIÖzgür Kesim
2023-07-15[age-withdraw] age-withdraw-reveal lib-API mostly finishedÖzgür Kesim
2023-07-13towards age-withdraw and -reveal APIÖzgür Kesim
2023-07-11-handle doxygen complaintsÖzgür Kesim
2023-07-10-typosChristian Grothoff
2023-07-04better error handling; use handle resultÖzgür Kesim
2023-07-03more API clean upChristian Grothoff
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