summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-03-01scope minimization, more consistent naming of variablesChristian Grothoff
2020-03-01use global ENABLE_SANITY_CHECKS constant also in response generation logicChristian Grothoff
2020-03-01scope reduction, commentingChristian Grothoff
2020-03-01bump yearChristian Grothoff
2020-03-01fix log msgChristian Grothoff
2020-03-01reduce scopeChristian Grothoff
2020-03-01fix missing NULL termination on arrayChristian Grothoff
2020-03-01use memcpy/memcmp instead of str-functions where applicableChristian Grothoff
2020-03-01check well-formedness of URI when signing, check return value of function ↵Christian Grothoff
for error
2020-03-01add ENABLE_SANITY_CHECKS #define instead of using '1'Christian Grothoff