summaryrefslogtreecommitdiff
path: root/src/exchange-tools
AgeCommit message (Collapse)Author
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-13nicer log messageChristian Grothoff
2020-03-10fix typo, remove obsolete option, initialize mpubChristian 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-04more renamingChristian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵Christian Grothoff
when curl_easy_init() fails
2020-03-01fix log msgChristian Grothoff
2020-03-01check well-formedness of URI when signing, check return value of function ↵Christian Grothoff
for error
2020-02-11revert bank API change, we will not do this here after allChristian Grothoff
2020-02-11mergingChristian Grothoff
2020-02-11start with new history API implementationChristian Grothoff
2020-02-04add timetravel option for testing/debuggingChristian Grothoff
2020-01-20bugfixesChristian Grothoff
2020-01-19use TALER_config_get_amount() consistently, require currency rounding option ↵Christian Grothoff
to exist instead of defaulting
2020-01-19rename: TALER_config_get_denom->amountChristian Grothoff
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-18payback -> recoup stranglersChristian Grothoff
2020-01-18clean up taler-wire toolChristian Grothoff
2020-01-18fix warningsChristian Grothoff
2020-01-18remove more redundant argsFlorian Dold
2020-01-18dce: redundant argsFlorian Dold
2020-01-17doxygenChristian Grothoff
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff
2020-01-15add another interpreter command to check incoming wire transfersChristian Grothoff
2020-01-15remove tvg, it's now part of GNUnetFlorian Dold
2020-01-14refactor uri parsing logic, prepare for unit testChristian Grothoff
2020-01-13fix linkChristian Grothoff
2020-01-13die, dead #include, dieChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ↵Christian Grothoff
main code compiles, testcases known to fail, code sure not to fully work yet
2019-12-11add logic for privacy policyChristian Grothoff
2019-12-07report on file usedChristian Grothoff
2019-11-29merge error codesChristian Grothoff
2019-11-28more test vectorsFlorian Dold
2019-11-25taler-exchange-tvg: fix copy-paste errorFlorian Dold
2019-11-25exchange-tools: add test vector generation toolFlorian Dold
2019-11-23start with libtalermhdChristian Grothoff
2019-11-01fix warningsChristian Grothoff
2019-11-01keycheck: print denom pub hashFlorian Dold
2019-10-31tighten formatting rulesChristian Grothoff
2019-09-15fix memory leak and style issuesChristian Grothoff
2019-09-13to lower case..Marcello Stanisci
2019-09-13to lower case..Marcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-08-17remove currency field from databasesChristian Grothoff
2019-06-26also check for master public key consistency in taler-exchange-keyupChristian Grothoff
2019-06-26fix use after freeChristian Grothoff
2019-06-26have taler-exchange-wire check master public key matchesChristian Grothoff