Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-28 | Commenting the "peer key" trait. | Marcello Stanisci | |
2018-05-28 | Commenting the "fresh coins" trait. | Marcello Stanisci | |
2018-05-28 | Commenting the "wire" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "track"(s) CMDs. | Marcello Stanisci | |
2018-05-28 | Commenting the "reserve status" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "signal" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "refund" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "deposit" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting "fakebank transfer" CMDs | Marcello Stanisci | |
2018-05-26 | minor edit | Marcello Stanisci | |
2018-05-26 | Commenting the "aggregator" CMD | Marcello Stanisci | |
2018-05-26 | Commenting the "wirewatch" CMD. | Marcello Stanisci | |
2018-05-26 | Commenting the "keyup" CMD. | Marcello Stanisci | |
2018-05-26 | Commenting the "auditor sign" CMD. | Marcello Stanisci | |
2018-05-26 | Command "withdraw" CMD. | Marcello Stanisci | |
2018-05-25 | Commenting the "bank check" CMD. | Marcello Stanisci | |
2018-05-25 | Commenting the "refresh"(es) CMDs. | Marcello Stanisci | |
2018-05-25 | Commenting "payback" and "revoke" CMDs. | Marcello Stanisci | |
2018-05-25 | Commenting the "check keys" CMD. | Marcello Stanisci | |
2018-05-25 | aesthetic change. | Marcello Stanisci | |
2018-05-22 | New error code for a unknown reserve public key. | Marcello Stanisci | |
Specific to the /reserve/status API. | |||
2018-05-21 | Remove wrong block. | Marcello Stanisci | |
2018-05-18 | set right expected http code. | Marcello Stanisci | |
2018-05-18 | Make a "payback" bit appear into the history. | Marcello Stanisci | |
2018-05-18 | Ask to withdraw on a expired reserve. | Marcello Stanisci | |
2018-05-18 | diagnostics | Marcello Stanisci | |
2018-05-18 | Annotation; error management. | Marcello Stanisci | |
2018-05-18 | double-check reserve is well-behaved. | Marcello Stanisci | |
2018-05-18 | Withdraw after payback. | Marcello Stanisci | |
This triggers the TALER_EXCHANGEDB_RO_PAYBACK_COIN case within the withdraw_transaction() handler. | |||
2018-05-17 | comment | Marcello Stanisci | |
2018-05-17 | Trigger conflicting refunds | Marcello Stanisci | |
2018-05-17 | Trigger double(-successful) refund. | Marcello Stanisci | |
2018-05-17 | Trigger refund fee to low | Marcello Stanisci | |
2018-05-17 | Trigger refund insufficient funds | Marcello Stanisci | |
2018-05-17 | Trigger /refund currency missmatch the right way. | Marcello Stanisci | |
2018-05-17 | Trigger deposit to refund not found | Marcello Stanisci | |
2018-05-17 | Trigger invalid merchant signature on refund | Marcello Stanisci | |
2018-05-17 | Trigger above-amount error | Marcello Stanisci | |
2018-05-17 | trigger refund fee currency missmatch. | Marcello Stanisci | |
2018-05-17 | Adding the refund CMD, genuine for now, to be evil-tuned. | Marcello Stanisci | |
2018-05-17 | prepare ground to refund twist-tests. | Marcello Stanisci | |
2018-05-16 | Triggering 409 Conflict for /refresh/reveal | Marcello Stanisci | |
2018-05-14 | Triggering doubled /refresh/melt, plus prepare ground for twisting the ↵ | Marcello Stanisci | |
/refresh/reveal | |||
2018-05-11 | fix if-else logical error. | Marcello Stanisci | |
2018-05-11 | adding missing information | Marcello Stanisci | |
2018-05-11 | Fix offsetting. | Marcello Stanisci | |
2018-05-07 | make test config files more autocomplete. | Marcello Stanisci | |
2018-05-04 | Tests 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-04 | fix segfault | Marcello Stanisci | |
2018-05-04 | Test 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>. |