summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_admin.c
AgeCommit message (Collapse)Author
2023-09-21migrate to new bank APIChristian Grothoff
2023-09-21major refactor of fakebank implementationChristian Grothoff
2023-06-04address FIXMEs in bank service APIChristian Grothoff
2022-08-18-work on kyc-proof persona pluginChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
2021-08-08-fix typoChristian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-08-07-fix fakebank/tewgc logic and add test caseChristian Grothoff
2021-07-31-remove more json_pack callsChristian 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-07code cleanup (comments, scoping, naming, indentation)Christian 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-01-18dce: redundant argsFlorian Dold
2020-01-17doxygenChristian Grothoff
2020-01-16reuse TALER_url_joinChristian Grothoff
2020-01-16remove duplicated, wrong ec logic in bank-libChristian Grothoff
2020-01-16HTTP_NOT_ACCEPTABLE is not an expected status code, as it is for content ↵Florian Dold
type negotiation
2020-01-15fix test issuesChristian 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
2019-12-23make exchange test suite work with current bankChristian Grothoff
2019-10-06handle 406 nicely, can happen if insufficient balanceChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-06-03initialize timestamp to obviously bogus value if /admin/add/incoming failedChristian Grothoff
2019-05-24teah_common.h -> taler_curl_lib.hMarcello Stanisci
2019-05-23using legal lib namesMarcello Stanisci
2019-05-23Export compressing routine.Marcello Stanisci
2019-05-16Fix compression.Marcello Stanisci
The "Content-Encoding: deflate" header is now added from within the compression routine itself, and _not_ from the "exchange handle". This fixed the bank-lib functions as those do not use any exchange handle, and therefore were wrongly sending compressed bodies without adding the mentioned HTTP header.
2019-05-12bank-lib: fix contextFlorian Dold
2019-05-12hack in bank-lib compressionFlorian Dold
2019-04-08/history-range.Marcello Stanisci
Implementing the "lib" and "testing-lib" functions to use it.
2018-10-22Fix compiler warnings.Marcello Stanisci
This reverts changes made in b0d00823eb96de733510354. The warnings are fixed by changing the functions signatures, instead of casting their pointers.
2018-10-22Fix compiler warnings.Marcello Stanisci
2017-12-08bank uses row_id instead of serial_id nowFlorian Dold
2017-12-06largely fix #5077Christian Grothoff
2017-05-10revert field name in bank-libMarcello Stanisci
2017-05-10fix field nameMarcello Stanisci
2017-05-10uncommenting /admin/add/incoming interpreter commandMarcello Stanisci
2017-05-09fix missing auth header for /admin/add/incomingChristian Grothoff
2017-05-07implement fakebank support (incl. tests) for #5005/#4964/4959Christian Grothoff
2017-05-07adjust test to work with real bank (now fails)Christian Grothoff
2017-05-04add /history support to fakebankChristian Grothoff
2017-05-04adding support for transaction history to wire plugin API (#4959)Christian Grothoff
2017-05-04switch bank api to new authentication method APIChristian Grothoff
2017-05-04implement #4993Christian Grothoff