Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-13 | fix double-free | Marcello Stanisci | |
2019-03-13 | stop wirewatch if launching exchange fails | Christian Grothoff | |
2019-03-13 | return proper error message instead of aborting, fix a few minor memory ↵ | Christian Grothoff | |
leaks in taler-exchange-benchmark | |||
2018-12-18 | /withdraw: #5284. | Marcello Stanisci | |
2018-12-18 | /refresh/*: #5284. | Marcello Stanisci | |
2018-12-18 | /deposit: #5284. | Marcello Stanisci | |
2018-11-10 | preparing test logic for new auditor requirements (incomplete) | Christian Grothoff | |
2018-10-02 | benchmark: variable 'refresh rate' | Florian Dold | |
2018-10-02 | print CPU time for benchmark descendant processes | Florian Dold | |
2018-09-21 | result must be signed | Florian Dold | |
2018-09-21 | benchmark: don't crash on --help | Florian Dold | |
2018-08-23 | exchange benchmark: add option to linger around after we're done | Florian Dold | |
2018-08-19 | re-init logging so we can tell by PID who it is | Christian Grothoff | |
2018-08-19 | add logic to allow fakebank transfers to be retried | Christian Grothoff | |
2018-08-19 | increase client limit | Florian Dold | |
2018-08-19 | benchmark: remove odd macro | Florian Dold | |
2018-08-19 | add remote benchmarking | Florian Dold | |
2018-08-11 | implement retries for a few more commands | Christian Grothoff | |
2018-08-11 | add multi-reserve support, improve load balancing by not reusing connections ↵ | Christian Grothoff | |
in benchmark | |||
2018-08-10 | use timeout option in benchmark | Christian Grothoff | |
2018-08-10 | add a few more FOR UPDATE where appropriate | Christian Grothoff | |
2018-08-10 | launch wirewatch in the background for benchmarking | Christian Grothoff | |
2018-08-10 | use retry in benchmark | Christian Grothoff | |
2018-08-09 | spaceing | Christian Grothoff | |
2018-08-09 | report ore precisely where commands went wrong | Christian Grothoff | |
2018-08-09 | fix benchmark tool output and time measurement | Christian Grothoff | |
2018-08-09 | use only one fakebank instance in multi-process benchmark | Christian Grothoff | |
2018-08-09 | in parallel tests, only launch one exchange -- still broken: code attempts ↵ | Christian Grothoff | |
to launch multiple fakebanks | |||
2018-08-09 | use fprintf / stdout for final benchmark result | Christian Grothoff | |
2018-08-07 | first quick hack for parallelizing benchmark | Christian Grothoff | |
2018-08-06 | fix build | Christian Grothoff | |
2018-07-27 | Benchmark, | Marcello Stanisci | |
extract bank url from the configuration; then make example config usable. | |||
2018-07-27 | Make benchmark config file working. | Marcello Stanisci | |
2018-07-25 | Benchmark. | Marcello Stanisci | |
Building the /wire response object inside the tool. | |||
2018-07-25 | Give default loglev at benchmark. | Marcello Stanisci | |
2018-07-25 | Benchmark. | Marcello Stanisci | |
Removing "-new" part from the source file. | |||
2018-04-02 | Changing configuration structure to enable multiple accounts. | Christian Grothoff | |
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well. | |||
2018-01-30 | use url instead of uri consistently | Florian Dold | |
2017-12-10 | eliminate use of exchange's /admin/add/incoming with fakebank in ↵ | Christian Grothoff | |
taler-exchange-benchmark | |||
2017-11-29 | fixing #5178 | Christian Grothoff | |
2017-10-31 | major API refactoring, adding planchet generation and coin extraction APIs ↵ | Christian Grothoff | |
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced | |||
2017-10-17 | exit more nicely if command line arguments were wrong | Christian Grothoff | |
2017-10-06 | use proper return value, some c99 changes | Christian Grothoff | |
2017-10-06 | check return value from TALER_JSON_hash | Christian Grothoff | |
2017-07-01 | implement logic to check protocol version compatibility (#5035) | Christian Grothoff | |
2017-05-29 | rename proposal_data to contract_terms (see #4879) | Florian Dold | |
2017-05-04 | fix indentation | Christian Grothoff | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-03-25 | renaming GNUNET_GETOPT-symbols to match latest changes in GNUnet | Christian Grothoff | |
2017-03-15 | update getopt config parsing style to match 'getopt' GNUnet branch API change | Christian Grothoff | |