summaryrefslogtreecommitdiff
path: root/src/backenddb/test_merchantdb.c
AgeCommit message (Expand)Author
2020-04-10implement #5299Christian Grothoff
2020-04-07fix #6129 (/refund idempotency)Christian Grothoff
2020-03-31typosChristian Grothoff
2020-01-24towards fixing backend DB versioning, also fixing TALER_PQ_error_code() seman...Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-11fix #5733 by migrating to new GNUnet PQ APIChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-08-30return amount_left of tip to walletFlorian Dold
2019-08-30mobile-friendly tippingFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-04-16backenddb: Refactor test_merchantdb for GNUNET_memcmp.ng0
2019-04-06fix ftbfsChristian Grothoff
2019-03-24clean up tipping transactiton mess a bit (wip)Christian Grothoff
2018-12-14/history API mod.Marcello Stanisci
2018-12-13Changing /history semantics.Marcello Stanisci
2018-04-15fix misc issues with tests after latest refactoringChristian Grothoff
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-16patch for #5198Christian Grothoff
2017-12-27add wire fee persisting per coin for /payChristian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-12-09fix typoChristian Grothoff
2017-12-09fix issues related to unrounded timesChristian Grothoff
2017-11-27implement /tip-queryFlorian Dold
2017-11-01towards implementing /tip-pickup (incomplete)Christian Grothoff
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