summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-03-29Bug annotationv0.5.2v0.5.1Marcello Stanisci
2019-03-27debugMarcello Stanisci
2019-03-27Temporarily exclude critical test.Marcello Stanisci
2019-03-27DebugMarcello Stanisci
2019-03-26Fix compilation (order matters)Marcello Stanisci
2019-03-22Wirewatch.Marcello Stanisci
Avoid using negative deltas.
2019-03-21Adapt "/history" tests to the new policy of 'start' defaults.Marcello Stanisci
2019-03-21"/history" 'start' default value.Marcello Stanisci
The fakebank got adapted to the same logic from the Python bank (with negative deltas, 'start' defaults to UINT64_MAX, whereas with positives it defaults to 0).
2019-03-21Makefile.Marcello Stanisci
Do not install, but get to compile the utility command 'taler-fakebank-run'.
2019-03-21Comment.Marcello Stanisci
Commenting about the impossibility of the current history CMD to interpret the 'ordering' parameter of "/history" requests.
2019-03-19typoChristian Grothoff
2019-03-19keep type of batch_size unsignedChristian Grothoff
2019-03-18Fix wirewatch.Marcello Stanisci
Use negative delta (in /history requests) when the wirewatch is run for the very first time against the exchange bank account. This change was inspired by report #5649.
2019-03-18Do not run unneeded test.Marcello Stanisci
2019-03-16fix swapped arguments, and add const where required, do not free const ptrChristian Grothoff
2019-03-14Fakebank debugMarcello Stanisci
2019-03-14Benchmark debugMarcello Stanisci
2019-03-13Swapping parametersMarcello Stanisci
2019-03-13debugMarcello Stanisci
2019-03-13fix double-freeMarcello Stanisci
2019-03-13Fakebank debugging.Marcello Stanisci
Adding a CLI launcher for the bare fakebank service.
2019-03-13stop wirewatch if launching exchange failsChristian Grothoff
2019-03-13return proper error message instead of aborting, fix a few minor memory ↵Christian Grothoff
leaks in taler-exchange-benchmark
2019-03-11improve test case logging, fix process initialization of taler-auditor-exchangeChristian Grothoff
2019-03-11implementing private key deletion (#5536)Christian Grothoff
2019-03-11pre-pull mergingChristian Grothoff
2019-03-03fix format string issue in taler-wire, complete work on #5536 revocation ↵Christian Grothoff
file issue (shift location of revocation file and change content to include denom hash)
2019-03-02actually disable 100 continueChristian Grothoff
2019-02-23actually 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-17Need to check for revoked keys as well before adding from DB.Christian Grothoff
Fixes ~13838.
2019-02-17towards #5536 (right now deactivated, as if on tests fail...)Christian Grothoff
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-17fix memory leak: on repeated refresh reveal, we populated ev_sigs twiceChristian Grothoff
2019-02-16add assertions in preparation of #5536Christian Grothoff
2019-02-16add missing commentsChristian Grothoff
2019-02-16better error messageChristian Grothoff
2019-02-16implement iterate_denomination_info() callChristian 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-14fix ftbfsChristian Grothoff
2019-02-14add option to be selective about dropping the exchange listChristian Grothoff
2019-02-14preparations for #5536Christian Grothoff