summaryrefslogtreecommitdiff
path: root/src/exchange-lib/Makefile.am
AgeCommit message (Collapse)Author
2018-11-17work towards testing auditor deposit-confirmation APIChristian Grothoff
2018-09-22put curl default options on one placeFlorian Dold
2018-09-15fix #5315, including more testingChristian Grothoff
2018-08-16fix all (?) wrong -l flagsFlorian Dold
2018-08-06link against bank as well:Christian Grothoff
2018-08-06fix linkChristian Grothoff
2018-06-20Implementing #5306.Marcello Stanisci
2018-06-20batch CMD skeleton + include defs.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-17Twisted tests scaffold.Marcello Stanisci
2018-02-21no need for a "hash trait" here. Removing code.Marcello Stanisci
2018-02-16hash code traitMarcello Stanisci
2018-02-16offering amount _objects_ as traits (a string version ofMarcello Stanisci
it was already implemented). "Withdraw" command uses it.
2018-02-12Implement new traits-based tests.Marcello Stanisci
2018-01-21finish simplifying main by adding more helpers and macrosChristian Grothoff
2018-01-21factor out more helpersChristian Grothoff
2018-01-21integrate sigpipe with ain loopChristian Grothoff
2018-01-21finish new withdraw command implementationChristian Grothoff
2018-01-21more traitsChristian Grothoff
2018-01-21new test interpreter architecture, first draftChristian Grothoff
2017-12-14remove _admin APIs from libtalerexchangeChristian Grothoff
2017-12-10add testcase for #5077 (passes), start to reduce use of exchange's ↵Christian Grothoff
admin/add/incoming (#5172, more to come)
2017-10-18releasing v0.4.0v0.4.0Christian Grothoff
2017-09-14(imperfect) test for #4840Christian Grothoff
2017-09-13skeleton for /keys cherry picking testcaseChristian Grothoff
2017-06-06bump versions for releasev0.3.0Christian Grothoff
2017-03-29implement /payback-functions in libtalerexchange.soChristian Grothoff
2016-10-20remove redundant exchange_api_common.h headerChristian Grothoff
2016-06-20-bumps for releaseChristian Grothoff
2016-06-09-typoChristian Grothoff
2016-06-09rename source files to match API URIsChristian Grothoff
2016-06-09rename source files to match API URIsChristian Grothoff
2016-06-08turn libfakebank into libtalerfakebank so we can use it for testcases in the ↵Christian Grothoff
merchant
2016-05-04fix make distChristian Grothoff
2016-05-04implementing /refund API (#3848)Christian Grothoff
2016-05-03towards fixing #4399Christian Grothoff
2016-04-17replace exchange_api_context with libgnunetcurlChristian Grothoff
2016-04-11implementing #4357, but test missingChristian Grothoff
2016-04-10fixing #4386: use more sane configuration and data file structureChristian Grothoff
2016-04-01set environment variable to ensure plugins are found during testsChristian Grothoff
2016-03-19remove duplicated JSON parsing code from exchange-lib (#4150)Christian Grothoff
2016-03-19first refactoring of JSON logic to address #4150 and #4237Christian Grothoff
2016-03-15exclude priv keysChristian Grothoff
2016-03-01renaming mint->exchangeChristian Grothoff