Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-23 | activated 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 dist | Christian Grothoff | |
2023-11-30 | -fix dist rules | Christian Grothoff | |
2023-10-29 | fix leaks, bump test execution time under valgrind | Christian Grothoff | |
2023-10-12 | -fix dist rule | Christian Grothoff | |
2023-10-12 | clean up bank API, get test_bank_api_with_nexus to finally pass | Christian Grothoff | |
2023-10-12 | update private key files and harden checks for currency codes | Christian Grothoff | |
2023-10-07 | -space needed, for now | Christian Grothoff | |
2023-10-06 | draft cmd for coin history | Christian Grothoff | |
2023-09-24 | clean up dist rules | Christian Grothoff | |
2023-09-24 | -fix disting | Christian Grothoff | |
2023-09-18 | remove coin and reserve histories from exchange replies | Christian Grothoff | |
2023-09-09 | adapt to latest change in GNUnet | Christian 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-13 | merging /keys and /wire | Christian Grothoff | |
2023-07-06 | work on keys serialization/deserialization | Christian Grothoff | |
2023-06-09 | -fix FTBFS | Christian Grothoff | |
2023-06-07 | major libtalertesting API refactoring, including no longer having ↵ | Christian Grothoff | |
taler-specific logic in the test engine core | |||
2023-06-05 | new command to use taler-benchmark-setup.sh | Christian Grothoff | |
2023-04-25 | add nexus-fetch-transactions | Christian Grothoff | |
2023-02-09 | -start on AML work (incomplete) | Christian Grothoff | |
2023-02-04 | -fix AML decision update logic and history fetch logic | Christian Grothoff | |
2023-02-04 | -deduplicate configs | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_check_aml_decision | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_take_aml_decision.c | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_set_officer | Christian Grothoff | |
2022-12-28 | add purse delete testing CMD | Christian Grothoff | |
2022-11-03 | -fix dist rule | Christian Grothoff | |
2022-10-12 | fix cmd reserve close FTBFS | Christian Grothoff | |
2022-10-01 | -implement first draft of testing_api_cmd_reserve_attest.c | Christian Grothoff | |
2022-10-01 | -implement first draft of testing_api_cmd_reserve_get_attestable.c | Christian Grothoff | |
2022-09-28 | implemented reserve_open testing CMD | Christian Grothoff | |
2022-07-01 | -implement batch deposit testing cmd | Christian Grothoff | |
2022-06-20 | -fix build issues | Christian Grothoff | |
2022-06-09 | tag | Christian Grothoff | |
2022-06-04 | -more work on p2p payments and tests thereof | Christian 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 command | Christian Grothoff | |
2022-05-17 | integrate purse expiration into test, bugfixes | Christian Grothoff | |
2022-05-17 | split conf file reference to -cs and -rsa | Thien-Thi Nguyen | |
This is a followup to 2022-02-04, "split .conf files into rsa and cs". | |||
2022-04-30 | -implement purses_get CMD | Christian Grothoff | |
2022-04-27 | -get p2p test to pass | Christian Grothoff | |
2022-04-23 | add subcommand to sign global fees in tests | Christian Grothoff | |
2022-04-23 | -create cmd for purse deposit | Christian Grothoff | |
2022-04-23 | -create cmd for purse creation from reserve | Christian Grothoff | |
2022-04-21 | -m statically link libtalerextensions.la from build-tree | Özgür Kesim | |
2022-04-15 | -skeleton for p2p test | Christian Grothoff | |
2022-04-12 | -draft for purse merge command | Christian Grothoff | |