aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Collapse)Author
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-12-10-also set debit threshold for adminChristian Grothoff
2023-11-30-fix distChristian Grothoff
2023-11-30-fix dist rulesChristian Grothoff
2023-11-28fix spelling issuesChristian Grothoff
2023-11-27-subtract only after success to tolerate currency mismatch in testChristian Grothoff
2023-11-22-check rvaluesChristian Grothoff
2023-11-22-check rvaluesChristian Grothoff
2023-11-17-minor cleanupsChristian Grothoff
2023-11-10add admin credentials for /admin/add/incoming, makes tests pass with latest ↵Christian Grothoff
libeufin-bank
2023-11-10implement coin history for purse-with-depositChristian Grothoff
2023-11-09-document untested casesChristian Grothoff
2023-11-09more work on coin history testingChristian Grothoff
2023-11-09add support for purse deposits in coin history checkingChristian Grothoff
2023-11-09recoup support for coin historyChristian Grothoff
2023-11-09work on supporting recoup in coin historyChristian Grothoff
2023-11-09-add support for refund in coin history testsChristian Grothoff
2023-11-09-more work on coin history testingChristian Grothoff
2023-11-09towards testing coin history API properlyChristian Grothoff
2023-11-03fix oauth2 test converterChristian Grothoff
2023-11-03add external converter logic for oauth2 pluginChristian Grothoff
2023-11-02-fix redirect_uri construction for Oauth 2.0Christian Grothoff
2023-11-02keep prefixChristian Grothoff
2023-11-02add quoteChristian Grothoff
2023-11-02check for RFC 8959 prefixChristian Grothoff
2023-11-02-use quiet optionChristian Grothoff
2023-11-02-typoChristian Grothoff
2023-11-02configure exchange as challenger clientChristian Grothoff
2023-11-02-typoChristian Grothoff
2023-11-02support challenger on UNIX domain socket in taler-unified-setupChristian Grothoff
2023-11-01add option to start challenger serviceChristian Grothoff
2023-10-29make replay deposit command not use current timeChristian Grothoff
2023-10-29-fix time sensititity of replay testChristian Grothoff
2023-10-29fix leaks, bump test execution time under valgrindChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-28new blind signature logic bug fixesChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-17-402 is fine, remove FIXMEChristian Grothoff
2023-10-17avoid dumping accounts file everywhereChristian Grothoff
2023-10-16validate exchange signing key on attestationsChristian Grothoff
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-10-12-fix dist ruleChristian Grothoff
2023-10-12-fix dist ruleChristian Grothoff
2023-10-12-ignore PID fileChristian Grothoff
2023-10-12-dump less filesChristian Grothoff
2023-10-12clean up bank API, get test_bank_api_with_nexus to finally passChristian Grothoff
2023-10-12-normalize payto URIs before comparingChristian Grothoff
2023-10-12update private key files and harden checks for currency codesChristian Grothoff
2023-10-10finally nexus bank starts via unified-setupChristian Grothoff