summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_deposit.c
AgeCommit message (Collapse)Author
2018-08-17use gnunet_curl_lib.h instead of including gnurl/curl directlyFlorian Dold
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-01-01change 'f' to 'contribution' in /depositChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-12nicer loggingChristian Grothoff
2017-05-11clean up debug logicChristian Grothoff
2017-05-07check json_pack return value, just to be niceChristian Grothoff
2017-02-07remove transaction_id, only one payment per proposal allowedFlorian Dold
2017-02-06contract terminology renaming (#4877)Florian Dold
2016-10-20rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_codeChristian Grothoff
2016-10-20remove redundant exchange_api_common.h headerChristian Grothoff
2016-10-20return taler-specific error codes from C API as wellChristian Grothoff
(#4497/4705)
2016-07-07fixing #4594Marcello Stanisci
2016-06-07add exchange_pub to callbacksChristian Grothoff
2016-05-26change edate to wire_transfer_deadline/delay (#4521)Christian Grothoff
2016-05-24fixing #4520: be more aggressive at asserting when API is violatedChristian Grothoff
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-20enforce wire deadline >= refund_deadline in APIChristian Grothoff
2016-05-05export transaction history check functionChristian Grothoff
2016-05-04fix fmt string issuesChristian Grothoff
2016-05-04modify test to trigger aggregation properly and check resulting fakebank ↵Christian Grothoff
transfers
2016-04-17replace exchange_api_context with libgnunetcurlChristian 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-01renaming mint->exchangeChristian Grothoff