Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-02 | set correct options for fakebank, we have been lucky that this didn't show ↵ | Christian Grothoff | |
up badly in tests | |||
2020-08-25 | nicer generic error reporting logic, for #6432 | Christian Grothoff | |
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 | |