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