summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2019-04-23refactor for GNUnet_memcmpng0
2019-04-23refactor link_bc() for GNUnet_memcmpng0
2019-04-22use uint64_t for serial_idChristian Grothoff
2019-04-18memcmpChristian Grothoff
2019-04-12Still on making the compiler happy.Marcello Stanisci
2019-04-11Re-enabling keys serialization test.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-11Better calculation of # DKsMarcello Stanisci
2019-04-10Merge branch 'master' of git.taler.net:exchangeng0
2019-04-10Refactor exchange_api_handle for GNUNET_memcmpng0
2019-04-10Refactor testing_api_cmd_payback for GNUNET_memcmpng0
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-10Make the API-agnostic iterator work.Marcello Stanisci
This allows to build local histories to be matched against the ones returned by the bank; in particular, this version builds those stories regardless of /history or /history-range being run.
2019-04-08/history-range.Marcello Stanisci
Implementing the "lib" and "testing-lib" functions to use it.
2019-04-08Refactor lib/exchange_api_reserve.c for GNUNET_memcmpng0
2019-04-08Refactor lib/exchange_api_common.c for GNUNET_memcmpng0
2019-04-08Refactor for GNUNET_memcmpng0
2019-04-08refactor for GNUNET_memcmpng0
2019-04-07fix #includesChristian Grothoff
2019-04-06Improving the math.Marcello Stanisci
2019-04-06Test the big lookahead_sign, plus notes.Marcello Stanisci
2019-04-06Artificial 'now'.Marcello Stanisci
Getting to the point where "/keys" discards expired DKs due to the artificial 'now' given on the URL.
2019-04-04Inserting "now" argument into "/keys".Marcello Stanisci
Also using this new logic from the cherry-pick test case.
2019-04-03Provide testing API to fake now for "/keys".Marcello Stanisci
2019-04-03fix keyup invocation.Marcello Stanisci
2019-04-03Provide API to fake now when requesting /keys.Marcello Stanisci
2019-04-03Faking the time.Marcello Stanisci
Cherry-pick tests now uses the now-faked version of taler-exchange-keyup. Fails.
2019-04-03keyup:_use_ the timestamp given by the user.Marcello Stanisci
2019-03-29Bug annotationv0.5.2v0.5.1Marcello Stanisci
2019-03-27Temporarily exclude critical test.Marcello Stanisci
2019-03-26Fix compilation (order matters)Marcello Stanisci
2019-03-13debugMarcello Stanisci
2019-03-11improve test case logging, fix process initialization of taler-auditor-exchangeChristian Grothoff
2019-03-02actually disable 100 continueChristian Grothoff
2019-02-20typoMarcello Stanisci
2019-02-19indentationMarcello Stanisci
2019-02-19Align tests to latest change.Marcello Stanisci
2019-02-19Make cherry-picking test more isolated.Marcello Stanisci
2019-02-18Put master key under isolated home.Marcello Stanisci
2019-02-18Fix cherry pick test.Marcello Stanisci
Provide dedicated home directory for better isolation.
2019-02-18Addressing https://bugs.gnunet.org/view.php?id=5232#c13251Marcello Stanisci
2019-02-17fix memory leak of rhistory, always allocate it on the heapChristian Grothoff
2019-02-17fix memory leak if traits are requested multiple times per withdrawChristian Grothoff
2019-02-16better error messageChristian Grothoff
2019-02-15check carefully, given that DKs expire, with the current configuration the ↵Christian Grothoff
correct number of expected keys is 8 here
2019-02-15initialize start_number in fakebankChristian Grothoff
2019-02-14add option to be selective about dropping the exchange listChristian Grothoff
2019-01-305447.Marcello Stanisci
Add a dedicated taler-auditor CMD in the batch dedicated to 5447.
2019-01-30Half baking #5447.Marcello Stanisci
2019-01-29fix confMarcello Stanisci