Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-18 | add test for libeufin-bank | Christian Grothoff | |
2024-02-18 | add check for wget | Christian Grothoff | |
2024-02-18 | add logging of stages in unified setup | Christian Grothoff | |
2024-02-18 | fix KYC test: after KYC failure, give exchange chance to start 2nd KYC ↵ | Christian Grothoff | |
process; also fixes more HTML response issues | |||
2024-02-10 | -fix url constructionv0.9.4 | Christian Grothoff | |
2024-02-09 | use saner default timeout | Christian Grothoff | |
2024-02-08 | eanble test_auditor_api_version | Christian Grothoff | |
2024-02-07 | fixing merge conflict | Christian Grothoff | |
2024-02-07 | auditordb tabularasa | Christian Grothoff | |
2024-02-07 | Revert "stop using deprecated taler-auditor-exchange" | Christian Grothoff | |
This reverts commit 0ec06aeada8a047c4c51eff40cb2c32970a2f8de. | |||
2024-02-07 | stop using deprecated taler-auditor-exchange | Christian Grothoff | |
2024-02-06 | Add missing libeufin-bank mandatory config values | Antoine A | |
2024-01-31 | do not start oauth2 service twice | Christian Grothoff | |
2024-01-31 | log more | Christian Grothoff | |
2024-01-30 | check oauth2 server start succeeded | Christian Grothoff | |
2024-01-28 | fix #8030 | Christian Grothoff | |
2024-01-28 | add option to -h | Christian Grothoff | |
2024-01-28 | add code to launch taler-merchant-wirewatch | Christian Grothoff | |
2024-01-21 | Fix taler-unified-setup.sh | Antoine A | |
2024-01-21 | fixing more dist issues (#8153) | Christian Grothoff | |
2024-01-17 | remove auditor tests for now, auditor is temporarily not working due to ↵ | Christian Grothoff | |
major refactoring in progress | |||
2024-01-16 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Nic Eigel | |
2024-01-16 | progress on auditor helpers | Nic Eigel | |
2024-01-16 | fix #8071 | Christian Grothoff | |
2024-01-14 | Merge remote-tracking branch 'refs/remotes/origin/master' | Matyja Lukas Adam | |
2024-01-14 | unified setup correct secmod call for donau | Matyja Lukas Adam | |
2024-01-13 | improve logging | Christian Grothoff | |
2024-01-12 | fixes 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-10 | remove GET /exchanges endpoint as we are making the auditor single-exchange ↵ | Christian Grothoff | |
only; also fixes #8054 | |||
2024-01-10 | add support for taler-merchant-exchange to taler-unified-setup.sh | Christian Grothoff | |
2024-01-09 | remove donau conf | Matyja Lukas Adam | |
2024-01-08 | adjust to purse fee change | Christian Grothoff | |
2024-01-07 | [testing] add DONAU to unified setup | Matyja Lukas Adam | |
2024-01-06 | add logic to launch merchant-depositcheck | Christian Grothoff | |
2024-01-05 | -fix amount after fee change in unified setup | Christian Grothoff | |
2024-01-02 | purse fees are not supported | Christian Grothoff | |
2024-01-02 | -pass -L LOGLEVEL for wirewatch | Christian Grothoff | |
2023-12-25 | towards getting benchmarks to work with libeufin | Christian Grothoff | |
2023-12-25 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
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-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 test | Christian 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 admin | Christian Grothoff | |
2023-11-30 | -fix dist | Christian Grothoff | |
2023-11-30 | -fix dist rules | Christian Grothoff | |
2023-11-28 | fix spelling issues | Christian Grothoff | |
2023-11-27 | -subtract only after success to tolerate currency mismatch in test | Christian Grothoff | |
2023-11-22 | -check rvalues | Christian Grothoff | |
2023-11-22 | -check rvalues | Christian Grothoff | |