summaryrefslogtreecommitdiff
path: root/src/backenddb/test_merchantdb.c
AgeCommit message (Expand)Author
2017-10-24add testcases for merchantdb tipping functions, fix bugs foundChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-08-31fix refund test and logic: if refund is smaller than refund that was previous...Christian Grothoff
2017-07-20implementing backend logic to lookup wire fees (for #4943)Christian Grothoff
2017-07-16making testcase pass to new "flagged as paid" policyMarcello Stanisci
2017-06-27get backenddb tests to pass againChristian Grothoff
2017-06-27more #5010-related work on backenddb testcaseChristian Grothoff
2017-06-25convert merchant postgres plugin (in large parts) to latest PQ API as part of...Christian Grothoff
2017-06-22reject non increasing amountsMarcello Stanisci
2017-06-14refund table takes merchant public key tooMarcello Stanisci
2017-06-13Add error when coins are not sufficient to pay a refundMarcello Stanisci
2017-06-13- only commit refund if amount refunded per coin is > zeroMarcello Stanisci
2017-06-13fix detection of subsequent refunds lesser thatn previous ones.Marcello Stanisci
2017-06-13drop refund tableMarcello Stanisci
2017-06-09add start, commit, rollback db transactionsMarcello Stanisci
2017-06-08fix warningsMarcello Stanisci
2017-06-08refund_fee is returned to the callback when fetchingMarcello Stanisci
2017-06-08call increase_refund_for_contract skeleton from testcase,Marcello Stanisci
2017-06-08get refunds from database, only testing for zero rows returned.Marcello Stanisci
2017-06-07refund fee stored along depositMarcello Stanisci
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-18fix db testcase due to queries in the futureMarcello Stanisci
2017-04-18adding db method to query proposal data "in the future"Marcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-20Fix db testcase against newest plugin.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-13Fix track transfer's response + adjusting tests to it.Marcello 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-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci
2017-02-03Renaming proposal data db operationsMarcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-08Fix prepared statement find_contractMarcello Stanisci
2016-12-08Baking find_contract by hashcode. Invoked in testcase.Marcello Stanisci
2016-11-25skip test cases when plugin can't be loaded due to missing DBFlorian Dold
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-03return younger instead of older results respect to the given timeMarcello Stanisci
2016-10-03testcase for query 'by date'Marcello Stanisci
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fixing #4160Christian Grothoff
2016-06-11fix more memory leaksChristian Grothoff
2016-06-07complete test_merchantdb testcaseChristian Grothoff