Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | fix uninitialized SANDBOX_PORT if only starting sandbox without nexus | Christian Grothoff | |
2023-06-21 | new -W option for unified setup | Christian Grothoff | |
2023-06-21 | -more clean up of auditor api: atomization complete | Christian Grothoff | |
2023-06-21 | -more auditor API atomization | Christian Grothoff | |
2023-06-21 | -towards API atomization | Christian Grothoff | |
2023-06-21 | ensure forward-compatibility for auditor C API | Christian Grothoff | |
2023-06-20 | -doxygen fixes | Christian Grothoff | |
2023-06-12 | test_bank_api_with_nexus | MS | |
Fixing the wiring of accounts in the test preparation. In particular, the name and IBAN of one debited account (along the /admin/add-incoming) was wrongly registered at Sandbox. | |||
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-06-04 | address FIXMEs in bank service API | Christian Grothoff | |
2023-06-04 | address API stability FIXMEs in taler_exchange_service | Christian Grothoff | |
2023-05-14 | allow '#' | Christian Grothoff | |
2023-05-13 | avoid generating useless file by tests | Christian Grothoff | |
2023-05-13 | -move AML_THRESHOLD option to exchange | Christian Grothoff | |
2023-05-13 | add logic to oauth2 plugin to use /setup endpoint when configured | Christian Grothoff | |
2023-05-10 | fix more VLAs | Christian Grothoff | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-09 | -make content-length optional again | Christian Grothoff | |
2023-05-04 | finish implementation for #7808 | Christian Grothoff | |
2023-05-01 | -fix uninitialized variable and memory leak | Christian Grothoff | |
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2023-04-25 | -dox | Christian Grothoff | |
2023-04-25 | -fix doxygen | Christian Grothoff | |
2023-04-25 | add nexus-fetch-transactions | Christian Grothoff | |
2023-04-24 | -fix port | Christian Grothoff | |
2023-04-24 | fix filename | Christian Grothoff | |
2023-04-22 | misc bugfixes in reserves_in batch logic | Christian Grothoff | |
2023-04-10 | avoid crashing, fail test instead | Christian Grothoff | |
2023-02-19 | idempotency test | Christian Grothoff | |
2023-02-19 | on idempotent deposit, just skip most of the transaction | Christian Grothoff | |
2023-02-14 | begin API change to allow AML officers to trigger KYC process | Christian Grothoff | |
2023-02-13 | -add missing option | Christian Grothoff | |
2023-02-13 | tolerate NULL cleanup functions in commands in batches | Christian Grothoff | |
2023-02-09 | -start on AML work (incomplete) | Christian Grothoff | |
2023-02-04 | -add missing file | 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-04 | add tests for new AML logic, plus related bugfixes | 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 | |
2023-01-29 | add test for KYC required on reserve close | Christian Grothoff | |
2023-01-29 | use correct attribute name in test | Christian Grothoff | |
2023-01-29 | KYC: misc. fixes to attribute attestation logic | Christian Grothoff | |
2023-01-20 | -new testing APIs | Christian Grothoff | |
2023-01-16 | fix test_kyc_api: adapt test logic to improved OAuth2.0 kyc API: | Christian Grothoff | |
2023-01-15 | -fix compiler warning: add missing prototype | Christian Grothoff | |
2023-01-13 | libeufin-based bank API test | MS | |
Give Nexus and Sandbox one database each, in order to reduce concurrent accesses to the sqlite3 file. |