exchange/src/exchangedb
2021-12-14 16:04:40 +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 introduce stored procedure for coin balance check 2021-12-09 23:13:39 +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 introducing GNUNET_TIME_Timestamp, recoup now with amounts 2021-12-14 16:04:40 +01:00
lrbt_callbacks.c introducing GNUNET_TIME_Timestamp, recoup now with amounts 2021-12-14 16:04:40 +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 introducing GNUNET_TIME_Timestamp, recoup now with amounts 2021-12-14 16:04:40 +01:00
test_exchangedb.c change order of statements when making coin known to possibly reduce serialization failures 2021-12-05 17:59:02 +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