summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_credit.c
AgeCommit message (Collapse)Author
2023-10-12clean up bank API, get test_bank_api_with_nexus to finally passChristian Grothoff
2023-09-03bank/fakebank API changes for #7275Christian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-03-09add commentsChristian Grothoff
2022-12-19-fix response code being reported incorrectlyChristian Grothoff
2022-12-19-be more strict about 200 vs. 204Christian Grothoff
2022-11-17bank API refactoring for #7276 (incomplete)Christian Grothoff
2022-07-21-log more on faiureChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-10-20fix #7049: immediate restart of MHD when already runningChristian Grothoff
2021-08-12support long_poll_ms argument in bank API (#6987)Christian Grothoff
2021-08-06allow 204 responseChristian Grothoff
2021-08-03-even nicer outputsChristian Grothoff
2021-07-24fix #6939 in exchangeChristian Grothoff
2021-06-19-bugfix, preparations for shardingChristian 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-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-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-22better naming, comments and more logging for incoming historyFlorian Dold
2020-01-18add break_op assertionFlorian Dold
2020-01-18minor log improvementFlorian Dold
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-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