exchange/src/exchangedb
2020-08-28 23:43:05 +02:00
..
.gitignore update ignores 2019-08-22 15:30:02 +02:00
drop0001.sql fix drop call 2020-07-05 16:50:12 +02:00
exchange-0000.sql typos 2020-03-31 20:57:11 +02:00
exchange-0001.sql introduce known_coin_id, alas not yet used 2020-07-08 12:35:50 +02:00
exchangedb_accounts.c fail if exchange-account configuration is definitively wrong (#5642) 2020-08-28 23:43:05 +02:00
exchangedb_auditorkeys.c typos 2020-03-31 20:57:11 +02:00
exchangedb_denomkeys.c adapt to new GNUnet sign API (#6164) 2020-04-08 18:18:20 +02:00
exchangedb_fees.c split reserve closing from main aggregation logic 2020-03-12 10:11:24 +01:00
exchangedb_plugin.c code cleanup (comments, scoping, naming, indentation) 2020-03-07 00:28:07 +01:00
exchangedb_signkeys.c nicer IO error handling in exchangedb logic 2020-03-07 00:39:39 +01:00
exchangedb_transactions.c this invariant does not actually hold, i.e. if there is a /recoup request for a coin we never saw 2020-07-10 21:27:06 +02:00
exchangedb-postgres.conf also cover drop/restart cases with psql logic 2020-01-17 12:25:11 +01:00
exchangedb.conf a first, untested stab at #6123, committing intermediate result that passes (existing) tests 2020-03-17 22:13:15 +01:00
Makefile.am split reserve closing from main aggregation logic 2020-03-12 10:11:24 +01:00
plugin_exchangedb_common.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
plugin_exchangedb_postgres.c remove optimization combining two SQL statements on reserve update as it could not be shown to have a significant benefit at this time (only 2% fewer serialization failures). May deserve further evaluation in the future, if reserve update ever becomes crucial. 2020-08-13 20:49:48 +02:00
test_exchangedb_auditors.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
test_exchangedb_denomkeys.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
test_exchangedb_fees.c adapations to GNUnet API change 2020-04-11 21:06:30 +02:00
test_exchangedb_signkeys.c fix inconsistency in field naming 2020-03-27 17:32:39 +01:00
test_exchangedb.c fix misc typos 2020-07-22 23:56:52 +02:00
test-exchange-db-postgres.conf fix build system 2020-01-17 03:08:30 +01:00