aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_batch_withdraw.c
AgeCommit message (Collapse)Author
2023-09-24fix various FIXMEsChristian Grothoff
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-10fix memory leaks reported by valgrindÖzgür Kesim
2023-07-10added expected HTTP-code to loggerÖzgür Kesim
2023-07-04more exchange API refactoringChristian Grothoff
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
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-14-regenerate DBsChristian Grothoff
2022-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-05-30-fix reserve history, include in testsChristian Grothoff
2022-05-30-generate 404 on non-existing accounts for fakebank, use payto://-URIs with ↵Christian Grothoff
receiver-name in tests
2022-05-23-incomplete batch_withdraw test commandChristian Grothoff