Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-05 | GNUNET_free_non_null is gone, use GNUNET_free | Christian Grothoff | |
2020-04-09 | make code compiler without warnings with latest libmicrohttpd API | Christian Grothoff | |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff | |
2020-03-28 | do return correct timestamp also in fakebank implementation | Christian Grothoff | |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff | |
2020-03-03 | minor cleanup | Christian Grothoff | |
2020-03-03 | remove /config from API, as that is not part of the wire gateway specification | Christian Grothoff | |
2020-02-11 | keep the const though, that was an improvement | Christian Grothoff | |
2020-02-11 | revert bank API change, we will not do this here after all | Christian Grothoff | |
2020-02-11 | first draft implementation of new bank account balance in history logic ↵ | Christian Grothoff | |
(untested) | |||
2020-02-11 | merging | Christian Grothoff | |
2020-02-11 | start with new history API implementation | Christian Grothoff | |
2020-02-04 | implement /config in fakebank and taler_bank_lib.h (#6066) | Christian Grothoff | |
2020-01-21 | make sure request_uid is actually unique | Florian 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-18 | fix FTBFS | Christian Grothoff | |
2020-01-18 | fixes | Christian Grothoff | |
2020-01-18 | make static analysis happy | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-17 | doxygen | Christian Grothoff | |
2020-01-17 | test_bank_api_with_fakebank passes again | Florian Dold | |
2020-01-17 | payto fixes WIP | Florian Dold | |
2020-01-16 | move function to libtalerexchangedb, as planned | Christian Grothoff | |
2020-01-16 | Finishing CMD to insert denomination and deposit into database. | Marcello Stanisci | |
2020-01-16 | fix fakebank logic | Christian Grothoff | |
2020-01-16 | fix history API | Christian Grothoff | |
2020-01-16 | Adapting wirewatch tests to new style. | Marcello Stanisci | |
2020-01-15 | debug logging | Christian Grothoff | |
2020-01-15 | fix payto URI conversion | Christian Grothoff | |
2020-01-15 | fix fakebank account vs. full payto confusion | Christian Grothoff | |
2020-01-15 | fix test issues | Christian Grothoff | |
2020-01-14 | refactor uri parsing logic, prepare for unit test | Christian Grothoff | |
2020-01-13 | add request UID repetition detection to fakebank | Christian Grothoff | |
2020-01-13 | merge | Christian Grothoff | |
2020-01-13 | make fakebank and banklib match specifified new API | Christian Grothoff | |
2020-01-12 | fix ftbfs | Christian Grothoff | |
2020-01-12 | fix fakebank API | Christian Grothoff | |
2020-01-12 | dead | Christian Grothoff | |
2020-01-11 | major 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-22 | Fix auditordb. | Marcello Stanisci | |
Include (forgotten) table within the "drop_tables()" command. | |||
2019-12-15 | purge history-range API, no longer needed (#5993) | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-10-29 | fix compiler warnings | Christian Grothoff | |
2019-09-29 | Less granularity for bank error codes (#5787). | Marcello Stanisci | |
2019-08-25 | re-format code | Florian Dold | |
2019-06-03 | eliminate useless global variable TFH_handle_history_range_step | Christian Grothoff | |
2019-05-02 | adapt to GNUnet API change | Christian Grothoff | |
2019-04-11 | Address compilation warnings. | Marcello Stanisci | |
2019-04-11 | Fix 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-10 | Fixing 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. |