summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-15fix new ag logicChristian Grothoff
2020-03-15fix shutdown logic of testChristian Grothoff
2020-03-14Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2020-03-14remove unused codeChristian Grothoff
2020-03-14clean up aggregator logic, make it more robust against invariant failuresChristian Grothoff
2020-03-14code cleanup and additional error checking logic for #6124, but no actual ↵Christian Grothoff
semantic change
2020-03-14expand DB test to cover #6124 better (passed immediately, does not explain ↵Christian Grothoff
the failure)
2020-03-14run closer and transfer with aggregator, check if we actually did get ↵Christian Grothoff
deposit confirmations before running #24
2020-03-14fix use after freeChristian Grothoff
2020-03-13reset is unnecessary, we did just drop and recreate the entire DBChristian Grothoff
2020-03-13nicer log messageChristian Grothoff
2020-03-13fix regression introduced by addition of 'revoke' fieldChristian Grothoff
2020-03-13implement test mode in taler-exchange-transferChristian Grothoff
2020-03-13database setup logic is now external to httpdChristian Grothoff
2020-03-12add separate commands for closer/transfer steps, modify test cases to use ↵Christian Grothoff
new commands
2020-03-12finish separation of aggreator into aggregation, closing and transfer ↵Christian Grothoff
processes (test cases still need to be updated)
2020-03-12split reserve closing from main aggregation logicChristian Grothoff
2020-03-12aggregator clean upChristian Grothoff
2020-03-12fix EC typo (by importing generated header)Florian Dold
2020-03-10more careful use of TALER_JSON_get_error_code(), limit to cases where we ↵Christian Grothoff
expect to get one
2020-03-10minor code cleanupChristian Grothoff
2020-03-10tolerate recoup information not being presentChristian Grothoff
2020-03-10fix typo, remove obsolete option, initialize mpubChristian Grothoff
2020-03-10actually look at recoup/revocations in libtalerexchange and expose the ↵Christian Grothoff
result to clients; make exchange API follow specification
2020-03-09no longer create tables on startup of exchange aggregator/httpdChristian Grothoff
2020-03-07fix comments, naming consistency issuesChristian Grothoff
2020-03-07share master private key verification logic between taler-exchange-wire and ↵Christian Grothoff
taler-exchange-keyup
2020-03-07merge taler-wire and taler-bank-transfer tools, they are very related and ↵Christian Grothoff
otherwise duplicate lots of logic; also enable both credit and debit histories to be shown
2020-03-07nicer IO error handling in exchangedb logicChristian Grothoff
2020-03-07code cleanup (comments, scoping, naming, indentation)Christian Grothoff
2020-03-06move comments into database for auditor DBChristian Grothoff
2020-03-05new coins => fresh coins, also move comments into the database itselfChristian Grothoff
2020-03-05rename for consistencyChristian Grothoff
2020-03-05clean up comments, renaming for clarityChristian Grothoff
2020-03-04more renamingChristian Grothoff
2020-03-04fix commentsChristian Grothoff
2020-03-04more renamingChristian Grothoff
2020-03-04minor code clean up, renaming for consistencyChristian Grothoff
2020-03-03minor cleanupChristian Grothoff
2020-03-03remove dead field, avoid unnecessary heap allocationChristian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵Christian Grothoff
when curl_easy_init() fails
2020-03-03fixing memory leak, comments, renaming callback type to make it more conciseChristian Grothoff
2020-03-03remove dead prototypeChristian Grothoff
2020-03-03remove /config from API, as that is not part of the wire gateway specificationChristian Grothoff
2020-03-03remove /config from API, as that is not part of the wire gateway specificationChristian Grothoff
2020-03-03fix potential NPEChristian Grothoff
2020-03-03fix typoChristian Grothoff
2020-03-01removing dead code, using more named constants, checking return values betterChristian Grothoff
2020-03-01work around indentation bug of uncrustifyChristian Grothoff