Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-11-20 | Offer contract terms trait as a JSON object. | Marcello Stanisci | |
2018-11-18 | add dbinit cmd | Christian Grothoff | |
2018-11-17 | complete /deposit-confirmation test command | Christian Grothoff | |
2018-11-17 | add list exchanges 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 | |
2018-11-11 | extend testing logic to setup handle for the auditor | Christian Grothoff | |
2018-11-11 | improve auditor support in libtalertesting | Christian Grothoff | |
2018-11-10 | preparing test logic for new auditor requirements (incomplete) | Christian Grothoff | |
2018-11-10 | add skeleton for auditor httpd tests | Christian Grothoff | |
2018-11-04 | add auditing of deposit confirmations to auditor (#5447) | Christian Grothoff | |
2018-10-28 | implement /exchanges API in libtalerauditor | Christian Grothoff | |
2018-10-28 | implement /exchanges handler in auditor-httpd | Christian Grothoff | |
2018-10-28 | add operation to count number of known coins per denomination to exchangedb | Christian Grothoff | |
2018-10-28 | track number of coins issued per denomination in auditor (not yet used) | Christian Grothoff | |
2018-10-28 | extend auditordb with storing information about list of exchanges and their ↵ | Christian Grothoff | |
signing keys | |||
2018-10-27 | split up progress points of auditor by coin/reserve/aggregation to minimize ↵ | Christian Grothoff | |
DB conflicts | |||
2018-10-27 | complete auditor httpd side of deposit confirmation handling (auditordb not ↵ | Christian Grothoff | |
yet ready, though) | |||
2018-10-27 | auditor-lib now builds | Christian Grothoff | |
2018-10-27 | clean up struct TALER_ExchangeSigningKeyValidityPS | Christian Grothoff | |
(long-standing fixme: should not have contained the signature itself) | |||
2018-10-24 | finish first implementation of /version API call for the auditor | Christian Grothoff | |
2018-10-24 | add skeleton header for auditor service | Christian Grothoff | |
2018-10-22 | Fix compiler warnings. | Marcello Stanisci | |
This reverts changes made in b0d00823eb96de733510354. The warnings are fixed by changing the functions signatures, instead of casting their pointers. | |||
2018-10-22 | Fix compiler warnings. | Marcello Stanisci | |
2018-10-21 | first skeleton of /deposit-confirmation API implementation; not yet ↵ | Christian Grothoff | |
complete, cannot work as-is, see FIXMEs | |||
2018-10-20 | extend auditordb API with function to store deposit confirmations | Christian Grothoff | |
2018-10-19 | reduce redundant data fetch (#5444) | Christian Grothoff | |
2018-10-13 | keep a most sigs around when serializing | Christian Grothoff | |
2018-10-13 | intermediate patch towards implementing #5136 | Christian Grothoff | |