summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
AgeCommit message (Collapse)Author
2024-01-23note on limitationsChristian Grothoff
2024-01-10remove GET /exchanges endpoint as we are making the auditor single-exchange ↵Christian Grothoff
only; also fixes #8054
2023-12-23[wip, #7267] added test to detect age commitment conflict on depositÖzgür Kesim
A new testcase is added to detect same coin_pub with different age commitments during deposit.
2023-12-22[wip, #7267] added first test to detect denom-conflict on depositÖzgür Kesim
The tests have been extended to include conflict tests, see test_exchange_api_conflicts.c The first implemented test withdraws three coins with different denominations, but using the same private key. It deposits the first coin successfully, but on deposit of the second coin it receives 409 and the correct response details. However, the test only seems to work for RSA, not CS! I've disabled test_exchange_conflicts_cs in the Makefile for now so that the builder passes. TBC...
2023-11-28fix spelling issuesChristian Grothoff
2023-11-10add admin credentials for /admin/add/incoming, makes tests pass with latest ↵Christian Grothoff
libeufin-bank
2023-11-09towards testing coin history API properlyChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-12clean up bank API, get test_bank_api_with_nexus to finally passChristian Grothoff
2023-10-06draft cmd for coin historyChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-08-27-fix issue with multiple dbinit running concurrentlyChristian Grothoff
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-fixes for doxygen complaintsÖzgür Kesim
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-16introduce TALER_TESTING_cmd_exec_wirewatch2Christian Grothoff
2023-07-15-get taler-exchange-benchmark to workChristian Grothoff
2023-07-13merging /keys and /wireChristian Grothoff
2023-07-11-handle doxygen complaintsÖzgür Kesim
2023-07-10Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-07-10added expected HTTP-code to loggerÖzgür Kesim
2023-07-06work on keys serialization/deserializationChristian Grothoff
2023-07-04more exchange API refactoringChristian Grothoff
2023-06-27[testing] start an oauth2 server which returns static birthdatesÖzgür Kesim
2023-06-25more work on atomizing exchange API: depositChristian Grothoff
2023-06-22more API cleanupChristian Grothoff
2023-06-21-more clean up of auditor api: atomization completeChristian Grothoff
2023-06-20-doxygen fixesChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-06-05new command to use taler-benchmark-setup.shChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-04-25add nexus-fetch-transactionsChristian Grothoff
2023-02-14begin API change to allow AML officers to trigger KYC processChristian Grothoff
2023-02-04-fix AML decision update logic and history fetch logicChristian Grothoff
2023-02-03implement testing_api_cmd_check_aml_decisionChristian Grothoff
2023-02-03implement testing_api_cmd_take_aml_decision.cChristian Grothoff
2023-02-03implement testing_api_cmd_set_officerChristian Grothoff
2023-01-20-new testing APIsChristian Grothoff
2023-01-16fix test_kyc_api: adapt test logic to improved OAuth2.0 kyc API:Christian Grothoff
2023-01-15-fix compiler warning: add missing prototypeChristian Grothoff
2022-12-28add purse delete testing CMDChristian Grothoff
2022-11-01remove wad fee, kyc fee and kyc-timeoutChristian Grothoff
2022-10-13-work on reserve control testChristian Grothoff
2022-09-28skeleton for reserve control testing commandsChristian Grothoff
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-07-06-fix typosChristian Grothoff
2022-07-01-implement batch deposit testing cmdChristian Grothoff