Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-28 | -fix compiler warnings | Christian Grothoff | |
2024-10-28 | -fix FTBFS | Christian Grothoff | |
2024-10-27 | expand tests to cover latest GNUnet regression | Christian Grothoff | |
2024-10-25 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2024-10-25 | remove dead GNUNET_STRINGS_get_utf8_args(), just a NOP | Christian Grothoff | |
2024-10-24 | kyc: split command before invoking AML programs | Florian Dold | |
This behavior is useful for testing, especially with taler-harness. The splitting is very primitive, but probably good enough. | |||
2024-10-24 | do not use varargs for external conversion | Florian Dold | |
The GNUNET_OS_start_process_va is anyway just a wrapper that has to do extra malloc'ing, whereas GNUNET_OS_start_process_vap doesn't. This change is also in preparation for command splitting, as varargs don't allow programmatically constructing a variable size argument list. | |||
2024-10-23 | AmlOutcome expect context field to be an object, not an array ↵ | Sebastian | |
https://bugs.gnunet.org/view.php?id=9154#c23572 | |||
2024-10-23 | new prebuilt | Sebastian | |
2024-10-23 | take location and output from env | Sebastian | |
and allow the terms generator to prevent using taler-config cli with default configuration location | |||
2024-10-23 | -cleanup | Christian Grothoff | |
2024-10-23 | context is optional (fixes test failure) | Christian Grothoff | |
2024-10-21 | test: improve libeufin-bank config | Antoine A | |
2024-10-21 | test: use longer passwords | Antoine A | |
2024-10-21 | return 202 from /kyc-info when instant measure is running | Florian Dold | |
2024-10-21 | -cleanup | Florian Dold | |
2024-10-21 | -new_measures can be NULL | Florian Dold | |
2024-10-21 | run immediate measures on POSTing AML decision | Florian Dold | |
2024-10-21 | update submodules | Florian Dold | |
2024-10-20 | add man page for taler-exchange-kyc-trigger | Christian Grothoff | |
2024-10-20 | first draft of taler-exchange-kyc-trigger | Christian Grothoff | |
2024-10-20 | skeleton for taler-exchange-kyc-trigger | Christian Grothoff | |
2024-10-19 | update TOPS Terms of service in DE, FR | Stefan Kügel | |
2024-10-19 | eliminate superfluous whitespace | Stefan Kügel | |
2024-10-15 | integrate German TOPS Terms of service for all wallet apps | Stefan Kügel | |
2024-10-14 | fix test_33 | Christian Grothoff | |
2024-10-14 | fix test_33 | Christian Grothoff | |
2024-10-13 | -fix missing stop_auditor_httpd in test | Christian Grothoff | |
2024-10-13 | -fix auditor test_6, style fixes | Christian Grothoff | |
2024-10-13 | -fix auditor test_6, style fixes | Christian Grothoff | |
2024-10-11 | more logging for #9254 | Christian Grothoff | |
2024-10-10 | bump gana | Christian Grothoff | |
2024-10-09 | -sample translation work | Christian Grothoff | |
2024-10-09 | -remove legacy translation | Christian Grothoff | |
2024-10-09 | add fr/de PO files | Christian Grothoff | |
2024-10-09 | -english default | Christian Grothoff | |
2024-10-08 | return context in kyc-info | Christian Grothoff | |
2024-10-08 | make test_6 more robust | Christian Grothoff | |
2024-10-08 | implement auditor test_21 | Christian Grothoff | |
2024-10-08 | implement auditor test_21 | Christian Grothoff | |
2024-10-08 | implement auditor test_17 | Christian Grothoff | |
2024-10-08 | implement auditor test_17 | Christian Grothoff | |
2024-10-08 | implement auditor test_16, plus associated bugfixes | Christian Grothoff | |
2024-10-08 | fix test #11 | Christian Grothoff | |
2024-10-08 | -fix bad deletion | Christian Grothoff | |
2024-10-08 | rename deposit_confirmation_serial_id to row_id for consistency | Christian Grothoff | |
2024-10-08 | -typo | Christian Grothoff | |
2024-10-08 | fix more compiler warnings and memory leaks | Christian Grothoff | |
2024-10-08 | fix NPE: use new delete API | Christian Grothoff | |
2024-10-07 | more logging, handle cur aliasing in TALER_amount_set_zero() | Christian Grothoff | |