summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_admin.c
AgeCommit message (Collapse)Author
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
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-03-02implementing #4921: add base URL to wire transfersChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-04fix fmt string issuesChristian Grothoff
2016-04-19unnecessary includeFlorian Dold
2016-04-17replace bank_api_context with libgnunetcurlChristian Grothoff
2016-03-30towards a testcase for aggregation logicChristian Grothoff
2016-03-23ref to bug #4340Christian Grothoff
2016-03-23switch to wid to comply with specChristian Grothoff
2016-03-19first refactoring of JSON logic to address #4150 and #4237Christian Grothoff
2016-03-02towards fixing #4230Christian Grothoff
2016-01-29update bank-lib to reflect API discussionsChristian Grothoff
2016-01-25adding first version of thebank-libChristian Grothoff