summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2019-04-22use uint64_t for serial_idChristian Grothoff
2019-04-12Address more warnings on types.Marcello Stanisci
2019-04-11Introduce new "history range" wire API.Marcello Stanisci
2019-04-10Fixing 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-10minor fixesMarcello Stanisci
2019-04-10Make 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-04Inserting "now" argument into "/keys".Marcello Stanisci
Also using this new logic from the cherry-pick test case.
2019-04-03Provide API to fake now when requesting /keys.Marcello Stanisci
2019-04-03Faking the time.Marcello Stanisci
Cherry-pick tests now uses the now-faked version of taler-exchange-keyup. Fails.
2019-03-02actually disable 100 continueChristian Grothoff
2019-02-14add option to be selective about dropping the exchange listChristian Grothoff
2019-02-14preparations for #5536Christian Grothoff
2019-02-13Fix #5558.Marcello Stanisci
2019-02-13new bank error codeMarcello Stanisci
2019-02-05New error codes for bank.Marcello Stanisci
2019-01-31new error codeMarcello Stanisci
2019-01-30Adding map: wire method name <--> plugin name.Marcello Stanisci
2019-01-28Extend auditor testing-lib.Marcello Stanisci
Add method to check whether a exchange (URL) belongs to the list of audited exchanges.
2019-01-25Revert explicit AUDITOR_connect at tests.Marcello Stanisci
2019-01-24Auditor tests.Marcello Stanisci
Fix double connection.
2019-01-21Export 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-16Extend tests.Marcello Stanisci
Give a way to force redownload (= no cherry picking) all /keys.
2019-01-13more code towards fixing #5447Christian Grothoff
2019-01-10towards fixing #5447Christian Grothoff
2019-01-10more error codes for the merchantChristian Grothoff
2019-01-09Send SIGUSR1 for new keys reloading.Marcello Stanisci
2018-12-22disambiguate error scenarios betterChristian Grothoff
2018-12-22fix numbering of EC codes, distinguish auditor DB store errorsChristian Grothoff
2018-12-21Export new APIMarcello Stanisci
2018-12-21Provide test API for keys serialization.Marcello Stanisci
2018-12-18/withdraw: #5284.Marcello Stanisci
2018-12-18/wire: #5284Marcello 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-18check-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-13Adapt test to bank returning descending /history elements.Marcello Stanisci
2018-12-06Extend exchange-lib.Marcello Stanisci
Adding simple function that returns the exchange's base URL.
2018-11-25getting test_auditor_api to passChristian Grothoff
2018-11-20Offer contract terms trait as a JSON object.Marcello Stanisci
2018-11-18add dbinit cmdChristian Grothoff
2018-11-17complete /deposit-confirmation test commandChristian Grothoff
2018-11-17add list exchanges commandChristian Grothoff
2018-11-17use more const in taler_testing_lib.hChristian Grothoff
2018-11-17more work towards testing deposit confirmationsChristian Grothoff
2018-11-17work towards testing auditor deposit-confirmation APIChristian Grothoff