summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2018-12-18/withdraw: #5284.Marcello Stanisci
2018-12-18/wire: #5284Marcello Stanisci
2018-12-18/track/*: #5284.Marcello Stanisci
2018-12-18/refresh/* & /reserve/status: #5284.Marcello Stanisci
2018-12-18/refresh/*: #5284.Marcello Stanisci
2018-12-18/payback: #5284.Marcello Stanisci
2018-12-18/deposit: #5284.Marcello Stanisci
2018-12-18check-keys CMD: #5284.Marcello Stanisci
2018-12-14/history API semantics extended.Marcello Stanisci
That API has now a new 'ordering' flag that lets the client choose what ordering the results should have: ascending or descending. In particular, this change adapted the fakebank and tests logic to such introduction.
2018-12-14fastoption may not be supported by all curlsChristian Grothoff
2018-12-14fastoption may not be supported by all curlsChristian Grothoff
2018-12-13Adapt test to bank returning descending /history elements.Marcello Stanisci
2018-12-13Adapt test to bank returning descending /history elements.Marcello Stanisci
2018-12-125462: implementing the iteration.Marcello Stanisci
2018-12-12Issue #5462.Marcello Stanisci
Defining batch that makes->destroys->check a reserve. Iterating the batch N times is the next step.
2018-12-12/reserve/status CMD.Marcello Stanisci
The logic extracts the reserve pub according to the trait being a pub b64 encoding or a private key.
2018-12-12Traits.Marcello Stanisci
Do not expose reserve priv trait if the user created a reserve specifying the wire transfer subject explicitly.
2018-12-06Extend exchange-lib.Marcello Stanisci
Adding simple function that returns the exchange's base URL.
2018-11-25fix a few more leaksChristian Grothoff
2018-11-25fix misc. memory leaksChristian Grothoff
2018-11-25getting test_auditor_api to passChristian Grothoff
2018-11-23Remove double closing of a "file stream".Marcello Stanisci