summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Expand)Author
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-28db checks claim_token in insert_contract_termsJonathan Buchanan
2020-07-27fix DB testChristian Grothoff
2020-07-27fix stupid typoChristian Grothoff
2020-07-27update DB schema for #6446Christian Grothoff
2020-07-24fix spelling mistakesJonathan Buchanan
2020-07-24allow deleting unclaimed ordersJonathan Buchanan
2020-07-22adapt to exchange refund response message changesFlorian Dold
2020-07-21use empty string as default for session IDFlorian Dold
2020-07-19add update_contract_terms to backenddb (for forget)Jonathan Buchanan
2020-07-16rename TALER_JSON_hash to TALER_JSON_contract_hashChristian Grothoff
2020-07-12finish documenting test_merchantdb.cJonathan Buchanan
2020-07-08purge instance and more merchant api purge testsJonathan Buchanan
2020-07-05fix #6408 also in merchant: in principle only allow rounded times over JSONChristian Grothoff
2020-07-05GNUNET_free_non_null -> GNUNET_free renameChristian Grothoff
2020-07-04fix compiler warnings for test_merchantdb.cJonathan Buchanan
2020-06-30improved db tests for transfersJonathan Buchanan
2020-06-28deduplicate logicChristian Grothoff
2020-06-27removed hardcoded row numbers from backenddb testsJonathan Buchanan
2020-06-26more docs/thorough checks for backend db & long polling for merchant get orderJonathan Buchanan
2020-06-26test for auto marking orders as wired after inserting sufficient transfersJonathan Buchanan
2020-06-25logic to update 'wired' status of an orderChristian Grothoff
2020-06-25minor style improvementsChristian Grothoff
2020-06-24got refunds working and testedJonathan Buchanan
2020-06-23harder tests for GET /private/instances, GET /private/productsJonathan Buchanan
2020-06-23clarify with/without wire fee issueChristian Grothoff
2020-06-22return active-status of reserves from backenddb (fixes FIXMEs)Christian Grothoff
2020-06-22fix type conversion warning and test failure for backenddbJonathan Buchanan
2020-06-21Merge branch 'protocolV1' of git+ssh://git.taler.net/merchant into protocolV1Christian Grothoff
2020-06-21add missing notifications to private-get-orders long pollerChristian Grothoff
2020-06-21improved backenddb testsJonathan Buchanan
2020-06-20start with reserve processing logicChristian Grothoff
2020-06-19stricter tests for query reserve(s) methodsJonathan Buchanan
2020-06-18stricter tests for tips/reservesJonathan Buchanan
2020-06-15tests for new db methodsJonathan Buchanan
2020-06-13implement missing SQLChristian Grothoff
2020-06-13more backenddb testsJonathan Buchanan
2020-06-12fixed authorize tip and tests for GET /private/tipsJonathan Buchanan
2020-06-12moved yna to exchangeJonathan Buchanan
2020-06-12syncChristian Grothoff
2020-06-12work on missing functionsChristian Grothoff
2020-06-12insert missing functions (unimplemented)Christian Grothoff
2020-06-10test/fix for POST /private/reservesJonathan Buchanan
2020-06-09created lookup_tips method for backenddbJonathan Buchanan
2020-06-05More complete tests for deposits, transfers, refund, lookup ordersJonathan Buchanan
2020-06-04more test cleanup and some lookup_orders filter testsJonathan Buchanan
2020-06-04Merge branch 'protocolV1' of git+ssh://git.taler.net/merchant into protocolV1Christian Grothoff
2020-06-04work on GET /private/orders/ID"Christian Grothoff
2020-06-03cleaned backenddb test code, completed tests for instances & productsJonathan Buchanan
2020-06-03avoid amount_zero, use DEFAULT insteadChristian Grothoff