summaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Collapse)Author
2022-07-21-fix testsChristian Grothoff
2022-07-21-fix field nameChristian Grothoff
2022-07-21testing merchant restart with new token after updating the default token in ↵Sebastian
the database
2022-07-21d_ms => d_us change'Christian Grothoff
2022-07-20-FIXME, not TODOChristian Grothoff
2022-07-11-test exchange and payto uri as wellChristian Grothoff
2022-07-11-remove FIXMEs that have been resolvedChristian Grothoff
2022-07-11-misc bugfixesChristian Grothoff
2022-07-11fix test now that libtalermerchant returns the actual HTTP status codeChristian Grothoff
2022-07-11-dox fixesChristian Grothoff
2022-07-11improve C APIChristian Grothoff
2022-07-09-deposit fee does NOT go to merchant on refundChristian Grothoff
2022-07-03-fix non-deterministically failing test due to competing wirewatch processesChristian Grothoff
2022-06-24also test for taler-bank-manage in walletharness testChristian Grothoff
2022-06-12-re-enable testsChristian Grothoff
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-06-06disable hung testsChristian Grothoff
2022-06-06-fix tests: add receiver-name to paytoChristian Grothoff
2022-04-17-fix kyc configChristian Grothoff
2022-03-20-minor code cleanupChristian Grothoff
2022-03-18-fix offline callsChristian Grothoff
2022-03-15-ignore exchange-secmod-csÖzgür Kesim
2022-03-15[age restriction] age verification implemented, but not tested.Özgür Kesim
order/pay now verifies the minimum_age of an order for each coin, using the age restriction API from the exchange-lib. Note, tests are not implemented yet.
2022-03-10URI now contains h_payto, not the serial idChristian Grothoff
2022-03-10-add wad fee in testsChristian Grothoff
2022-03-01-also start CS serviceChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-17-post Oec cleanupsChristian Grothoff
2022-02-17-fix FTBFSChristian Grothoff
2022-02-17fix exchange API breakageFlorian Dold
2022-02-13-migrate merchant tests to support RSA and CSChristian Grothoff
2022-02-13-add cipher=RSA option toget basic tests to pass againChristian Grothoff
2022-02-11-fix CS-pickup logic (in theory, untested)Christian Grothoff
2022-02-11-fix FTBFS, but with logic holesChristian Grothoff
2022-01-24print software versionSebastian
2022-01-19issue #7148Sebastian
2021-12-19-introduce new types for tip identifiers and tip pickupsChristian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-12-06fixing: unable to use default instance if it was not the first createdSebastian
if the first instance created is not the default instance then the next access to the default instance is not possible since: * default_auth is set to null in taler-merchant-httpd_private-post-instances:463 * TMH_lookup_instance will not find default instance in taler-merchant-httpd:1153 * auth_ok will be always false in line 1385 - multihashmap_size > 0 - default_auth == NULL - hc->instance == NULL disabling any instance creation, even default instance until restart restarting the service will load the default_auth again allowing the access to the default instance again
2021-12-02int test for issue #7025Sebastian
2021-12-01fix wallet and aggregator invocation (no KYC!) in test casesFlorian Dold
2021-11-20this step now fails, as the client already checks for the auth secret to be ↵Christian Grothoff
malformed, so we cannot get a 400 back
2021-11-20add check in the testSebastian
2021-11-19-fix misc bugsChristian Grothoff
2021-11-17complete KYC testChristian Grothoff
2021-11-17add skeleton for KYC testChristian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-11-16-more work on KYC testChristian Grothoff
2021-11-16add new KYC commandChristian Grothoff
2021-11-04fix trait usageChristian Grothoff