summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Expand)Author
2017-05-18tolerating bad denomination blobs when iterating overMarcello Stanisci
2017-05-14improve serializability error handling a bitChristian Grothoff
2017-05-08add 'get_latest_reserve_in_reference' to exchangedb APIChristian Grothoff
2017-05-08remove dead transfer details field from reserves_in (API, exchangedb, etc.)Christian Grothoff
2017-05-08updates to distinguish clearly between wtid and json transfer detailsChristian Grothoff
2017-05-05updating DB schema for new wire history operations and future auditor checks ...Christian Grothoff
2017-04-20finished implementing #4956 in principle, but not yet testedChristian Grothoff
2017-04-20expand testcase to cover new DB APIChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-04-19implement plugin function for auditor to check reserve closuresChristian Grothoff
2017-04-19implementing database functions towards addressing #4956Christian Grothoff
2017-04-19implement #4956-support in exchange db and exchange (to return information ab...Christian Grothoff
2017-04-17introducing closing feeChristian Grothoff
2017-04-16implement #4981Christian Grothoff
2017-04-16add missing table drop instructionChristian Grothoff
2017-04-16fix #4984Christian Grothoff
2017-04-10fix test_exchangedb denomkeys testChristian Grothoff
2017-04-10add test case for #3887Christian Grothoff
2017-04-09improve test case coverage for exchangedbChristian Grothoff
2017-04-09expand testcase to cover TALER_EXCHANGEDB_denomination_key_revokeChristian Grothoff
2017-04-08implement checking of denomination revocation status in auditorChristian Grothoff
2017-04-08extend exchangedb API to allow storing DK revocation informationChristian Grothoff
2017-04-07fix FTBFS in testcaseChristian Grothoff
2017-04-07implement denomination key revocation logic in exchangedb and taler-exchange-...Christian Grothoff
2017-04-07even more logging on DB issuesChristian Grothoff
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