Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | fix build order | Christian Grothoff | |
2020-07-05 | created taler_sq_lib | Jonathan Buchanan | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |
2020-01-16 | make lib(c|gn)url mandatory, cleaner makefiles | Florian Dold | |
2020-01-16 | remove wallet-specific code | Florian Dold | |
2020-01-13 | eliminate libtalerwire | Christian Grothoff | |
2020-01-11 | major refactoring, eliminating wire-plugins and moving towards new bank API. ↵ | Christian Grothoff | |
main code compiles, testcases known to fail, code sure not to fully work yet | |||
2019-11-23 | start with libtalermhd | Christian Grothoff | |
2019-10-26 | turn teah_common.c into libtalercurl, fixes many ugly issues in build system | Christian Grothoff | |
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | Christian Grothoff | |
2019-01-11 | fix lib order. | Marcello Stanisci | |
2019-01-10 | towards fixing #5447 | Christian Grothoff | |
2018-11-10 | add skeleton for auditor httpd tests | Christian Grothoff | |
2018-10-27 | auditor-lib now builds | Christian Grothoff | |
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. | |||
2016-10-06 | adding skeleton code for auditor | Christian Grothoff | |
2016-05-31 | adding a few more uniqueness constraints to DB | Christian Grothoff | |
2016-05-30 | benchmark makefile | Marcello Stanisci | |
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-04-19 | move currency to taler section, create taler.conf | Florian Dold | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |
2016-01-25 | more work on wire plugin | Christian Grothoff | |
2016-01-24 | adding skeletons for plugins | Christian Grothoff | |
2015-08-14 | also build mint-lib if we only have libgnurl | Christian Grothoff | |
2015-05-28 | add --enable-wallet-only flag to build libtalerutil_wallet which ONLY ↵ | Christian Grothoff | |
contains the wallet-specific API subset | |||
2015-04-13 | make build succeed even without libgnurl or libpq | Christian Grothoff | |
2015-03-28 | second round of renamefest | Christian Grothoff | |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-01-28 | move PostGres-specific logic out of libtalerutil | Christian Grothoff | |
2015-01-09 | moving structs relevant for signatures into taler_signatures.h, splitting of ↵ | Christian Grothoff | |
private keys that are not in messages; moving test_hash_context to GNUnet | |||
2015-01-08 | -initial import for mint | Christian Grothoff | |