summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-25FIXMEs in the paper.Marcello Stanisci
2018-05-25Commenting "payback" and "revoke" CMDs.Marcello Stanisci
2018-05-25Commenting the "check keys" CMD.Marcello Stanisci
2018-05-25aesthetic change.Marcello Stanisci
2018-05-22New error code for a unknown reserve public key.Marcello Stanisci
Specific to the /reserve/status API.
2018-05-21Remove wrong block.Marcello Stanisci
2018-05-18set right expected http code.Marcello Stanisci
2018-05-18Make a "payback" bit appear into the history.Marcello Stanisci
2018-05-18Ask to withdraw on a expired reserve.Marcello Stanisci
2018-05-18diagnosticsMarcello Stanisci
2018-05-18Annotation; error management.Marcello Stanisci
2018-05-18double-check reserve is well-behaved.Marcello Stanisci
2018-05-18Withdraw after payback.Marcello Stanisci
This triggers the TALER_EXCHANGEDB_RO_PAYBACK_COIN case within the withdraw_transaction() handler.
2018-05-17commentMarcello Stanisci
2018-05-17Trigger conflicting refundsMarcello Stanisci
2018-05-17Trigger double(-successful) refund.Marcello Stanisci
2018-05-17Trigger refund fee to lowMarcello Stanisci
2018-05-17Trigger refund insufficient fundsMarcello Stanisci
2018-05-17Trigger /refund currency missmatch the right way.Marcello Stanisci
2018-05-17Trigger deposit to refund not foundMarcello Stanisci
2018-05-17Trigger invalid merchant signature on refundMarcello Stanisci
2018-05-17Trigger above-amount errorMarcello Stanisci
2018-05-17trigger refund fee currency missmatch.Marcello Stanisci
2018-05-17Adding the refund CMD, genuine for now, to be evil-tuned.Marcello Stanisci
2018-05-17prepare ground to refund twist-tests.Marcello Stanisci
2018-05-16Triggering 409 Conflict for /refresh/revealMarcello Stanisci
2018-05-14Triggering doubled /refresh/melt, plus prepare ground for twisting the ↵Marcello Stanisci
/refresh/reveal
2018-05-11fix if-else logical error.Marcello Stanisci
2018-05-11adding missing informationMarcello Stanisci
2018-05-11Fix offsetting.Marcello Stanisci
2018-05-07make test config files more autocomplete.Marcello Stanisci
2018-05-04Tests flexibility.Marcello Stanisci
It is now possible to launch the bank from the testing-lib regardless of it being served via HTTP or UWSGI.
2018-05-04fix segfaultMarcello Stanisci
2018-05-04Test cases.Marcello Stanisci
Only check if PORT is available if exchange serves via http. Also get the base URL from the config -- fixes those situations where it is not possible to construct it as localhost:<port>.
2018-05-03fix path generation.Marcello Stanisci
2018-04-26remove dead codeMarcello Stanisci
2018-04-23reset auditor tables upon running tests, + upgrade "twisted" config file.Marcello Stanisci
2018-04-23auditor tool to reset db tables.Marcello Stanisci
2018-04-23address double-slash situation.Marcello Stanisci
2018-04-15merging Florian's changes with my wire changesChristian Grothoff
2018-04-06disable /keys cherrypicking until #5315 is addressedv0.5.0Florian Dold
2018-04-06avoid dangling pointerFlorian Dold
2018-04-06fix commentFlorian Dold
2018-04-04expand logging of wirewatch shutdownChristian Grothoff
2018-04-04expand logging of HARD errors in DB reserve insertsChristian Grothoff
2018-04-04change version number to 0.5Florian Dold
2018-04-04fix compiler warningsFlorian Dold
2018-04-04fix compiler warningFlorian Dold
2018-04-02allow auditor to operate per-accountChristian Grothoff
2018-04-02report which command failedChristian Grothoff