Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-07 | proper i18n support for TOS | Christian Grothoff | |
2020-01-19 | gitignore | Florian Dold | |
2020-01-19 | add missing files and adjust .gitignore rules for testing move | Florian Dold | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |
2020-01-15 | Wirewatch test. | Marcello Stanisci | |
Start the test using the new style. All commands still to be ported. | |||
2020-01-15 | remove tvg, it's now part of GNUnet | Florian Dold | |
2019-12-14 | new is the new old: remove _new from tests | Christian Grothoff | |
2019-11-25 | exchange-tools: add test vector generation tool | Florian Dold | |
2019-10-17 | gitignore | Florian Dold | |
2019-10-05 | disable test-auditor.sh, need working taler-wallet-cli first | Christian Grothoff | |
2019-09-18 | use pre-built man and texinfo from docs.git | Florian Dold | |
2019-09-11 | purge old _new bank-lib test | Marcello Stanisci | |
2019-09-04 | 5746. | Marcello Stanisci | |
Introduce a stand-alone test file for wire-plugins that use the legacy API offered by banks (notably, /history-range). | |||
2019-06-08 | rename _new.c to just .c for tests | Christian Grothoff | |
2019-05-12 | gitignore | Florian Dold | |
2019-04-08 | Put /history[-range] logic in a dedicate file. | Marcello Stanisci | |
2019-04-03 | gitignore | Marcello Stanisci | |
2019-02-18 | gitignore | Marcello Stanisci | |
2019-02-13 | gitignore | Marcello Stanisci | |
2019-01-13 | more code towards fixing #5447 | Christian Grothoff | |
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | 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-04-23 | auditor tool to reset db tables. | Marcello Stanisci | |
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-03-19 | fix parenthesis. | Marcello Stanisci | |
2018-03-17 | gitignore | Marcello Stanisci | |
2018-03-17 | gitignore | Marcello Stanisci | |
2018-02-26 | Bank-lib tests, using the new (libraries-based) style. | Marcello Stanisci | |
2018-02-12 | Implement new traits-based tests. | Marcello Stanisci | |
2018-01-21 | new test interpreter architecture, first draft | Christian Grothoff | |
2017-12-14 | implement taler-bank-transfer, fixes #5195 | Christian Grothoff | |
2017-11-07 | more work on wire auditor and reporting (#4958) | Christian Grothoff | |
2017-09-26 | update .gitignore | Christian Grothoff | |
2017-09-13 | add argument to TALER_EXCHANGE_check_keys_current() to allow forcing the ↵ | Christian Grothoff | |
download | |||
2017-09-12 | do not version INSTALL, is generated | Christian Grothoff | |
2017-06-04 | fix memory leaks (#5050) | Christian Grothoff | |
2017-06-04 | ignore generated file | Christian Grothoff | |
2017-05-18 | update .gitignore to exclude generated manual files | Christian Grothoff | |
2017-05-16 | update .gitignore | Christian Grothoff | |
2017-03-03 | implement #4929: add wire transfer fee to /wire (but not yet charged by ↵ | Christian Grothoff | |
aggregator) | |||
2016-10-20 | update .gitignore | Christian Grothoff | |
2016-10-06 | adding skeleton code for auditor | Christian Grothoff | |
2016-06-15 | first working version of benchmark logic | Christian Grothoff | |
2016-06-06 | ignore benchmark binary | Christian Grothoff | |
2016-05-20 | Add postquantum.bbl and .blg files to .gitignore | Jeff Burdges | |
I dislike adding the .bbl files to .gitignore, but we're doing taler that way now. | |||
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-05-02 | adding bank-lib test against fakebank (currently fails) -- towards ↵ | Christian Grothoff | |
addressing #4437 | |||
2016-04-11 | adding wire plugin tests, resolving #4357 | Christian Grothoff | |
2016-04-10 | fixing #4386: use more sane configuration and data file structure | Christian Grothoff | |