summaryrefslogtreecommitdiff
path: root/src/merchant-tools/taler-merchant-benchmark.c
AgeCommit message (Collapse)Author
2023-09-01new CRUD APIs for OTP devices and merchant accounts (fixes #7929, #7824), ↵Christian Grothoff
one minor test is still failing...
2023-08-22add currency to amounts in merchant DBChristian Grothoff
2023-07-16got merchant benchmark to passChristian Grothoff
2023-07-16work on getting taler-merchant-benchmark to functionChristian Grothoff
2023-07-16fix taler-merchant-benchmark FTBFSChristian Grothoff
2023-06-22adapt to exchange API changeChristian Grothoff
2022-02-17fix exchange API breakageFlorian Dold
2021-12-14migration to protocol v11Christian Grothoff
2021-11-25fix #7105Christian Grothoff
2020-11-03make benchmark currency-neutralChristian Grothoff
2020-10-31remove -s option again: not needed thanks to idempotencyChristian Grothoff
2020-10-31modify benchmark to get corner-run to pass againChristian Grothoff
2020-10-31integrate creation of alt instance with merchant benchmark main logicChristian Grothoff
2020-10-31fix FIXME, get taler-merchant-benchmark to kind-of work in ordinary modeChristian Grothoff
2020-10-30do not force reset of bank in benchmark, allow skipping instance creationChristian Grothoff
2020-10-30remove dead optionsChristian Grothoff
2020-10-13fix format string bugChristian Grothoff
2020-10-09Addressing @file warnings.MS
2020-07-23test pay with NULL session_idJonathan Buchanan
2020-07-11clean up testing post orders cmdJonathan Buchanan
2020-07-03use improved rewind APIChristian Grothoff
2020-07-03more merchant benchmark cleanupChristian Grothoff
2020-07-03some clean up of merchant benchmark codeChristian Grothoff
2020-05-13fix benchmark FTBFSChristian Grothoff
2020-05-03fix benchmark FTBFSChristian Grothoff
2020-05-03fix benchmark FTBFSChristian Grothoff
2020-04-26fix fTBFSChristian Grothoff
2020-04-16complete first draft of new SQL schemaChristian Grothoff
2020-01-18make it compile again (test cases still don't compile)Florian Dold
2020-01-17indent fixesChristian Grothoff
2020-01-13renameChristian Grothoff
2020-01-13fix compilation after exchange refactorMarcello Stanisci
2019-11-09api update, not fully implementedChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29style fixesChristian Grothoff
2019-10-23fix warningChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
Previously, instances were addressed in various ways depending on then request (GET parameter, some instance_id in the POST body). With this commit, users of the merchant backend don't see the instance, they just see another base URL.
2019-03-29Address compilation warningv0.5.2Marcello Stanisci
2019-03-05Benchmark.v0.5.1Marcello Stanisci
Taking the currency from CLI arguments as well, as there was no need to parse the config just to fetch this value.
2019-03-05UIMarcello Stanisci
2019-03-05fix boolean operatorMarcello Stanisci
2019-03-05Fix argument parsing.Marcello Stanisci
2018-12-18#5284.Marcello Stanisci
Adapting after the latest exchange's changes because of #5284 itself.
2018-12-17Fix sloppy flow.Marcello Stanisci
2018-07-04Args parsing.Marcello Stanisci
Fix problem reported here: https://gnunet.org/bugs/view.php?id=5378#c13134, and closing #5378.
2018-07-03remove copy-&-paste leftoverMarcello Stanisci
2018-07-03fix subcommands logic.Marcello Stanisci
2018-07-03merge data from former "alt" generator into melted version.Marcello Stanisci
2018-07-03fix amounts/orders definitionMarcello Stanisci