summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-sync.c
AgeCommit message (Collapse)Author
2023-09-10major exchange DB schema change: store common properties of batch deposit in ↵Christian Grothoff
batch_deposits table, and coin-specific ones in coin_deposits table; plus minor cleanups
2023-05-10assertions to make compiler happyChristian Grothoff
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments
2022-10-30add support for reserve open/close operations to auditor, begin to split off ↵Christian Grothoff
purse auditing logic
2022-10-22fix taler-auditor-sync: needs two plugins running in parallel with their own ↵Christian Grothoff
prepare counters
2022-10-14add reserve-open-deposit transactions to coin historiesChristian Grothoff
2022-10-10-more db logic refactoringChristian Grothoff
2022-07-30implement taler-auditor-sync support for profit_drains table (#4960)Christian Grothoff
2022-06-13-towards coin audits with purse depositsChristian Grothoff
2022-06-01-expand table list for taler-auditor-syncChristian Grothoff
2022-03-05also sync global fees table (new)Christian Grothoff
2022-03-05sync tables "extensions" and "extension_details" with auditorÖzgür Kesim
2022-02-28test-sync passes againChristian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-07-30-fix misc enum confusions and other compiler warningsChristian Grothoff
2021-07-29fix #6960Christian Grothoff
2021-01-13fix sync issues, add rudimentary testChristian Grothoff
2021-01-12bugfixes in auditor-sync logicChristian Grothoff
2021-01-11taler-auditor-sync WiPChristian Grothoff
2021-01-11sync skeletonChristian Grothoff