summaryrefslogtreecommitdiff
path: root/src/bank-lib/fakebank.c
AgeCommit message (Collapse)Author
2020-03-07code cleanup (comments, scoping, naming, indentation)Christian Grothoff
2020-03-03minor cleanupChristian 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-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-18fix FTBFSChristian Grothoff
2020-01-18fixesChristian Grothoff
2020-01-18make static analysis happyChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-17doxygenChristian Grothoff
2020-01-17test_bank_api_with_fakebank passes againFlorian Dold
2020-01-17payto fixes WIPFlorian Dold
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff
2020-01-16Finishing CMD to insert denomination and deposit into database.Marcello Stanisci
2020-01-16fix fakebank logicChristian Grothoff
2020-01-16fix history APIChristian Grothoff
2020-01-16Adapting wirewatch tests to new style.Marcello Stanisci
2020-01-15debug loggingChristian Grothoff
2020-01-15fix payto URI conversionChristian Grothoff
2020-01-15fix fakebank account vs. full payto confusionChristian Grothoff
2020-01-15fix test issuesChristian Grothoff
2020-01-14refactor uri parsing logic, prepare for unit testChristian Grothoff
2020-01-13add request UID repetition detection to fakebankChristian Grothoff
2020-01-13mergeChristian Grothoff
2020-01-13make fakebank and banklib match specifified new APIChristian Grothoff
2020-01-12fix ftbfsChristian Grothoff
2020-01-12fix fakebank APIChristian Grothoff
2020-01-12deadChristian 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-22Fix auditordb.Marcello Stanisci
Include (forgotten) table within the "drop_tables()" command.
2019-12-15purge history-range API, no longer needed (#5993)Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29fix compiler warningsChristian Grothoff
2019-09-29Less granularity for bank error codes (#5787).Marcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-06-03eliminate useless global variable TFH_handle_history_range_stepChristian Grothoff
2019-05-02adapt to GNUnet API changeChristian Grothoff
2019-04-11Address compilation warnings.Marcello Stanisci
2019-04-11Fix history CMD loop, + make fakebank demonize.Marcello Stanisci
This latter enable us to call the "check-service" CMD against the Fakebank, instead of doing forced X seconds sleep.
2019-04-10Fixing twisted tests.Marcello Stanisci
It has been observed that when a "twisted" test has "very little" commands in the stack, it uses to fail since the proxied service cannot be reached. This commit puts some delay before the first command gets run by the test interpreter; both in the form of a "blind" sleep, and with a more structured 'wget' loop.
2019-04-08/history-range.Marcello Stanisci
Implementing the "lib" and "testing-lib" functions to use it.
2019-04-08Put /history[-range] logic in a dedicate file.Marcello Stanisci
2019-04-08Set range pointer.Marcello Stanisci
2019-04-08debug messageMarcello Stanisci