summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff
2019-01-11fix lib order.Marcello Stanisci
2019-01-10towards fixing #5447Christian Grothoff
2018-11-10add skeleton for auditor httpd testsChristian Grothoff
2018-10-27auditor-lib now buildsChristian Grothoff
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.
2016-10-06adding skeleton code for auditorChristian Grothoff
2016-05-31adding a few more uniqueness constraints to DBChristian Grothoff
2016-05-30benchmark makefileMarcello Stanisci
2016-05-04fixes for distingChristian Grothoff
2016-04-19move currency to taler section, create taler.confFlorian Dold
2016-03-19first refactoring of JSON logic to address #4150 and #4237Christian Grothoff
2016-03-01renaming mint->exchangeChristian Grothoff
2016-01-25more work on wire pluginChristian Grothoff
2016-01-24adding skeletons for pluginsChristian Grothoff
2015-08-14also build mint-lib if we only have libgnurlChristian Grothoff
2015-05-28add --enable-wallet-only flag to build libtalerutil_wallet which ONLY ↵Christian Grothoff
contains the wallet-specific API subset
2015-04-13make build succeed even without libgnurl or libpqChristian Grothoff
2015-03-28second round of renamefestChristian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-28move PostGres-specific logic out of libtalerutilChristian Grothoff
2015-01-09moving 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 mintChristian Grothoff