summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_debit.c
AgeCommit message (Collapse)Author
2021-08-12support long_poll_ms argument in bank API (#6987)Christian Grothoff
2021-08-03-even nicer outputsChristian Grothoff
2021-07-24fix #6939 in exchangeChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
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-04-21fix #6192Christian 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-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-01-26address bank_api_credit comment/FIXME from Florian, also adapt debit logic ↵Christian Grothoff
accordingly
2020-01-18remove more redundant argsFlorian Dold
2020-01-16reuse TALER_url_joinChristian Grothoff
2020-01-16remove duplicated, wrong ec logic in bank-libChristian Grothoff
2020-01-16fix fakebank logicChristian Grothoff
2020-01-14refactor uri parsing logic, prepare for unit testChristian Grothoff
2020-01-13make fakebank and banklib match specifified new APIChristian 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