summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Collapse)Author
2017-05-11generate auditor signatures in exchange-lib testcase, and handle problem ↵Christian Grothoff
with bogus revocation keys during startup more gracefully by terminating instead of looping
2017-05-09handle error code returned by TALER_amount_subtract in new error case ↵Christian Grothoff
TALER_EC_PAYBACK_COIN_BALANCE_NEGATIVE
2017-05-08nominally finish implementation of taler-exchange-wirewatch (still needs ↵Christian Grothoff
testing)
2017-05-08remove dead transfer details field from reserves_in (API, exchangedb, etc.)Christian Grothoff
2017-05-08move responsibility of converting to wire subject to reserve_pub into wire ↵Christian Grothoff
plugin
2017-05-08updates to distinguish clearly between wtid and json transfer detailsChristian Grothoff
2017-05-07adjust test to work with real bank (now fails)Christian Grothoff
2017-05-05updating DB schema for new wire history operations and future auditor checks ↵Christian Grothoff
of wire transfers
2017-05-05more work on wirewatchChristian Grothoff
2017-05-05starting to implement taler-exchange-wirewatchChristian Grothoff
2017-05-04adding support for transaction history to wire plugin API (#4959)Christian Grothoff
2017-04-20finished implementing #4956 in principle, but not yet testedChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-04-19implement #4956-support in exchange db and exchange (to return information ↵Christian Grothoff
about closed reserves)
2017-04-18fixing #4980Christian Grothoff
2017-04-17introducing closing feeChristian Grothoff
2017-04-17implement #4982Christian Grothoff
2017-04-17properly init denom_hash in testChristian Grothoff
2017-04-16test case of /payback done twice, handle 403-case in /payback handler, ↵Christian Grothoff
thereby also testing coin-with-payback history case in test logic (fixes #3887)
2017-04-10also test reserve history after paybackChristian Grothoff
2017-04-10expand /payback testsChristian Grothoff
2017-04-10add test case for #3887Christian Grothoff
2017-04-08implement checking of denomination revocation status in auditorChristian Grothoff
2017-04-08fix json_pack format stringChristian Grothoff
2017-04-08return revoked denom hashes under payback array in /keysChristian 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-03implement rest of exchange logic for #3887 (return payback information in ↵Christian Grothoff
reserve and coin histories)
2017-04-03handle TALER_EXCHANGEDB_RO_EXCHANGE_TO_BANK in DB balance calulationsChristian Grothoff
2017-04-03handle TALER_EXCHANGEDB_RO_PAYBACK_COIN in DB balance calulationsChristian Grothoff
2017-04-03handle TALER_EXCHANGEDB_TT_PAYBACK in DB balance calulationsChristian Grothoff
2017-04-03handle TALER_EXCHANGEDB_TT_PAYBACK in response generation of exchangeChristian Grothoff
2017-04-02implement tests for extended DB APIChristian 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-29implementing remaining /payback responsesChristian Grothoff
2017-03-29first sketch at db module implementation for #3887Christian Grothoff
2017-03-29implement /payback parsing and signature verificationChristian Grothoff
2017-03-25renaming GNUNET_GETOPT-symbols to match latest changes in GNUnetChristian Grothoff
2017-03-24merge aggregatorChristian Grothoff
2017-03-20report wire amount minus aggregation fee in wire_out table, start logic in ↵Christian Grothoff
auditor to check wire amounts including wire fees
2017-03-19fix regression causing NPEChristian Grothoff
2017-03-19check return value from MHD_add_response_header()Christian Grothoff
2017-03-19check return value from taler_array_append_new()Christian Grothoff
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-17fix typosChristian Grothoff