Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-05 | work on tests | Christian Grothoff | |
2024-11-05 | more work on testing | Christian Grothoff | |
2024-11-05 | more work on testing | Christian Grothoff | |
2024-11-05 | more work on testing | Christian Grothoff | |
2024-11-05 | -more work on testing | Christian Grothoff | |
2024-11-05 | fix bank-api | Christian Grothoff | |
2024-11-05 | start with testing | Christian Grothoff | |
2024-11-05 | -fix benchmark | Christian Grothoff | |
2024-11-05 | fix exchange-tools | Christian Grothoff | |
2024-11-05 | get lib to build | Christian Grothoff | |
2024-11-05 | -work on exchange | Christian Grothoff | |
2024-11-05 | -work on exchange | Christian Grothoff | |
2024-11-05 | -work on exchange | Christian Grothoff | |
2024-11-05 | -work on exchange | Christian Grothoff | |
2024-11-05 | -work on exchange | Christian Grothoff | |
2024-11-05 | fix taler-exchange-* tools | Christian Grothoff | |
2024-11-05 | fix taler-exchange-aggregator | Christian Grothoff | |
2024-11-05 | working through auditors | Christian Grothoff | |
2024-11-05 | working through auditors | Christian Grothoff | |
2024-11-05 | working through auditors | Christian Grothoff | |
2024-11-05 | working through auditors | Christian Grothoff | |
2024-11-05 | working through kyclogic | Christian Grothoff | |
2024-11-05 | working through DB | Christian Grothoff | |
2024-11-05 | working through DB | Christian Grothoff | |
2024-11-05 | working through DB | Christian Grothoff | |
2024-11-05 | working through DB | Christian Grothoff | |
2024-11-05 | work on DB routines | Christian Grothoff | |
2024-11-05 | add DB migration | Christian Grothoff | |
2024-11-05 | API changes for normalized payto | Christian Grothoff | |
2024-11-04 | kyc: create legi process before running instant measure aml program | Florian Dold | |
2024-10-31 | only insert kyc_attributes if there is a process row | Florian Dold | |
2024-10-31 | fix handling of skip checks in kyc-info | Florian Dold | |
2024-10-31 | Revert "do not store attributes for instant measure" | Florian Dold | |
This reverts commit 9075747139b57779f86c260458c06371229b1df7. | |||
2024-10-30 | support bearer token for bank auth | Sebastian | |
2024-10-30 | do not store attributes for instant measure | Florian Dold | |
2024-10-30 | re-enable auditor tests | Christian Grothoff | |
2024-10-30 | remove bogus -e flag | Christian Grothoff | |
2024-10-30 | kill old test #27: cannot be done with current table constraints | Christian Grothoff | |
2024-10-30 | fix test #26 | Christian Grothoff | |
2024-10-30 | fix test #25 | Christian Grothoff | |
2024-10-29 | test: fix for pwd auth deprecation | Antoine A | |
2024-10-28 | -formatting fixes | Christian Grothoff | |
2024-10-28 | -fix password | Christian Grothoff | |
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. |