aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Collapse)Author
2024-01-28fix #8030Christian Grothoff
2024-01-28add option to -hChristian Grothoff
2024-01-28add code to launch taler-merchant-wirewatchChristian Grothoff
2024-01-21Fix taler-unified-setup.shAntoine A
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-16Merge branch 'master' of git+ssh://git.taler.net/exchangeNic Eigel
2024-01-16progress on auditor helpersNic Eigel
2024-01-16fix #8071Christian Grothoff
2024-01-14Merge remote-tracking branch 'refs/remotes/origin/master'Matyja Lukas Adam
2024-01-14unified setup correct secmod call for donauMatyja Lukas Adam
2024-01-13improve loggingChristian Grothoff
2024-01-12fixes for #8069, #8070 and #8072Özgür Kesim
- TALER_coin_ev_hash function now returns void - double free fixes - FAIL_IF logic fixes
2024-01-10remove GET /exchanges endpoint as we are making the auditor single-exchange ↵Christian Grothoff
only; also fixes #8054
2024-01-10add support for taler-merchant-exchange to taler-unified-setup.shChristian Grothoff
2024-01-09remove donau confMatyja Lukas Adam
2024-01-08adjust to purse fee changeChristian Grothoff
2024-01-07[testing] add DONAU to unified setupMatyja Lukas Adam
2024-01-06add logic to launch merchant-depositcheckChristian Grothoff
2024-01-05-fix amount after fee change in unified setupChristian Grothoff
2024-01-02purse fees are not supportedChristian Grothoff
2024-01-02-pass -L LOGLEVEL for wirewatchChristian Grothoff
2023-12-25towards getting benchmarks to work with libeufinChristian Grothoff
2023-12-25Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
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-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-23-fix missing RC bumps in testChristian Grothoff
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