exchange/src/exchangedb
2022-02-18 00:50:31 +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 drop extensions table 2022-01-08 19:45:19 +01:00
exchange-0000.sql typos 2020-03-31 20:57:11 +02:00
exchange-0001.sql -migrate to Postgress 11: use BIGINT GENERATED BY DEFAULT AS IDENTITY instead of BIGSERIAL 2022-02-17 23:08:34 +01:00
exchangedb_accounts.c -fix doxygen 2021-08-04 08:39:19 +02:00
exchangedb_plugin.c -cleanup 2021-12-28 15:36:26 +01:00
exchangedb_transactions.c -doxygen fixes 2022-02-12 11:12:33 +01: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 -fix CS nonce reuse check logic 2022-02-17 15:18:09 +01:00
lrbt_callbacks.c -fix CS nonce reuse check logic 2022-02-17 15:18:09 +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 -minor merge conflict resolves 2022-02-18 00:50:31 +01:00
test_exchangedb.c -fix CS nonce reuse check logic 2022-02-17 15:18:09 +01:00
test-exchange-db-postgres.conf address most FIXMEs in pg plugin 2021-10-29 11:35:34 +02:00