summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
AgeCommit message (Expand)Author
2020-03-07fix comments, naming consistency issuesChristian 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-04fix commentsChristian 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-01-19doxygen fixFlorian Dold
2020-01-18payback -> recoup stranglersChristian Grothoff
2020-01-18libraries were folded, fold headers as wellChristian Grothoff
2020-01-18doxygen workChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-17remove bogus commentChristian Grothoff
2020-01-17bogus comment, fields no longer exist, logic problem dittoChristian Grothoff
2020-01-17use more specific SELECT in exchange aggregator on refunds instead of filteri...Christian Grothoff
2020-01-17implement rh cachingChristian Grothoff
2020-01-16kill another FIXMEChristian Grothoff
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff
2020-01-16pointless to check denom_sig, do not returnChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ...Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-09-15fix leaks and unnecessary fetch of RSA signature on refresh/revealChristian Grothoff
2019-09-03auditor needs serial IDs in coin historyChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-08-17remove currency field from databasesChristian Grothoff
2019-07-27more denom sig checking in auditorChristian Grothoff
2019-07-24add ppc progress points for payback opsChristian Grothoff
2019-07-24make sure reserves are not gc'ed before legal expirationChristian Grothoff
2019-07-23implement postges_get_old_coin_by_h_blind for #5777Christian Grothoff
2019-07-21extending postgres plugin with functions required to store payback data on re...Christian Grothoff
2019-06-26add test for json_wire.c logicChristian Grothoff
2019-06-26implement /link signaturesChristian Grothoff
2019-06-08fix #5756, also change sepa->iban as per payto:// specChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-02-14preparations for #5536Christian Grothoff
2018-11-04add auditing of deposit confirmations to auditor (#5447)Christian Grothoff
2018-10-28add operation to count number of known coins per denomination to exchangedbChristian Grothoff
2018-10-19reduce redundant data fetch (#5444)Christian Grothoff
2018-08-19re-init logging so we can tell by PID who it isChristian Grothoff
2018-08-19make transactions smaller to try to reduce rollbacksChristian Grothoff
2018-07-23Wire-plugin interface.Marcello Stanisci
2018-07-18Add "general_id" for merchants into the DB system.Marcello Stanisci
2018-07-10Put logic to delete KYC events for merchantMarcello Stanisci
2018-07-10Put logic to sum KYC-monitored wire transfers.Marcello Stanisci
2018-07-10KYC DB methods: store a wire transfer.Marcello Stanisci
2018-07-09Improve KYC status callback.Marcello Stanisci
2018-07-09Method to mark a merchant as NOT KYC-checked.Marcello Stanisci