Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | Christian Grothoff | |
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-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 | 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-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 | fix segfault | 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 | |
2018-12-18 | Remove useless code block. | Marcello Stanisci | |
2018-12-18 | /withdraw: #5284. | Marcello Stanisci | |
2018-12-18 | /wire: #5284 | Marcello 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-18 | check-keys CMD: #5284. | Marcello Stanisci | |
2018-12-14 | fastoption may not be supported by all curls | Christian Grothoff | |
2018-12-12 | 5462: implementing the iteration. | Marcello Stanisci | |
2018-12-12 | Issue #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-12 | Traits. | Marcello Stanisci | |
Do not expose reserve priv trait if the user created a reserve specifying the wire transfer subject explicitly. | |||
2018-12-06 | Extend exchange-lib. | Marcello Stanisci | |
Adding simple function that returns the exchange's base URL. | |||
2018-11-25 | fix misc. memory leaks | Christian Grothoff | |
2018-11-25 | getting test_auditor_api to pass | Christian Grothoff | |
2018-11-20 | Offer contract terms trait as a JSON object. | Marcello Stanisci | |
2018-11-19 | Minor changes to make tests pass/no-skip again. | Marcello Stanisci | |
2018-11-19 | expand test logic for test_auditor_api, currently crashes, hence skipping ↵ | Christian Grothoff | |
for now | |||
2018-11-18 | get auditor api test to pass (minimal version) | Christian Grothoff | |
2018-11-17 | complete /deposit-confirmation test command | Christian Grothoff | |
2018-11-17 | use more const in taler_testing_lib.h | Christian Grothoff | |
2018-11-17 | more work towards testing deposit confirmations | Christian Grothoff | |
2018-11-17 | work towards testing auditor deposit-confirmation API | Christian Grothoff | |