Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Comment out buggy part | Marcello Stanisci | |
2019-01-21 | Adapt serialized reconnect to use public cert_cb. | Marcello Stanisci | |
2019-01-21 | Debug + comment block. | Marcello Stanisci | |
2019-01-21 | debug | Marcello Stanisci | |
2019-01-21 | Provide internal command advancer to batch-CMD. | Marcello Stanisci | |
2019-01-21 | Export testing-cert_cb in the API. | Marcello Stanisci | |
This way, this very basic cert_cb can be reused by other testing commands. | |||
2019-01-17 | Add playground test case. | Marcello Stanisci | |
This test will help with transforming the current cert_cb into one that handles serialized reconnects too. | |||
2019-01-17 | Aesthetic change, plus comments. | Marcello Stanisci | |
2019-01-17 | Remove useless comment. | Marcello Stanisci | |
2019-01-17 | /keys API. | Marcello Stanisci | |
Adding method to override the last_denom value for a key set. | |||
2019-01-17 | Comment block | Marcello Stanisci | |
2019-01-16 | Extend tests. | Marcello Stanisci | |
Give a way to force redownload (= no cherry picking) all /keys. | |||
2019-01-16 | more logging | Marcello Stanisci | |
2019-01-13 | finixh #5447 implementation (more testing needed) | Christian Grothoff | |
2019-01-13 | more code towards fixing #5447 | Christian Grothoff | |
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | Christian Grothoff | |
2019-01-11 | fix lib order. | Marcello Stanisci | |
2019-01-11 | Trying to reporduce the overlapping keys bug. | Marcello Stanisci | |
Recall: this bug used to mess the auditor sigs verification up. | |||
2019-01-10 | towards fixing #5447 | Christian Grothoff | |
2019-01-10 | more error codes for the merchant | Christian Grothoff | |
2019-01-10 | update tool to follow renaming of test -> taler-bank for the taler bank wire ↵ | Christian Grothoff | |
method | |||
2019-01-10 | do not crash if keystate fails to load | Christian Grothoff | |
2019-01-09 | Comment block. | Marcello Stanisci | |
2019-01-09 | Send SIGUSR1 for new keys reloading. | Marcello Stanisci | |
2019-01-09 | Fix cherry picking. | Marcello Stanisci | |
Fix how the last denom issue date was set after a redownloading of /keys. Additionally, some styling fix also came along. | |||
2019-01-09 | Generating additional DKs after serialized state import. | Marcello Stanisci | |
2019-01-08 | Fix segfault. | Marcello Stanisci | |
2019-01-08 | fix #5484 | Christian Grothoff | |
2019-01-08 | expand docu on configuration | Christian Grothoff | |
2019-01-08 | 5136: fix multiple invocations of /keys callback. | Marcello Stanisci | |
Basically, we allow such a callback to be invoked only once. Subsequent invocations (due to keys updates / whatever) cause the callback to simply return in a do-nothing fashion. Also: adding a /wire CMD - that uses /keys - after serilized keys have been loaded. | |||
2019-01-07 | Use serialized keys after /wire | Marcello Stanisci | |
2019-01-02 | likely fix fo #5136/c13438 | Christian Grothoff | |
2019-01-02 | mark bug location | Christian Grothoff | |
2018-12-24 | Fix null master_sig in signkeys array elements. | Marcello Stanisci | |
2018-12-22 | disambiguate error scenarios better | Christian Grothoff | |
2018-12-22 | fix numbering of EC codes, distinguish auditor DB store errors | Christian Grothoff | |
2018-12-21 | 70% of testing serialization logic. | Marcello Stanisci | |
2018-12-21 | fix "jump to invalid address" | Marcello Stanisci | |
2018-12-21 | fix auditor key serialization | Marcello Stanisci | |
2018-12-21 | Export new API | Marcello Stanisci | |
2018-12-21 | fix segfault | Marcello Stanisci | |
2018-12-21 | fix loglevel. | Marcello Stanisci | |
2018-12-21 | Disconnection from the exchange must be signaled. | Marcello Stanisci | |
2018-12-21 | Fix JSON packaging | Marcello Stanisci | |
2018-12-21 | indent | Marcello Stanisci | |
2018-12-21 | typo | Marcello Stanisci | |
2018-12-21 | #5136. | Marcello Stanisci | |
Adding CMD that reconnects to a exchange, using serialized keys. | |||
2018-12-21 | Provide test API for keys serialization. | Marcello Stanisci | |
2018-12-19 | Remove *extra* verbosity. | Marcello Stanisci | |
2018-12-19 | #5459 | Marcello Stanisci | |