summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
AgeCommit message (Expand)Author
2019-08-26locking for known_coinsFlorian Dold
2019-08-25re-format codeFlorian Dold
2019-08-23drop dead kyc logicChristian Grothoff
2019-08-17remove currency field from databasesChristian Grothoff
2019-07-27more denom sig checking in auditorChristian Grothoff
2019-07-24make sure reserves are not gc'ed before legal expirationChristian Grothoff
2019-07-24getting revocation/payback test with refreshed coins to passChristian Grothoff
2019-07-24implement zombie checkChristian Grothoff
2019-07-23need the hash of coin_ev with an index for selectChristian 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-27first steps on #5777Christian Grothoff
2019-06-26export get-known-coin function from DB APIChristian 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-06-05add locking to avoid transaction retriesChristian Grothoff
2019-05-09fix #5716Christian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-18add post HTTP request check for hanging transactionsChristian Grothoff
2019-04-08Refactor plugin_exchangedb_postgres for GNUNET_memcmpng0
2019-02-16add missing commentsChristian Grothoff
2019-02-16implement iterate_denomination_info() callChristian 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-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
2018-07-09Method to mark merchant as KYC-checked.Marcello Stanisci
2018-07-09KYC db methods.Marcello Stanisci
2018-07-06Put KYC-related low-level DB methods.Marcello Stanisci
2018-06-27Addressing #5291.Marcello Stanisci