summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Expand)Author
2017-04-04towards supporting #3887 in the auditorChristian Grothoff
2017-04-04handle /payback in auditor when checking reservesChristian Grothoff
2017-04-03implement rest of exchange logic for #3887 (return payback information in res...Christian Grothoff
2017-04-02implement tests for extended DB APIChristian Grothoff
2017-04-02expand DB plugin to return payback information as part of coin/reserve historiesChristian Grothoff
2017-04-02implement returning /paybacks as part of reserve history (#3887)Christian Grothoff
2017-04-02implementing insertion of payback information in postgres plugin (part of #3887)Christian Grothoff
2017-04-01implement DB plugin function to obtain reserve information, migrate logic to ...Christian Grothoff
2017-03-19minor auditor bugfixesChristian Grothoff
2017-03-19properly update 'last' to make sanity check effectiveChristian Grothoff
2017-03-19fix SQL error for pq 9.4Christian Grothoff
2017-03-19reduce logging, improve compatibility with older postgres versionsChristian Grothoff
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-15more work on auditor, towards coin/denomination key checksChristian Grothoff
2017-03-14fix logging of BEGIN errorChristian Grothoff
2017-03-08fix #4851Christian Grothoff
2017-03-05fix memory leaks in DB logicChristian Grothoff
2017-03-04write test for new wire fee APIs (#4931)Christian Grothoff
2017-03-04implementing #4932Christian Grothoff
2017-03-04implementing #4929Christian Grothoff
2017-03-03implement #4929: add wire transfer fee to /wire (but not yet charged by aggre...Christian Grothoff
2017-03-03changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wir...Christian Grothoff
2017-02-07fix test cases (transaction_id related problems)Florian Dold
2017-02-07fix SQLFlorian Dold
2017-02-07fix SQLFlorian Dold
2017-02-07typoFlorian Dold
2017-02-07fix SQL statement after removing transaction_idFlorian Dold
2017-02-07remove transaction_id, only one payment per proposal allowedFlorian Dold
2017-02-06contract terminology renaming (#4877)Florian Dold
2016-11-21better logging when db connection failsFlorian Dold
2016-11-18fixing another test failing due to amount 1e-8 changeChristian Grothoff
2016-11-17add idempotency checks for /refresh/reveal, fixing #4793Christian Grothoff
2016-11-17handle more nicely the case that concurrent withdraws have changed history, c...Christian Grothoff
2016-11-17select proper row of result set, not row 0 (in misc. database operations)Christian Grothoff
2016-11-17fix exchangedb auditor functions to return proper serial idsChristian Grothoff
2016-11-17change rowid type to uint64_t everywhere; start with reserve-analysis in auditorChristian Grothoff
2016-11-17add note on #4794Christian Grothoff
2016-10-24NULL-terminate arrayChristian 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-10-18@authorMarcello Stanisci
2016-10-17closing #4709Marcello Stanisci
2016-10-17defining all but one exchangedb-for-audit functionsMarcello Stanisci
2016-10-17starting with #4709Marcello Stanisci
2016-10-10check dbinit return value to not fail hard if DB not availableChristian Grothoff