summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
AgeCommit message (Expand)Author
2017-10-24implementing backenddb logic for tipping (not tested)Christian Grothoff
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-07-20implementing backend logic to lookup wire fees (for #4943)Christian Grothoff
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-07-01implement first part of #4943: persist wire transfer fees of exchange in DBChristian Grothoff
2017-06-27get rid of select *, remove fixme that is no longer neededChristian Grothoff
2017-06-25convert merchant postgres plugin (in large parts) to latest PQ API as part of...Christian Grothoff
2017-06-14refund table takes merchant public key tooMarcello Stanisci
2017-06-09add start, commit, rollback db transactionsMarcello Stanisci
2017-06-08refund_fee is returned to the callback when fetchingMarcello Stanisci
2017-06-07refund fee stored along depositMarcello Stanisci
2017-06-07comments + passing refund reason to refund cbMarcello Stanisci
2017-06-06design considerations for /refund supportChristian Grothoff
2017-06-05Fix some signed/unsigned issues, plus some doxygen typosChristian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-04-24add cherry-pick like query used in /history. This APIMarcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-03-29Still on renaming (#4877)Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-07DB provides lookup of proposal data based on proposal data'sMarcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci
2017-02-06Renaming the DB and /history.Marcello Stanisci
2017-02-03Renaming proposal data db operationsMarcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-08Baking find_contract by hashcode. Invoked in testcase.Marcello Stanisci
2016-12-08Baking hashes to contracts mappingMarcello Stanisci
2016-10-15resolving merge conflict with Marcello, mostly exactly the same changesChristian Grothoff
2016-10-15fixing #4577, as well as a few other cases where we need to index by merchant...Christian Grothoff
2016-10-13Fix select payments from DB. Namely, a merchant_pub query parameter was neededMarcello Stanisci
2016-10-13making (transaction_id, merchant_pub) the primary keyMarcello Stanisci
2016-10-13adapting callback for 'find_transaction' DB functions familyMarcello Stanisci
2016-10-12merchant's key in transactions tableMarcello Stanisci
2016-10-04populating array as response to /historyMarcello Stanisci
2016-10-03adding transactions_by_date to db pluginMarcello Stanisci
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fixing #4160Christian Grothoff
2016-06-07store exchange signing key in DBChristian Grothoff
2016-06-05include exchange_uri with merchant_proofsChristian Grothoff
2016-06-05more work on tracking, do store exchange_uri with transaction dataChristian Grothoff
2016-06-04revisiting merchant backenddb, towards fixing #4502/#4160Christian Grothoff
2016-06-03towards /track implementationsChristian Grothoff
2016-05-05check double spending proofsChristian Grothoff
2016-05-02fixing #4462: avoid temporary schemata altogetherChristian Grothoff
2016-04-24fix const causing ftbfsChristian Grothoff