Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-05 | Removing date-range-based logic from wire-plugin | Marcello Stanisci | |
2019-09-04 | note | Marcello Stanisci | |
2019-09-03 | auditor needs serial IDs in coin history | Christian Grothoff | |
2019-09-02 | misc. auditor bugfixes | Christian Grothoff | |
2019-08-30 | error code | Florian Dold | |
2019-08-25 | re-format code | Florian Dold | |
2019-08-24 | refactor wire auditor to properly handle multiple accounts | Christian Grothoff | |
2019-08-17 | remove currency field from databases | Christian Grothoff | |
2019-08-01 | fix indent | Christian Grothoff | |
2019-07-27 | more denom sig checking in auditor | Christian Grothoff | |
2019-07-25 | update auditordb to include payback losses | Christian Grothoff | |
2019-07-24 | add ppc progress points for payback ops | Christian Grothoff | |
2019-07-24 | make sure reserves are not gc'ed before legal expiration | Christian Grothoff | |
2019-07-24 | getting revocation/payback test with refreshed coins to pass | Christian Grothoff | |
2019-07-24 | implement zombie check | Christian Grothoff | |
2019-07-23 | modify /payback API and test usage of that API to pass/return additional ↵ | Christian Grothoff | |
information required when dealing with payback of refreshed coins | |||
2019-07-23 | implement postges_get_old_coin_by_h_blind for #5777 | Christian Grothoff | |
2019-07-22 | include new payback-refresh possibilities in coin history generation | Christian Grothoff | |
2019-07-21 | extending postgres plugin with functions required to store payback data on ↵ | Christian Grothoff | |
refreshed coins for #5777 | |||
2019-07-21 | expose blinding key in refresh-reveal API in preparation for #5777 | Christian Grothoff | |
2019-07-19 | rename fresh coin to have TALER_TESTING_-prefix | Christian Grothoff | |
2019-07-15 | towards #5777, adding todos/notes | Christian Grothoff | |
2019-07-15 | fix use of index in testing_api_cmd_refresh.c | Christian Grothoff | |
2019-06-26 | add test for json_wire.c logic | Christian Grothoff | |
2019-06-26 | implement /link signatures | Christian Grothoff | |
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 | |