summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Expand)Author
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal fai...Christian Grothoff
2020-07-10this invariant does not actually hold, i.e. if there is a /recoup request for...Christian Grothoff
2020-07-09work on more testing for recoup-refreshChristian Grothoff
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-08introduce known_coin_id, alas not yet usedChristian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05fix error reporting/handlingChristian Grothoff
2020-07-05fix drop callChristian Grothoff
2020-07-05use unregisterChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-04-24fix invariant checkChristian Grothoff
2020-04-23add invariant checks for #6214Christian Grothoff
2020-04-22fix #6200Christian Grothoff
2020-04-11adapations to GNUnet API changeChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-29fix auditor file parse problemChristian Grothoff
2020-03-27removing inappropriate i18n codeChristian Grothoff
2020-03-27avoid warningChristian Grothoff
2020-03-27fix inconsistency in field namingChristian Grothoff
2020-03-27consider that deposit fee is discounted when refund fee is appliedChristian Grothoff
2020-03-26fix recoup-refresh audit logicChristian Grothoff
2020-03-26fix SQL statementsChristian Grothoff
2020-03-20more statistics, make explicit table lock optional, can hurt performance badlyChristian Grothoff
2020-03-20fix critical bug in transaction history query for recoup-refreshFlorian Dold
2020-03-19type fixesChristian Grothoff
2020-03-17a first, untested stab at #6123, committing intermediate result that passes (...Christian Grothoff
2020-03-17adjust types to match latest GNUnet APIChristian Grothoff
2020-03-16style fixesChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-14expand DB test to cover #6124 better (passed immediately, does not explain th...Christian Grothoff
2020-03-12split reserve closing from main aggregation logicChristian Grothoff
2020-03-07nicer IO error handling in exchangedb logicChristian Grothoff
2020-03-07code cleanup (comments, scoping, naming, indentation)Christian Grothoff
2020-03-05new coins => fresh coins, also move comments into the database itselfChristian Grothoff
2020-03-05rename for consistencyChristian Grothoff
2020-03-05clean up comments, renaming for clarityChristian Grothoff
2020-03-04more renamingChristian Grothoff
2020-03-04more renamingChristian Grothoff
2020-03-04minor code clean up, renaming for consistencyChristian Grothoff
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-24renameChristian Grothoff
2020-02-240000 is reserved for versioningChristian Grothoff
2020-02-24die more nicely if we are called when we should not beChristian Grothoff
2020-02-17use flags in correct placeChristian Grothoff
2020-02-09rename SQL files to make filenames consistent with versioning nameChristian Grothoff
2020-02-09avoid duping configuration, start to use PQ_connect_with_cfgChristian Grothoff