summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
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
2019-01-28debugMarcello Stanisci
2019-01-28Extend auditor testing-lib.Marcello Stanisci
Add method to check whether a exchange (URL) belongs to the list of audited exchanges.
2019-01-28Fix /deposit-confirmation as per JSON encode/decode.Marcello Stanisci
2019-01-28Use PUT for /deposit-confirmation.Marcello Stanisci
2019-01-25H_wire -> h_wire.Marcello Stanisci
2019-01-25Check /version compatibility during tests.Marcello Stanisci
2019-01-25Revert explicit AUDITOR_connect at tests.Marcello Stanisci
2019-01-24make function staticChristian Grothoff
2019-01-24fix /version testChristian Grothoff
2019-01-24adding separate test just for /verison APIChristian Grothoff
2019-01-24adding separate test just for /verison APIChristian Grothoff
2019-01-24Simplify things.Marcello Stanisci