summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Expand)Author
2019-04-16backenddb: Refactor test_merchantdb for GNUNET_memcmp.ng0
2019-04-06fix ftbfsChristian Grothoff
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian 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-07-04Providing 'static' keyword where missing.Marcello Stanisci
2018-04-15fix misc issues with tests after latest refactoringChristian Grothoff
2018-04-05use GNUNET_NZL instead of crazy hacks to ensure non-zero vararg array lengthsChristian Grothoff
2018-04-04avoid undefined behavior again, return correct right status earlyFlorian Dold
2018-04-04declare var at beginning of scope...Christian Grothoff
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-02-20add missing commit/rollbackFlorian Dold
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-01proper return code for insertFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-16fix a few memory leaksChristian Grothoff
2018-01-16patch for #5198Christian Grothoff
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2018-01-15missing parenthesisMarcello Stanisci
2018-01-10add nonce only when proposal is requestedFlorian Dold
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 enum confusionChristian Grothoff
2017-12-09fix typoChristian Grothoff
2017-12-09fix issues related to unrounded timesChristian Grothoff
2017-11-27implement /tip-queryFlorian Dold
2017-11-04paid should be a boolean, not a blog, simplify SQL (#5157)Christian Grothoff
2017-11-02add new tables to drop methodMarcello Stanisci
2017-11-02deal with soft errors by retrying in merchantdb (for tipping)Christian Grothoff
2017-11-02use talercheck for testing, like exchange doesChristian Grothoff
2017-11-01towards implementing /tip-pickup (incomplete)Christian Grothoff
2017-11-01tests and bugfixes for /tip-authorizeChristian Grothoff
2017-10-24add testcases for merchantdb tipping functions, fix bugs foundChristian Grothoff
2017-10-24implementing backenddb logic for tipping (not tested)Christian Grothoff
2017-10-23add SQL for postgres_enable_tip_reserveChristian Grothoff
2017-10-23implement postgres_enable_tip_reserve (but SQL statemets are missing)Christian Grothoff
2017-10-23add new functions for tipping (unimplemented) to merchantdbChristian Grothoff
2017-10-18bumping versions for v0.4.0 releasev0.4.0Christian Grothoff
2017-10-06check return value from TALER_amount_get_zeroChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-02fix bad nesting of transactions during /pay processingChristian Grothoff
2017-09-02properly drop exchange_wire_fees table in testChristian Grothoff
2017-09-02fix testcase, refund array is boxed in a refund_permissions field of the main...Christian Grothoff
2017-08-31fix refund test and logic: if refund is smaller than refund that was previous...Christian Grothoff
2017-08-31fix #5127Christian Grothoff
2017-08-27fix refund generation (hopefully)Florian Dold
2017-07-26coverage for db testMarcello Stanisci