Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-08 | add another EC | Christian Grothoff | |
2019-06-08 | fix #5756, also change sepa->iban as per payto:// spec | Christian Grothoff | |
2019-06-04 | indentation | Christian Grothoff | |
2019-05-24 | teah_common.h -> taler_curl_lib.h | Marcello Stanisci | |
2019-05-23 | using legal lib names | Marcello Stanisci | |
2019-05-23 | Export compressing routine. | Marcello Stanisci | |
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |
2019-04-22 | use uint64_t for serial_id | Christian Grothoff | |
2019-04-12 | Address more warnings on types. | Marcello Stanisci | |
2019-04-11 | Introduce new "history range" wire API. | Marcello Stanisci | |
2019-04-10 | Fixing twisted tests. | Marcello Stanisci | |
It has been observed that when a "twisted" test has "very little" commands in the stack, it uses to fail since the proxied service cannot be reached. This commit puts some delay before the first command gets run by the test interpreter; both in the form of a "blind" sleep, and with a more structured 'wget' loop. | |||
2019-04-10 | minor fixes | Marcello Stanisci | |
2019-04-10 | Make the API-agnostic iterator work. | Marcello Stanisci | |
This allows to build local histories to be matched against the ones returned by the bank; in particular, this version builds those stories regardless of /history or /history-range being run. | |||
2019-04-08 | /history-range. | Marcello Stanisci | |
Implementing the "lib" and "testing-lib" functions to use it. | |||
2019-04-04 | Inserting "now" argument into "/keys". | Marcello Stanisci | |
Also using this new logic from the cherry-pick test case. | |||
2019-04-03 | Provide API to fake now when requesting /keys. | Marcello Stanisci | |
2019-04-03 | Faking the time. | Marcello Stanisci | |
Cherry-pick tests now uses the now-faked version of taler-exchange-keyup. Fails. | |||
2019-03-02 | actually disable 100 continue | Christian Grothoff | |
2019-02-14 | add option to be selective about dropping the exchange list | Christian Grothoff | |
2019-02-14 | preparations for #5536 | Christian Grothoff | |
2019-02-13 | Fix #5558. | Marcello Stanisci | |
2019-02-13 | new bank error code | Marcello Stanisci | |
2019-02-05 | New error codes for bank. | Marcello Stanisci | |
2019-01-31 | new error code | Marcello Stanisci | |
2019-01-30 | Adding map: wire method name <--> plugin name. | Marcello Stanisci | |
2019-01-28 | Extend auditor testing-lib. | Marcello Stanisci | |
Add method to check whether a exchange (URL) belongs to the list of audited exchanges. | |||
2019-01-25 | Revert explicit AUDITOR_connect at tests. | Marcello Stanisci | |
2019-01-24 | Auditor tests. | Marcello Stanisci | |
Fix double connection. | |||
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 | /keys API. | Marcello Stanisci | |
Adding method to override the last_denom value for a key set. | |||
2019-01-16 | Extend tests. | Marcello Stanisci | |
Give a way to force redownload (= no cherry picking) all /keys. | |||
2019-01-13 | more code towards fixing #5447 | Christian Grothoff | |
2019-01-10 | towards fixing #5447 | Christian Grothoff | |
2019-01-10 | more error codes for the merchant | Christian Grothoff | |
2019-01-09 | Send SIGUSR1 for new keys reloading. | 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 | Export new API | Marcello Stanisci | |
2018-12-21 | Provide test API for keys serialization. | 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 | /deposit: #5284. | Marcello Stanisci | |
2018-12-18 | check-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-13 | Adapt test to bank returning descending /history elements. | Marcello Stanisci | |
2018-12-06 | Extend exchange-lib. | Marcello Stanisci | |
Adding simple function that returns the exchange's base URL. | |||
2018-11-25 | getting test_auditor_api to pass | Christian Grothoff | |