summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-01-21Adapt serialized reconnect to use public cert_cb.Marcello Stanisci
2019-01-21Debug + comment block.Marcello Stanisci
2019-01-21debugMarcello Stanisci
2019-01-21Provide internal command advancer to batch-CMD.Marcello Stanisci
2019-01-21Export testing-cert_cb in the API.Marcello Stanisci
This way, this very basic cert_cb can be reused by other testing commands.
2019-01-17Add playground test case.Marcello Stanisci
This test will help with transforming the current cert_cb into one that handles serialized reconnects too.
2019-01-17Aesthetic change, plus comments.Marcello Stanisci
2019-01-17Remove 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-17Comment blockMarcello Stanisci
2019-01-16Extend tests.Marcello Stanisci
Give a way to force redownload (= no cherry picking) all /keys.
2019-01-16more loggingMarcello Stanisci
2019-01-13finixh #5447 implementation (more testing needed)Christian Grothoff
2019-01-13more code towards fixing #5447Christian Grothoff
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff
2019-01-11fix lib order.Marcello Stanisci
2019-01-11Trying to reporduce the overlapping keys bug.Marcello Stanisci
Recall: this bug used to mess the auditor sigs verification up.
2019-01-10towards fixing #5447Christian Grothoff
2019-01-10more error codes for the merchantChristian Grothoff
2019-01-10update tool to follow renaming of test -> taler-bank for the taler bank wire ↵Christian Grothoff
method
2019-01-10do not crash if keystate fails to loadChristian Grothoff
2019-01-09Comment block.Marcello Stanisci
2019-01-09Send SIGUSR1 for new keys reloading.Marcello Stanisci
2019-01-09Fix 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-09Generating additional DKs after serialized state import.Marcello Stanisci
2019-01-08Fix segfault.Marcello Stanisci
2019-01-08fix #5484Christian Grothoff
2019-01-085136: 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-07Use serialized keys after /wireMarcello Stanisci
2019-01-02likely fix fo #5136/c13438Christian Grothoff
2019-01-02mark bug locationChristian Grothoff
2018-12-24Fix null master_sig in signkeys array elements.Marcello Stanisci
2018-12-22disambiguate error scenarios betterChristian Grothoff
2018-12-22fix numbering of EC codes, distinguish auditor DB store errorsChristian Grothoff
2018-12-2170% of testing serialization logic.Marcello Stanisci
2018-12-21fix "jump to invalid address"Marcello Stanisci
2018-12-21fix auditor key serializationMarcello Stanisci
2018-12-21Export new APIMarcello Stanisci
2018-12-21fix segfaultMarcello Stanisci
2018-12-21fix loglevel.Marcello Stanisci
2018-12-21Disconnection from the exchange must be signaled.Marcello Stanisci
2018-12-21Fix JSON packagingMarcello Stanisci
2018-12-21indentMarcello Stanisci
2018-12-21typoMarcello Stanisci
2018-12-21#5136.Marcello Stanisci
Adding CMD that reconnects to a exchange, using serialized keys.
2018-12-21Provide test API for keys serialization.Marcello Stanisci
2018-12-19Remove *extra* verbosity.Marcello Stanisci
2018-12-19#5459Marcello Stanisci
2018-12-18Adapt auditor tests to #5284.Marcello Stanisci
2018-12-18Remove useless code block.Marcello Stanisci