summaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
AgeCommit message (Expand)Author
2016-10-05resolve #4689Marcello Stanisci
2016-10-04calling /history API from testcase. Loops ..Marcello Stanisci
2016-10-04stub for /history testingMarcello Stanisci
2016-10-03testcase for #4702Marcello Stanisci
2016-09-28multiple instances automatically iterated in testcaseMarcello Stanisci
2016-09-26Merge branch 'receiver'Marcello Stanisci
2016-09-26fixing 'make check' for new hashmap based instance pickingMarcello Stanisci
2016-09-23fix NPE if plugin not found, and some error handlingChristian Grothoff
2016-09-16run /trace functions twice to check caching works as expectedChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-24adapting /track API to use merchant instancesMarcello Stanisci
2016-06-24adapting merchant-lib to use merchants instancesMarcello Stanisci
2016-06-13adaptations for #4569 fix in exchangeChristian Grothoff
2016-06-11handle HTTP_ACCEPTED case properlyChristian Grothoff
2016-06-11fix leaksChristian Grothoff
2016-06-11fix memory leaks: json_array_append increments RCChristian Grothoff
2016-06-11test transfer and transaction tracking, in both directions firstChristian Grothoff
2016-06-11implement /track/transaction API and testcaseChristian Grothoff
2016-06-10build /track/transaction responseChristian Grothoff
2016-06-10towards a testcase for /track/transactionChristian Grothoff
2016-06-10minor bugfixes in /track/transfer logic, testcase now passesChristian Grothoff
2016-06-09exchange URI should not need to be passed when tracking transactionChristian Grothoff
2016-06-09add skeleton for calling /track/transaction to testcaseChristian Grothoff
2016-06-09pass base URIs instead of full URIsChristian Grothoff
2016-06-09skeleton for /track/transfer and /track/transaction, renaming to match latest...Christian Grothoff
2016-06-09enable rudimentary /track/deposit testChristian Grothoff
2016-06-09test aggregation works with /pay (check fakebank result)Christian Grothoff
2016-06-09pass correct config to aggregatorChristian Grothoff
2016-06-09run fakebank on 8083, use new port consistentlyChristian Grothoff
2016-06-09add commands to run aggregatorChristian Grothoff
2016-06-08start fakebank service in testcase (not yet actually used)Christian Grothoff
2016-06-05include exchange_uri with merchant_proofsChristian Grothoff
2016-06-02remove dead codeChristian Grothoff
2016-06-02check return valueChristian Grothoff
2016-05-31comment out /track/deposit test from marcello, as code is incompleteChristian Grothoff
2016-05-31newlinesFlorian Dold
2016-05-31fail gracefully if binaries are not foundChristian Grothoff
2016-05-31reset db for testChristian Grothoff
2016-05-28making "make check" under src/lib compile; test still not passed. Also showin...Marcello Stanisci
2016-05-26fix FTBFS from recent RSA blinding API changeChristian Grothoff
2016-05-25adding scaffold for integrating /track/{deposit,wtid} API callsMarcello Stanisci
2016-05-20use pax format for 'make dist' so that longer filenames are not excluded by c...Christian Grothoff
2016-05-20make sure wire details are uniqueChristian Grothoff
2016-05-20init DB before running testChristian Grothoff
2016-05-20expand test to cover double-deposit into reserve, fix FTBFSChristian Grothoff
2016-05-05check double spending proofsChristian Grothoff
2016-05-05more work on getting lib test to passChristian Grothoff
2016-05-05add well-formedness checks for contractChristian Grothoff
2016-05-05fixing issues around testcaseChristian Grothoff
2016-05-05remove unused args from API, towards supporting /contract in testcaseChristian Grothoff