summaryrefslogtreecommitdiff
path: root/src/bank-lib
AgeCommit message (Collapse)Author
2020-12-02set correct options for fakebank, we have been lucky that this didn't show ↵Christian Grothoff
up badly in tests
2020-11-07adjust ECsChristian Grothoff
2020-08-29fix checksChristian Grothoff
2020-08-29doxygen fixesChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-07-29rename toolMS
2020-07-29adjust help messageMS
2020-07-27dereference pointerMS
2020-07-27Drop payto params before preparing the wire transfer.MS
2020-07-27better fixChristian Grothoff
2020-07-27better fixChristian Grothoff
2020-07-27fix segfaultMS
2020-07-27Extend bank transfer tool.MS
Find subject among payto parameters.
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ↵Christian Grothoff
JSON, or 400 the requester; similarly don't tolerate anything else as client
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-04-21fix #6192Christian Grothoff
2020-04-09enforce proper URL limit (#6172)Christian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-28do return correct timestamp also in fakebank implementationChristian Grothoff
2020-03-27more stringent overflow checksChristian Grothoff
2020-03-21completing auditor splitChristian Grothoff
2020-03-20fix logic to ensure that we do not call the callback after the iteration was ↵Christian Grothoff
aborted (caused big trouble in wirewatcher)
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
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-07code cleanup (comments, scoping, naming, indentation)Christian 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-02-11keep the const though, that was an improvementChristian Grothoff
2020-02-11revert bank API change, we will not do this here after allChristian Grothoff
2020-02-11first draft implementation of new bank account balance in history logic ↵Christian Grothoff
(untested)
2020-02-11mergingChristian Grothoff
2020-02-11start with new history API implementationChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-26address bank_api_credit comment/FIXME from Florian, also adapt debit logic ↵Christian Grothoff
accordingly
2020-01-22better naming, comments and more logging for incoming historyFlorian Dold
2020-01-21make sure request_uid is actually uniqueFlorian Dold
Allowing duplicate request_uid for different transfer details means that somebody might eventually rely on this, which is bad. They should really be unique, it makes tracing easier.
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-18fix FTBFSChristian Grothoff
2020-01-18fix FTBFSChristian Grothoff
2020-01-18fixesChristian Grothoff
2020-01-18make static analysis happyChristian Grothoff
2020-01-18add break_op assertionFlorian Dold
2020-01-18minor log improvementFlorian Dold