summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-10-24work around build error for incomplete /tip implementationChristian Grothoff
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-10-18fix rules for 'make dist'Christian Grothoff
2017-10-15add refund permissions to /payFlorian Dold
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-26fix extra start of retry_exchange taskChristian Grothoff
2017-09-26fix use of uninit varsChristian Grothoff
2017-09-17adjust to API change of exchangeChristian Grothoff
2017-09-09work on #5092, handle failure in easy case without assertingChristian Grothoff
2017-09-09work on #5092, do not assert if instance unknownChristian Grothoff
2017-09-09work on #5092: be conservative, allow TALER_EXCHANGE_get_keys() to return NUL...Christian Grothoff
2017-09-09work on #5092: remove one of the asserts that can failChristian Grothoff
2017-09-02fix bad nesting of transactions during /pay processingChristian Grothoff
2017-09-02fix testcase, refund array is boxed in a refund_permissions field of the main...Christian Grothoff
2017-08-31fix /pay transaction retry logicChristian Grothoff
2017-08-31fix clear logic error, likely related to #5127Christian Grothoff
2017-08-26wrap refund permission in objectFlorian Dold
2017-08-26use order_id as summary if contract doesn't have itFlorian Dold
2017-07-25moving proposal mark-as-paid in the right placeMarcello Stanisci
2017-07-22do not use uninitialized master_pub field from 'struct Exchange', but use the...Christian Grothoff
2017-07-21work for #4943 (incomplete)Christian Grothoff
2017-07-20minor style fixesChristian Grothoff
2017-07-18no key under [merchant], default instance takes careMarcello Stanisci
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-07-05moving a 'PS' struct into exchange codebaseMarcello Stanisci
2017-07-05Finishing #5087.Marcello Stanisci
2017-07-05moving definitions to header fileMarcello Stanisci
2017-07-01implement first part of #4943: persist wire transfer fees of exchange in DBChristian Grothoff
2017-07-01support VC checks (#5035)Christian Grothoff
2017-06-29fix last #5010 issues, including timeout of the generatorChristian Grothoff
2017-06-29fix #5010 for /track/transferChristian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-29FIXMEMarcello Stanisci
2017-06-25ref bugnoteChristian Grothoff
2017-06-25use default log level of WARNINGChristian Grothoff
2017-06-25do use return value of iterate_instances()Christian Grothoff
2017-06-23caring about 'summary' fieldMarcello Stanisci
2017-06-23error messageMarcello Stanisci
2017-06-22reject non increasing amountsMarcello Stanisci
2017-06-20Fix /refund lookup response encodingMarcello Stanisci
2017-06-20fix hanging dbMarcello Stanisci
2017-06-20Up to the point where /refund (increase) passes BUT db hangs uponMarcello Stanisci
2017-06-20Return a signed confirmation of the refundMarcello Stanisci
2017-06-19get /refund increase requested from the testsMarcello Stanisci
2017-06-19finishing with /refund handlersMarcello Stanisci
2017-06-19/refund lib, issuing the POST and defining cb skeletonMarcello Stanisci
2017-06-14Completing GET /refund logic - NOT tested.Marcello Stanisci
2017-06-14~70% of GET /refundMarcello Stanisci
2017-06-14Implementing POST /refund logic.Marcello Stanisci
2017-06-14add /refund routeMarcello Stanisci