exchange/src/exchangedb
Özgür Kesim 1b23857f2c
[age restriction] progress 8/n
More work towards support for extensions and age restriction

- updated gana
- added handler for DB-Event
- added TEH_extensions_init() and _done()
- added global for age restriction
- added stub for post handler
- added SQL-table for extension metadata
- added enum type for extensions and other data structures

Also:
- fixed some warnings -Wmaybe-unitialized
2021-12-23 15:15:33 +01:00
..
.gitignore major rework of withdraw transaction to use stored procedure and (presumably) reduce serialization failures by avoiding SELECT before INSERT 2021-12-05 17:16:00 +01:00
bench_db.c -fix balance calculation 2021-12-06 16:37:32 +01:00
bench-db-postgres.conf -simple DB benchmark 2021-11-29 00:17:09 +01:00
benchmark-0000.sql benchmark skeleton 2021-11-28 19:52:59 +01:00
benchmark-0001.sql -simple DB benchmark 2021-11-29 00:17:09 +01:00
drop0001.sql major rework of withdraw transaction to use stored procedure and (presumably) reduce serialization failures by avoiding SELECT before INSERT 2021-12-05 17:16:00 +01:00
exchange-0000.sql typos 2020-03-31 20:57:11 +02:00
exchange-0001.sql [age restriction] progress 8/n 2021-12-23 15:15:33 +01:00
exchangedb_accounts.c -fix doxygen 2021-08-04 08:39:19 +02:00
exchangedb_plugin.c code cleanup (comments, scoping, naming, indentation) 2020-03-07 00:28:07 +01:00
exchangedb_transactions.c -rename TALER_amount_get_zero to TALER_amount_set_zero 2021-07-23 13:02:04 +02:00
exchangedb-postgres.conf also cover drop/restart cases with psql logic 2020-01-17 12:25:11 +01:00
exchangedb.conf misc doxygen fixes 2020-12-20 17:10:09 +01:00
irbt_callbacks.c denormalize reserve_pub in reserve tables to enable sharding 2021-12-19 13:43:33 +01:00
lrbt_callbacks.c denormalize reserve_pub in reserve tables to enable sharding 2021-12-19 13:43:33 +01:00
Makefile.am benchmark skeleton 2021-11-28 19:52:59 +01:00
plugin_exchangedb_common.c distinguish between blind and non-blind denomination signatures 2021-10-31 17:56:56 +01:00
plugin_exchangedb_postgres.c denormalize reserve_pub in reserve tables to enable sharding 2021-12-19 13:43:33 +01:00
test_exchangedb.c denormalize reserve_pub in reserve tables to enable sharding 2021-12-19 13:43:33 +01:00
test-exchange-db-postgres.conf address most FIXMEs in pg plugin 2021-10-29 11:35:34 +02:00
withdraw.sql experiment 2021-12-13 12:28:28 +01:00