aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2017-06-20refund fee columnt into refund table, breaks db testsMarcello Stanisci
2017-06-20Up to the point where /refund (increase) passes BUT db hangs uponMarcello Stanisci
2017-06-20fix non returning testcaseMarcello Stanisci
2017-06-19get /refund increase requested from the testsMarcello Stanisci
2017-06-19get refund increase test compiledMarcello Stanisci
2017-06-19/refund test op codesMarcello Stanisci
2017-06-19defining /refund testcases data structsMarcello Stanisci
2017-06-19finishing with /refund handlersMarcello Stanisci
2017-06-19handler for /GET refundMarcello Stanisci
2017-06-1980% GET /refund logicMarcello Stanisci
2017-06-19add /refund cancel functionMarcello Stanisci
2017-06-19/refund lib, issuing the POST and defining cb skeletonMarcello Stanisci
2017-06-16Getting /refund lib to compileMarcello Stanisci
2017-06-15~25% of /refund libMarcello Stanisci
2017-06-11make adjustments to fakebank API changeChristian Grothoff
2017-06-06bumping versions for 0.3.0 releasev0.3.0Christian Grothoff
2017-06-05Fix some signed/unsigned issues, plus some doxygen typosChristian Grothoff
2017-06-04fix leak from instance-passes not resetting isChristian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-06-04fix more leaks, failure to reset job ptr when doneChristian Grothoff
2017-06-04fix misc leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-12nicer loggingChristian Grothoff
2017-05-09undoing last commitMarcello Stanisci
2017-05-09fix 'lib' testcaseMarcello Stanisci
2017-05-09nicely handle error from json_dumps without assertChristian Grothoff
2017-05-04config sections for wire plugins changed, adjustingChristian Grothoff
2017-04-18fix config file for /lib testcaseMarcello Stanisci
2017-03-29Still on #4877Marcello Stanisci
2017-03-20'start' and 'nrows' not hardcoded anymore in testcase.Marcello Stanisci
2017-03-20Fix lib testcase.Marcello Stanisci
2017-03-17Fix compiler warnings.Marcello Stanisci
2017-03-13Returining order_id in place of h_proposal_data amongMarcello Stanisci
2017-03-13Elaborating /track/transfer response for cached responsesMarcello Stanisci
2017-03-13Fix track transfer's response + adjusting tests to it.Marcello Stanisci
2017-03-08Debug prints.Marcello Stanisci
2017-03-08Returning total sum of wire transferred coins insteadMarcello Stanisci
2017-03-06implement #4935 (wire fee support)Christian Grothoff
2017-03-06implement #4752Christian Grothoff
2017-03-05adjust test to consider new wire transfer feeChristian Grothoff
2017-03-03add missing fee options in test configurationChristian Grothoff
2017-03-03changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wir...Christian Grothoff
2017-03-03Fix build failure due to #4921.Marcello Stanisci
2017-02-28Make /history's arguments optional.Marcello Stanisci
2017-02-27Fix #4925.Marcello Stanisci
2017-02-23Checking the number of history entries are as expected.Marcello Stanisci
2017-02-23commentsMarcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-13Testing replayed payment.Marcello Stanisci
2017-02-12add order_id if missing, break up function for readabilityFlorian Dold