summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Collapse)Author
2020-08-18make thread pool size configurable via command line argument, default to ↵Florian Dold
#CPUs available
2020-08-13extend tests to discover corner cases from #6478, fix code to actually work ↵Christian Grothoff
for those cases
2020-08-12fix refund handling: allow refund increases for the same coinChristian Grothoff
2020-07-22fix misc typosChristian Grothoff
2020-07-22remove refund_fee from refund confirmation message and signatureFlorian Dold
2020-07-15Fix #6375Christian Grothoff
2020-07-15use bool instead of int for zombie_requiredChristian Grothoff
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal ↵Christian Grothoff
failure context
2020-07-10fix wrong fmt stringChristian Grothoff
2020-07-08implement new behavior in exchange httpd and libtalerexchange (for #6416)Christian Grothoff
2020-07-08complete server-side logic to generate response for conflicting denomination ↵Christian Grothoff
keys for the same coin
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08merge known_coin transaction into main transaction (for #6416)Christian Grothoff
2020-07-08add h_denom to melt signatures (for #6416)Christian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ↵Christian Grothoff
JSON, or 400 the requester; similarly don't tolerate anything else as client
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05fix error reporting/handlingChristian Grothoff
2020-07-05fix auditor dropChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-07-05implement #6181Christian Grothoff
2020-07-05fix status codeChristian Grothoff
2020-07-05v8 bumpChristian Grothoff
2020-04-21fix #6186Christian Grothoff
2020-04-17fix #6187Christian Grothoff
2020-04-12remove c_hash from planchet detail where it does not logically belongChristian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-01typoChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-31fix leakv0.7.0Christian Grothoff
2020-03-30match updated specification, use CREDIT instead of DEPOSIT for transfers ↵Christian Grothoff
into a reserve
2020-03-30clarifyChristian Grothoff
2020-03-29remove bogus warningsChristian Grothoff
2020-03-29fix leak of old keystate if loading of new keystate failedChristian Grothoff
2020-03-29fix minor leak from getoptChristian Grothoff
2020-03-28permit subtraction to result in zeroChristian Grothoff
2020-03-27removing inappropriate i18n codeChristian Grothoff
2020-03-27fix inconsistency in field namingChristian Grothoff
2020-03-27fix warningsChristian Grothoff
2020-03-27do not log uninitialized amountChristian Grothoff
2020-03-27second pass on responses: indentation cleanup and CSEChristian Grothoff
2020-03-27clean up response generation codeChristian Grothoff
2020-03-23recoup logic review, very minor cleanupChristian Grothoff
2020-03-22doxygen updatesChristian Grothoff
2020-03-22the big EC renameChristian Grothoff
2020-03-21code cleanup, deduplication, DCEChristian Grothoff
2020-03-21completing auditor splitChristian Grothoff