aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_serial_by_table.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-06-26[age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/nÖzgür Kesim
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests
2023-05-01WiP: age-withdraw, finished reveal-request, 10/nÖzgür Kesim
- /age-withdraw/$ACH/reveal handler now fully implemented - for consistency with api: rename of tables from withdraw_age_... to age_withdraw
2023-04-22WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/nÖzgür Kesim
2023-04-15implement more of lookup_records_by_tableChristian 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 column nameChristian Grothoff
2022-10-13-implement reserve closure in testChristian Grothoff
2022-10-10-implement missing select_serial_by_table_ statementsChristian Grothoff
2022-10-10-more db logic refactoringChristian Grothoff