summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
AgeCommit message (Expand)Author
2017-03-19simplify analysis by returning denom_pub with rest of coin transaction data i...Christian Grothoff
2017-03-19revise exchangedb structure eliminating duplicated wire transfer date from ag...Christian Grothoff
2017-03-18more work on auditorChristian Grothoff
2017-03-18add wire_out tracking to exchangedb, including deferred constraint, and to ag...Christian Grothoff
2017-03-18adjust exchangedb plugin to provide wire_out tracking APIChristian Grothoff
2017-03-17verify deposit signature during auditChristian Grothoff
2017-03-04write test for new wire fee APIs (#4931)Christian Grothoff
2017-03-04implementing #4929Christian Grothoff
2017-02-07fix test cases (transaction_id related problems)Florian Dold
2017-02-07remove transaction_id, only one payment per proposal allowedFlorian Dold
2017-02-06contract terminology renaming (#4877)Florian Dold
2016-11-18fixing another test failing due to amount 1e-8 changeChristian Grothoff
2016-11-17change rowid type to uint64_t everywhere; start with reserve-analysis in auditorChristian Grothoff
2016-10-20Finishing with #4709Marcello Stanisci
2016-10-20Adding auditor-related db functions in testcase. Each cb is just a stub.Marcello Stanisci
2016-09-26return execution time also from exchange C API (#4578)Christian Grothoff
2016-09-23check return values, fix use of uninit memory on certain error handling pathsChristian Grothoff
2016-08-11updating DB schema to profit from new KDF-based refresh variantChristian Grothoff
2016-08-07mostly working migration of the DH-seeded refresh variantChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fixing more leaksChristian Grothoff
2016-06-02remove unnecessary checkChristian Grothoff
2016-05-31extend test to cover GCChristian Grothoff
2016-05-27making DB scheme niceChristian Grothoff
2016-05-27a first step towards normalizing the DB a bit and not storing data redundantlyChristian Grothoff
2016-05-27a first step towards normalizing the DB a bit and not storing data redundantlyChristian Grothoff
2016-05-26fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)Christian Grothoff
2016-05-26change edate to wire_transfer_deadline/delay (#4521)Christian Grothoff
2016-05-24fix #4483Christian Grothoff
2016-05-19export function to free commit coin dataChristian Grothoff
2016-05-19finished implementing #4401Christian Grothoff
2016-05-19more work on #4401, almost doneChristian Grothoff
2016-05-19more work on #4401Christian Grothoff
2016-05-19more work towards fixing #4401Christian Grothoff
2016-05-19working on DB test, unfinishedChristian Grothoff
2016-05-18fix table dropping logic to ensure testcases run in fresh environmentChristian Grothoff
2016-05-16fixing #3814 by removing ability to melt multiple oldcoins at the same timeChristian Grothoff
2016-05-08reorg testcase a bitChristian Grothoff
2016-05-08adding test for wire prepare dataChristian Grothoff
2016-05-08expand testcase to cover refund API, fix minor issuesChristian Grothoff
2016-05-06more work on test, noting what is left to do with bug numberChristian Grothoff
2016-05-06more work on test, noting what is left to doChristian Grothoff
2016-05-02fixing #4462: avoid temporary schemata altogetherChristian Grothoff
2016-05-02fix #4184Christian Grothoff
2016-05-02fixing #4470Christian Grothoff
2016-04-20introduce refund feeChristian Grothoff
2016-04-10changing code to meet latest change in GNUNET_SCHEDULER APIChristian Grothoff
2016-04-06fix iterate_matching_deposits(), LIMIT does not work with variables in Postgr...Christian Grothoff
2016-04-01fix testcase init with new APIChristian Grothoff
2016-04-01hash inputs to sign_fdh functions as required by new APIChristian Grothoff