Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | fix typo in last commit | Thien-Thi Nguyen | |
2022-04-16 | Update ignorance; nfc | Thien-Thi Nguyen | |
2022-03-03 | [age restriction] progress 18/n - attestation tested | Özgür Kesim | |
- Unit-tests for commit, derive, attest and verify added, with multiple combinations of minimum age and commited age. - Fixed crypto implementation (eddsa -> ecdsa) - Using now standard functionality from GNUNET: GNUNET_CRYPTO_ecdsa_{private,public}_key_derive All tests pass (unit tests in util/ and 'make check' in testing). | |||
2022-02-07 | -update .gitignore | Christian Grothoff | |
2021-08-04 | -document section name | Christian Grothoff | |
2021-08-02 | -ignore file from GANA | Christian Grothoff | |
2021-04-05 | add gettext support | Christian Grothoff | |
2021-02-03 | update .gitignore | Thien-Thi Nguyen | |
2021-01-14 | update .gitignore | Thien-Thi Nguyen | |
2021-01-05 | autoconf obsoletions, gitignore | Florian Dold | |
2021-01-03 | update .gitignore | Christian Grothoff | |
2021-01-01 | more to ignore | Christian Grothoff | |
2020-12-29 | use build-aux to support Debian packaging | Christian Grothoff | |
2020-08-03 | ign | Christian Grothoff | |
2020-07-24 | update .gitignore | Christian Grothoff | |
2020-07-22 | update gana | Christian Grothoff | |
2020-07-05 | taler_error_codes.h auto generated from gnunet/gana.git as a submodule | Jonathan Buchanan | |
2020-07-05 | created taler_sq_lib | Jonathan Buchanan | |
2020-07-05 | ign | Christian Grothoff | |
2020-03-21 | completing auditor split | Christian Grothoff | |
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 | |