summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Expand)Author
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
2016-10-09add skeletons for new DB API functionsChristian Grothoff
2016-10-09expanding exchange DB API to meet auditor requirements (not implemented, just...Christian Grothoff
2016-10-06fix having multiple primary keysChristian Grothoff
2016-10-06first draft for an auditor table structureChristian Grothoff
2016-09-26return execution time also from exchange C API (#4578)Christian Grothoff
2016-09-26implement that /track/transaction returns execution time (#4578)Christian Grothoff
2016-09-23check return values, fix use of uninit memory on certain error handling pathsChristian Grothoff
2016-09-20renaming local variableMarcello Stanisci