summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
AgeCommit message (Expand)Author
2021-08-23complete implementation of long-polling for reserve status; remove support fo...Christian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-08-03restructure configuration, move bank account credentials from exchange-accoun...Christian Grothoff
2021-07-29fix #6960Christian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-01-16remove unused struct memberFlorian Dold
2021-01-07work on #6679"Christian Grothoff
2020-12-16load fees from DB instead of from config, also in wire toolsChristian Grothoff
2020-07-15Fix #6375Christian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-04-21fix #6186Christian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-28permit subtraction to result in zeroChristian Grothoff
2020-03-27do not log uninitialized amountChristian Grothoff
2020-03-15fix new ag logicChristian Grothoff
2020-03-14clean up aggregator logic, make it more robust against invariant failuresChristian Grothoff
2020-03-12finish separation of aggreator into aggregation, closing and transfer process...Christian Grothoff
2020-03-12split reserve closing from main aggregation logicChristian Grothoff
2020-03-12aggregator clean upChristian Grothoff
2020-03-09no longer create tables on startup of exchange aggregator/httpdChristian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling w...Christian Grothoff
2020-03-01removing dead code, using more named constants, checking return values betterChristian Grothoff
2020-03-01de-duplicate url.cChristian Grothoff
2020-03-01fix FIXMEChristian Grothoff
2020-02-04add timetravel option for testing/debuggingChristian Grothoff
2020-02-04fix double continuation schedulingChristian Grothoff
2020-02-03add IF NOT EXISTS for indicesChristian Grothoff
2020-01-20fix copy and paste errorFlorian Dold
2020-01-20address minor fixmesFlorian Dold
2020-01-20resolve fixmesChristian Grothoff
2020-01-20some comments on aggregatorFlorian Dold
2020-01-19doxygen fixFlorian Dold
2020-01-19minor comment fixesFlorian Dold
2020-01-19also check currency unitChristian Grothoff
2020-01-19use TALER_config_get_amount() consistently, require currency rounding option ...Christian Grothoff
2020-01-19remove redundant METHOD option, we can derive it from PAYTO_URIFlorian Dold
2020-01-19fix aggregator fee calculation logicChristian Grothoff
2020-01-18fixesChristian Grothoff
2020-01-18fix compiler warningsChristian Grothoff
2020-01-18fix warningsChristian Grothoff
2020-01-18deal with wire fees from the past in the aggregatorChristian Grothoff
2020-01-18dce: redundant argsFlorian Dold
2020-01-17DCE, part oneFlorian Dold
2020-01-17doxygenChristian Grothoff
2020-01-17amount rounding a la ChristianFlorian Dold
2020-01-17use more specific SELECT in exchange aggregator on refunds instead of filteri...Christian Grothoff
2020-01-17payto fixes WIPFlorian Dold
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff