summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api.c
AgeCommit message (Collapse)Author
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-11generate auditor signatures in exchange-lib testcase, and handle problem ↵Christian Grothoff
with bogus revocation keys during startup more gracefully by terminating instead of looping
2017-04-16test case of /payback done twice, handle 403-case in /payback handler, ↵Christian Grothoff
thereby also testing coin-with-payback history case in test logic (fixes #3887)
2017-04-10also test reserve history after paybackChristian Grothoff
2017-04-10fix test_exchangedb denomkeys testChristian Grothoff
2017-04-10expand /payback testsChristian Grothoff
2017-04-10add test case for #3887Christian Grothoff
2017-04-10preparations for testing /payback APIChristian Grothoff
2017-03-24merge aggregatorChristian Grothoff
2017-03-06test more of /wire, fix off-by-oneChristian Grothoff
2017-03-06cover get more of /wire API in test caseChristian Grothoff
2017-03-04implementing #4929Christian Grothoff
2017-03-02implementing #4921: add base URL to wire transfersChristian Grothoff
2017-02-08do not print warnings for perfectly expected status codesChristian Grothoff
2017-02-08ensure testcase terminates if wget is not installed or launching httpd failedChristian Grothoff
2017-02-08skip test if binaries are not in PATHChristian Grothoff
2017-02-07remove transaction_id, only one payment per proposal allowedFlorian Dold
2017-02-06contract terminology renaming (#4877)Florian Dold
2017-01-13Add option to initialized db, fixes 4858Florian Dold
Additionally remove the TESTRUN option, since the name is confusing and doesn't match the original semantics (temp tables). Test cases should now invoke the exchange httpd with the "-i" option.
2016-11-18addressing #4803: nicer error messages for invalid wire formatsChristian Grothoff
2016-11-17add idempotency checks for /refresh/reveal, fixing #4793Christian Grothoff
2016-11-04wget-ing /admin/add/incoming from bank-lib testcaseMarcello Stanisci
2016-10-20return taler-specific error codes from C API as wellChristian Grothoff
(#4497/4705)
2016-10-19Merge branch 'master' of taler.net:exchangeMarcello Stanisci
2016-10-18implement #4497/#4705 -- addition of unique numeric error codes -- for the ↵Christian Grothoff
server-side of the exchange
2016-10-17indentMarcello Stanisci
2016-10-10check dbinit return value to not fail hard if DB not availableChristian Grothoff
2016-09-26return execution time also from exchange C API (#4578)Christian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-13implement #4569Christian Grothoff
2016-06-11fix memory leaksChristian Grothoff
2016-06-09rename /deposit/wtid and /wire/deposits to /track/{transaction,transfer} for ↵Christian Grothoff
improved consistency
2016-06-09integrate child_death_task with aggregator struct, and cancel it on errorChristian Grothoff
2016-06-08turn libfakebank into libtalerfakebank so we can use it for testcases in the ↵Christian Grothoff
merchant
2016-06-07add exchange_pub to callbacksChristian Grothoff
2016-05-26fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)Christian Grothoff
2016-05-24fix #4483Christian Grothoff
2016-05-21testing refund, fixing bugs, refund test passesChristian Grothoff
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-20extending interpreter to cover refund (but not used yet)Christian Grothoff
2016-05-16fixing #3814 by removing ability to melt multiple oldcoins at the same timeChristian Grothoff
2016-05-04fix fmt string issuesChristian Grothoff
2016-05-04fix issues in tracking API and tracking API test, resolves #4399Christian Grothoff
2016-05-04be more careful with terminologyChristian Grothoff
2016-05-04check WTID matchesChristian Grothoff
2016-05-04round exec timeChristian Grothoff
2016-05-04modify test to trigger aggregation properly and check resulting fakebank ↵Christian Grothoff
transfers
2016-05-03towards fixing #4399Christian Grothoff
2016-05-03enable multiple wire methods to be used with aggregator, add command to run ↵Christian Grothoff
aggregator in testcase
2016-05-02code simplification via new extended libgnunetcurl APIChristian Grothoff