summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_do_reserve_open.c
AgeCommit message (Collapse)Author
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-07-30-remove _tuple suffixChristian Grothoff
2023-07-28taler_amount type introduced in reserves table and corresponding functionsÖzgür Kesim
- current_balance is now a taler_amount - all C-functions, SQL-statements and stored procedures adjusted accordingly. => make check passes all tests in testing.
2022-10-12-update to latest GNUNET_PQ_make_prepare() APIChristian Grothoff
2022-10-09-implementing do_reserves_open logicChristian Grothoff
2022-10-04-work on reserve_open DB APIChristian Grothoff
2022-10-03-implement sketch for pg_do_reserve_open.cChristian Grothoff
2022-10-03-skeletons for new PG functionsChristian Grothoff