summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Expand)Author
2019-06-08fix #5756, also change sepa->iban as per payto:// specChristian Grothoff
2019-06-05add locking to avoid transaction retriesChristian Grothoff
2019-06-04DCEChristian Grothoff
2019-06-03check return value, alwaysChristian Grothoff
2019-05-09fix #5716Christian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-30refactor for GNUNET_memcmpng0
2019-04-18add post HTTP request check for hanging transactionsChristian Grothoff
2019-04-15Refactor test_exchangedb for GNUNET_memcmpng0
2019-04-11Better calculation of # DKsMarcello Stanisci
2019-04-10Refactor test_exchangedb_denomkeys for GNUNET_memcmpng0
2019-04-10Refactor test_exchangedb_auditors for GNUNET_memcmpng0
2019-04-09exchangedb/exchangedb_test: GNUNET_memcmpng0
2019-04-08Refactor test_exchangedb_denomkeys.c for GNUNET_memcmpng0
2019-04-08Refactor test_exchangedb_signkeys for GNUNET_memcmpng0
2019-04-08Refactor plugin_exchangedb_postgres for GNUNET_memcmpng0
2019-04-08Refactor for GNUNET_memcmpng0
2019-03-11implementing private key deletion (#5536)Christian Grothoff
2019-03-03fix format string issue in taler-wire, complete work on #5536 revocation file...Christian Grothoff
2019-03-02actually disable 100 continueChristian Grothoff
2019-02-17Need to check for revoked keys as well before adding from DB.Christian Grothoff
2019-02-16add missing commentsChristian Grothoff
2019-02-16implement iterate_denomination_info() callChristian Grothoff
2019-02-14preparations for #5536Christian Grothoff
2018-11-25fix a few more leaksChristian Grothoff
2018-11-19Minor changes to make tests pass/no-skip again.Marcello Stanisci
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-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-08-19fix preflight check failureChristian Grothoff
2018-08-19typoChristian 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-08-11make wirewatch properly handle (soft) failed transationsChristian Grothoff
2018-08-10add more logging to more clearly see real conficts, add AUTO_EXPLAIN option t...Christian Grothoff
2018-08-10add a few more FOR UPDATE where appropriateChristian Grothoff
2018-08-09try with row locking to avoid rollbacks (in theory, to be verified)Christian Grothoff
2018-07-18Add "general_id" for merchants into the DB system.Marcello Stanisci
2018-07-10Remove convenience note.Marcello Stanisci
2018-07-10Test last change.Marcello Stanisci
2018-07-10Put logic to delete KYC events for merchantMarcello Stanisci
2018-07-10noteMarcello Stanisci
2018-07-10Test last change.Marcello 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-10Fix SELECT statement.Marcello Stanisci
2018-07-09Improve KYC status callback.Marcello Stanisci
2018-07-09Method to mark a merchant as NOT KYC-checked.Marcello Stanisci
2018-07-09Method to retrieve the KYC status of a merchant.Marcello Stanisci