summaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
AgeCommit message (Collapse)Author
2024-03-07bumpChristian Grothoff
2024-02-08eanble test_auditor_api_versionChristian Grothoff
2024-01-21fixing more dist issues (#8153)Christian Grothoff
2024-01-17remove auditor tests for now, auditor is temporarily not working due to ↵Christian Grothoff
major refactoring in progress
2024-01-10remove GET /exchanges endpoint as we are making the auditor single-exchange ↵Christian Grothoff
only; also fixes #8054
2023-12-23activated tests for conflict wrt denom and age commitmentÖzgür Kesim
In src/testing/test_exchange_api_conflicts.c we test the conflicts when two or more coins with the same private key have either different denominations or different age restrictions. Note that the test for different denominations does not fully work for CS: Even with the same master secret, the private keys also differ due to the random choice of the nonce. Fixes #7276
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-30-fix distChristian Grothoff
2023-11-30-fix dist rulesChristian Grothoff
2023-10-29fix leaks, bump test execution time under valgrindChristian Grothoff
2023-10-12-fix dist ruleChristian Grothoff
2023-10-12clean up bank API, get test_bank_api_with_nexus to finally passChristian Grothoff
2023-10-12update private key files and harden checks for currency codesChristian Grothoff
2023-10-07-space needed, for nowChristian Grothoff
2023-10-06draft cmd for coin historyChristian Grothoff
2023-09-24clean up dist rulesChristian Grothoff
2023-09-24-fix distingChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-09adapt to latest change in GNUnetChristian Grothoff
2023-07-21[age-withdraw] started to work on tests in testingÖzgür Kesim
2023-07-18-first steps towards testing age-withdrawÖzgür Kesim
2023-07-13merging /keys and /wireChristian Grothoff
2023-07-06work on keys serialization/deserializationChristian Grothoff
2023-06-09-fix FTBFSChristian 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-04-25add nexus-fetch-transactionsChristian Grothoff
2023-02-09-start on AML work (incomplete)Christian Grothoff
2023-02-04-fix AML decision update logic and history fetch logicChristian Grothoff
2023-02-04-deduplicate configsChristian 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
2022-12-28add purse delete testing CMDChristian Grothoff
2022-11-03-fix dist ruleChristian Grothoff
2022-10-12fix cmd reserve close FTBFSChristian Grothoff
2022-10-01-implement first draft of testing_api_cmd_reserve_attest.cChristian Grothoff
2022-10-01-implement first draft of testing_api_cmd_reserve_get_attestable.cChristian Grothoff
2022-09-28implemented reserve_open testing CMDChristian Grothoff
2022-07-01-implement batch deposit testing cmdChristian Grothoff
2022-06-20-fix build issuesChristian Grothoff
2022-06-09tagChristian Grothoff
2022-06-04-more work on p2p payments and tests thereofChristian 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
2022-05-17integrate purse expiration into test, bugfixesChristian Grothoff
2022-05-17split conf file reference to -cs and -rsaThien-Thi Nguyen
This is a followup to 2022-02-04, "split .conf files into rsa and cs".
2022-04-30-implement purses_get CMDChristian Grothoff
2022-04-27-get p2p test to passChristian Grothoff
2022-04-23add subcommand to sign global fees in testsChristian Grothoff