Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | /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-14 | fastoption may not be supported by all curls | Christian Grothoff | |
2018-12-14 | fastoption may not be supported by all curls | Christian Grothoff | |
2018-12-13 | Adapt test to bank returning descending /history elements. | Marcello Stanisci | |
2018-12-13 | Adapt test to bank returning descending /history elements. | Marcello Stanisci | |
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-30 | update README | Christian Grothoff | |
2018-11-25 | doxygen for exchange' | Christian Grothoff | |
2018-11-25 | fix a few more leaks | Christian Grothoff | |
2018-11-25 | fix misc. memory leaks | Christian Grothoff | |
2018-11-25 | getting test_auditor_api to pass | Christian Grothoff | |
2018-11-24 | migrate auditor-report.tex.j2 to current JSON style where currency/value are ↵ | Christian Grothoff | |
no longer separated | |||
2018-11-23 | Remove double closing of a "file stream". | Marcello Stanisci | |
2018-11-20 | Offer contract terms trait as a JSON object. | Marcello Stanisci | |
2018-11-19 | Skip test when wire-plugin is not loaded. | 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-18 | do not crash if session is NULL | Christian Grothoff | |
2018-11-18 | add basic test configuration | Christian Grothoff | |
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 | add commands to run auditor | Christian Grothoff | |
2018-11-11 | fix TXL_curl_easy_get signatures | 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 | fix compiler warning due to possiblity of uninitialized values if enum is ↵ | Christian Grothoff | |
out-of-range | |||
2018-11-10 | fix potential use of uninitialized hash_context | 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-11-04 | add check for #coins depoisted exceeding #coins issued (not just by amount), ↵ | Christian Grothoff | |
fixes #5446 | |||
2018-11-04 | add auditordb constraints to enforce exchange's master_pub is added first | Christian Grothoff | |
2018-11-04 | extend test to also test insert/delete exchange operation | Christian Grothoff | |
2018-11-04 | add missing default configs for auditor-httpd, make -u not mandatory as it ↵ | Christian Grothoff | |
is not needed for -r and check URL is well-formed if given; fix auditordb exchange insertion/removal logic | |||
2018-11-04 | use log instead of fprintf | Christian Grothoff | |
2018-11-03 | implement taler-auditor-exchange | Christian Grothoff | |
2018-10-28 | implement /exchanges API in libtalerauditor | Christian Grothoff | |