Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-12 | fix very bad amount subtraction that created free money under certain ↵ | Christian Grothoff | |
circumstances, plus some SQL code cleanup | |||
2024-11-11 | limit reserve expiration query to reserves that actually had an incoming ↵ | Christian Grothoff | |
wire transfer, as purely purse-filled reserves cannot be closed (fixes #9209) | |||
2024-11-11 | fix test: init auditor and exchange DB before running test | Christian Grothoff | |
2024-11-11 | fix use of test without existing DB | Christian Grothoff | |
2024-11-11 | tolerate automated aml outcomes with same decision timestamp | Florian Dold | |
2024-11-11 | fix another FTBFS | Florian Dold | |
2024-11-11 | fix FTBFS | Florian Dold | |
2024-11-11 | fix query, implement full successor_measure support in kyc-info | Florian Dold | |
2024-11-11 | auditor: wait for libeufin-bank in tests | Florian Dold | |
2024-11-10 | ensure we do not start if the database version is outdated (#9203) | Christian Grothoff | |
2024-11-10 | take HTTP status from EC | Florian Dold | |
2024-11-10 | fix odd cast | Florian Dold | |
2024-11-10 | -fix query | Florian Dold | |
2024-11-10 | towards handling non-instant successor measures | Florian Dold | |
2024-11-09 | implement protocol v22, fixes #9185 | Christian Grothoff | |
2024-11-09 | fix KYC test regressions | Christian Grothoff | |
2024-11-08 | fix broken insert_aml_decision query | Florian Dold | |
Check to avoid duplicates was broken | |||
2024-11-08 | finish other legi measures when inserting new one | Florian Dold | |
2024-11-08 | handle successor measures in kyc-info | Florian Dold | |
2024-11-08 | remove unnecessary optimization | Florian Dold | |
2024-11-08 | fix return type confusion in kyc-start handler | Florian Dold | |
2024-11-08 | -re-add attributes | Florian Dold | |
2024-11-08 | -re-add query | Florian Dold | |
2024-11-07 | replace run_check with TEH_kyc_run_measure_directly | Florian Dold | |
The run_check implementation is redundant now. | |||
2024-11-07 | get rid of TEH_kyc_finish | Florian Dold | |
Instead, we now have two more specific functions to run for instant measures / after having obtained attributes respectively. | |||
2024-11-07 | use TEH_kyc_run_measure_instant, derive provider_name from process_row | Florian Dold | |
2024-11-07 | introduce TEH_kyc_run_measure_instant | Florian Dold | |
2024-11-07 | kyclogic: make TEH_kyc_finished useable without MHD response | Florian Dold | |
2024-11-07 | fix sql | Florian Dold | |
2024-11-07 | only measures can be 'verboten', but not a check | Florian Dold | |
2024-11-07 | use constant for verboten | Florian Dold | |
2024-11-07 | fix parsing of verboten in non-config rules | Florian Dold | |
2024-11-07 | do not hash uninitialized payto | Florian Dold | |
2024-11-06 | -fix double free | Florian Dold | |
2024-11-06 | update submodulesv0.14.1-dev.1 | Florian Dold | |
2024-11-05 | merge variants of TEH_kyc_finished | Florian Dold | |
This will make refactoring a bit easier, and likely TEH_kyc_finished will be replaced by two more specific variants (to run measures for a process or instantly) anyway. | |||
2024-11-05 | proposed new API for running measures | Florian Dold | |
2024-11-05 | use insert_kyc_measure_result, remove insert_programmatic_legitimization_outcome | Florian Dold | |
2024-11-05 | rename insert_kyc_attributes to insert_kyc_measure_result | Florian Dold | |
This reflects much better what the DB query does. | |||
2024-11-05 | fix missing return and memory leaks | Florian Dold | |
2024-11-05 | get rid of new_check remnants, it has long been replaced by new_measures | Florian Dold | |
2024-11-05 | install AMPs as scripts | Florian Dold | |
They're mostly useful for testing, but we still want to ship them for taler-harness etc. | |||
2024-11-05 | kyc: add taler-exchange-helper-measure-none | Florian Dold | |
2024-11-05 | more bugfixes | Christian Grothoff | |
2024-11-05 | more bugfixes | Christian Grothoff | |
2024-11-05 | fix bug | Christian Grothoff | |
2024-11-05 | fix util tests | Christian Grothoff | |
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 | |