summaryrefslogtreecommitdiff
path: root/src/merchant-tools
AgeCommit message (Collapse)Author
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-05Garbage collector..Marcello Stanisci
2019-03-05Update payment generator instructions.Marcello Stanisci
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-04Remove old code.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
2018-07-03detect --help option under sub-command.Marcello Stanisci
2018-07-03Distinguish case based on sub-command given.Marcello Stanisci
2018-07-03fix previous renamingMarcello Stanisci
2018-07-03renaming generator into taler-merchant-benchmarkMarcello Stanisci
2018-07-02cut unused data off from track CMDs.Marcello Stanisci
2018-06-29Remove "-new" leftover part.Marcello Stanisci
2018-06-28More descriptive --help option.Marcello Stanisci
2018-06-28Addressing #5366, the pay-gen side.Marcello Stanisci
2018-06-27Towards #5366..Marcello Stanisci
2018-06-27Terminate good process if CLI option is missing.Marcello Stanisci
2018-06-27Make "alt" generator compile.Marcello Stanisci
2018-06-27Corner case generator, first draft.Marcello Stanisci
2018-06-14Simplifying payment generator.Marcello Stanisci
It grew too complicated as corner cases were inserted there too. Those corner cases included non-aggregated transactions and 2-coins payments, aimed to test the backoffice site. However, that way the original purpose of the generator was subverted: it is a tool to measure performance under normal circumstances. A new tool where all the other corner cases are generated should instead be created.
2018-06-13Fix last change.Marcello Stanisci
NOTE: the Authorization header is to be added only _once_, as it stays around until the very end when it gets freed by libgnunetcurl.
2018-06-13Reverting last change.Marcello Stanisci
Custom HTTP headers will be added via a dedicate function offered by the usual GNUnet-cURL stack.
2018-06-12minor editMarcello Stanisci
2018-06-12Really fixes previous changeMarcello Stanisci
2018-06-12Really fixes previous change.Marcello Stanisci
2018-06-12Renaming payment generator executable.Marcello Stanisci
2018-06-12'enum' instead of several same-typed #define's.Marcello Stanisci
2018-06-12Dynamic currency at the generator.Marcello Stanisci
Moving currency-dependant strings allocation above the run method.
2018-06-12Allocating strings beforehandMarcello Stanisci
2018-06-12fetch currency from configurationMarcello Stanisci
2018-06-11Cannot kill an unborn process.Marcello Stanisci
2018-06-07Fix un-aggregated payment.Marcello Stanisci
2018-06-07Again on 424 context creation.Marcello Stanisci
The 2-coins payment needs to be moved where it is _not_ reached by the /track/transaction CMD; otherwise it'd get cached in the DB and no twisting of it can happen.
2018-06-06Implement 2-coined payment.Marcello Stanisci
The payment generator has to generate a payment where two coins are used; this way it's possible to trigger "failed dependecy" HTTP errors when testing the back-office site.
2018-06-06Payment generator got 202 tracks.Marcello Stanisci
We deliberately leave one deposit unaggregated at the payment generator, in order to be able to test a 202 Accepted response from /track/transaction.
2018-05-24Commenting the "rewind" CMD.Marcello Stanisci
2018-05-11option name.Marcello Stanisci
2018-05-11provide --config as well.Marcello Stanisci
2018-05-11Adding -L CLI argument.Marcello Stanisci
2018-05-11adding --version infoMarcello Stanisci
2018-05-11Provide --help option to the paygen.Marcello Stanisci
2018-05-11Ip paygen tuning.Marcello Stanisci