summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Collapse)Author
2019-07-23implement postges_get_old_coin_by_h_blind for #5777Christian Grothoff
2019-07-22mention bug #Christian Grothoff
2019-07-22integrating refresh payback with standard payback, almost doneChristian Grothoff
2019-07-22include new payback-refresh possibilities in coin history generationChristian Grothoff
2019-07-22replace GNUNET_asserts() with more proper error handling, fix indentationChristian Grothoff
2019-07-21indentation fixesChristian Grothoff
2019-06-27first steps on #5777Christian Grothoff
2019-06-26add test for json_wire.c logicChristian Grothoff
2019-06-26template for /refresh/paybackChristian Grothoff
2019-06-26adding signature verification logic for new link signatures to libtalerexchangeChristian Grothoff
2019-06-26implement /link signaturesChristian Grothoff
2019-06-18dead code eliminationChristian Grothoff
2019-06-05working on fix for #5747Christian Grothoff
2019-06-05add locking to avoid transaction retriesChristian Grothoff
2019-06-04log failures by MHD_add_response_headerChristian Grothoff
2019-06-03check more return valuesChristian Grothoff
2019-06-03add missing unlock (on error path that is usually fatal anyway)Christian Grothoff
2019-05-29improve error message for wire response filesFlorian Dold
2019-05-23Export compressing routine.Marcello Stanisci
2019-05-10Create async scopes.Florian Dold
Log statements contain an async scope identifier, which allows to correlate logs from the same request.
2019-05-02adapt to GNUnet API changeChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-18memcmpChristian Grothoff
2019-04-18add post HTTP request check for hanging transactionsChristian Grothoff
2019-04-17Refactor for GNUNET_memcmpng0
2019-04-17Refactor for GNUNET_memcmpng0
2019-04-17Refactor for GNUNET_memcmpng0
2019-04-08Refactor for GNUNET_memcmpng0
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-05Do not include legally expired keys into /keys response.Marcello Stanisci
2019-04-03Faking the time.Marcello Stanisci
Allow the user to pass a "now" value along the "/keys" request.
2019-03-22Wirewatch.Marcello Stanisci
Avoid using negative deltas.
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-14Benchmark debugMarcello Stanisci
2019-03-11implementing private key deletion (#5536)Christian Grothoff
2019-03-11pre-pull mergingChristian Grothoff
2019-03-02actually disable 100 continueChristian Grothoff
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: on repeated refresh reveal, we populated ev_sigs twiceChristian Grothoff
2019-02-16add assertions in preparation of #5536Christian Grothoff
2019-02-14preparations for #5536Christian Grothoff
2019-02-13Fix #5558.Marcello Stanisci
2019-01-30Adding map: wire method name <--> plugin name.Marcello Stanisci
2019-01-16more loggingMarcello Stanisci
2019-01-10update tool to follow renaming of test -> taler-bank for the taler bank wire ↵Christian Grothoff
method
2019-01-10do not crash if keystate fails to loadChristian Grothoff
2018-12-21fix loglevel.Marcello Stanisci
2018-11-25fix a few more leaksChristian Grothoff