aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Collapse)Author
2024-12-01more taler-config leftovers fixedChristian Grothoff
2024-12-01work on DB logic for FIXME in taler-exchange-aggregator: refactoring ↵Christian Grothoff
exchange logic a bit
2024-12-01work on #9303: make aggregator logic more asynchronous to support running ↵Christian Grothoff
AML program, move shared logic into exchangedb
2024-11-28forgot to commit filesChristian Grothoff
2024-11-27implement REST API for #9340Christian Grothoff
2024-11-25only pass requested inputs to AML programs, and also pass new inputs, ↵Christian Grothoff
specifically current_rules and default_rules
2024-11-20allow new_rules to be NULL, can happen if AML program crashed (see #9347)Christian Grothoff
2024-11-20implement #9346Christian Grothoff
2024-11-15split taler-config into taler-exchange-config and taler-merchant-config; ↵Christian Grothoff
separate resource files cleanly between taler-exchange and taler-merchant
2024-11-14adaptations of taler-exchange to GNUnet fix #8962Christian Grothoff
2024-11-14doxygen fixesChristian Grothoff
2024-11-12fix very bad amount subtraction that created free money under certain ↵Christian Grothoff
circumstances, plus some SQL code cleanup
2024-11-11limit 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-11tolerate automated aml outcomes with same decision timestampFlorian Dold
2024-11-11fix query, implement full successor_measure support in kyc-infoFlorian Dold
2024-11-10ensure we do not start if the database version is outdated (#9203)Christian Grothoff
2024-11-10-fix queryFlorian Dold
2024-11-10towards handling non-instant successor measuresFlorian Dold
2024-11-09implement protocol v22, fixes #9185Christian Grothoff
2024-11-09fix KYC test regressionsChristian Grothoff
2024-11-08fix broken insert_aml_decision queryFlorian Dold
Check to avoid duplicates was broken
2024-11-08finish other legi measures when inserting new oneFlorian Dold
2024-11-08handle successor measures in kyc-infoFlorian Dold
2024-11-08-re-add attributesFlorian Dold
2024-11-07use TEH_kyc_run_measure_instant, derive provider_name from process_rowFlorian Dold
2024-11-07fix sqlFlorian Dold
2024-11-05use insert_kyc_measure_result, remove insert_programmatic_legitimization_outcomeFlorian Dold
2024-11-05rename insert_kyc_attributes to insert_kyc_measure_resultFlorian Dold
This reflects much better what the DB query does.
2024-11-05more bugfixesChristian Grothoff
2024-11-05more bugfixesChristian Grothoff
2024-11-05fix bugChristian Grothoff
2024-11-05fix util testsChristian Grothoff
2024-11-05work on testsChristian Grothoff
2024-11-05-work on exchangeChristian Grothoff
2024-11-05fix taler-exchange-* toolsChristian Grothoff
2024-11-05fix taler-exchange-aggregatorChristian Grothoff
2024-11-05working through DBChristian Grothoff
2024-11-05working through DBChristian Grothoff
2024-11-05working through DBChristian Grothoff
2024-11-05working through DBChristian Grothoff
2024-11-05work on DB routinesChristian Grothoff
2024-11-05add DB migrationChristian Grothoff
2024-11-05API changes for normalized paytoChristian Grothoff
2024-11-04kyc: create legi process before running instant measure aml programFlorian Dold
2024-10-31only insert kyc_attributes if there is a process rowFlorian Dold
2024-10-30fix test #25Christian Grothoff
2024-10-08implement auditor test_21Christian Grothoff
2024-10-06-fix typo in SQLChristian Grothoff
2024-10-02fix (part of?) #9241Christian Grothoff
2024-09-29fix #9214Christian Grothoff