summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Collapse)Author
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 ↵Christian Grothoff
about closed reserves)
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 ↵Christian Grothoff
taler-exchange-keyup (part of #3887)
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 ↵Christian Grothoff
reserve and coin histories)
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
simplified API spec (#3887); use plugin API in /payback DB implementation
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 ↵Christian Grothoff
instead of bothering fetching with coin history
2017-03-19revise exchangedb structure eliminating duplicated wire transfer date from ↵Christian Grothoff
aggregations, instead joining it from wire_out when needed
2017-03-18more work on auditorChristian Grothoff
2017-03-18add wire_out tracking to exchangedb, including deferred constraint, and to ↵Christian Grothoff
aggregator
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 ↵Christian Grothoff
aggregator)
2017-03-03changing wire plugin specification from [exchange]WIREFORMAT to ↵Christian Grothoff
[exchange-wire-PLUGIN]enable=YES/NO
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