summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
AgeCommit message (Collapse)Author
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-26add api to allow clients to force auditor notification of dcChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-08-01fix indentChristian Grothoff
2019-07-24getting revocation/payback test with refreshed coins to passChristian Grothoff
2019-07-23modify /payback API and test usage of that API to pass/return additional ↵Christian Grothoff
information required when dealing with payback of refreshed coins
2019-07-21expose blinding key in refresh-reveal API in preparation for #5777Christian Grothoff
2019-07-15towards #5777, adding todos/notesChristian Grothoff
2019-04-03Provide API to fake now when requesting /keys.Marcello Stanisci
2019-01-17/keys API.Marcello Stanisci
Adding method to override the last_denom value for a key set.
2019-01-16Extend tests.Marcello Stanisci
Give a way to force redownload (= no cherry picking) all /keys.
2019-01-13more code towards fixing #5447Christian Grothoff
2019-01-10towards fixing #5447Christian Grothoff
2018-12-06Extend exchange-lib.Marcello Stanisci
Adding simple function that returns the exchange's base URL.
2018-11-17more work towards testing deposit confirmationsChristian Grothoff
2018-11-17work towards testing auditor deposit-confirmation APIChristian Grothoff
2018-10-13keep a most sigs around when serializingChristian Grothoff
2018-10-13intermediate patch towards implementing #5136Christian Grothoff
2018-10-13implement deserialization logic for #5136Christian Grothoff
2018-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-09-15fix #5315, including more testingChristian Grothoff
2018-05-18Ask to withdraw on a expired reserve.Marcello Stanisci
2018-04-15merging Florian's changes with my wire changesChristian Grothoff
2018-04-06disable /keys cherrypicking until #5315 is addressedv0.5.0Florian 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-18implement #5254Christian Grothoff
2018-01-15add timestamp for /reserve/status deposit eventsChristian Grothoff
2018-01-01add TALER_EXCHANGE_refund2, make sure fee test initializes all amounts; ↵Christian Grothoff
update ChangeLog
2017-12-14remove _admin APIs from libtalerexchangeChristian Grothoff
2017-11-29fixing #5178Christian Grothoff
2017-10-31add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tipsChristian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs ↵Christian Grothoff
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced
2017-09-13add argument to TALER_EXCHANGE_check_keys_current() to allow forcing the ↵Christian Grothoff
download
2017-09-13theoretically finished implementation of #4840 (/keys cherry picking), but ↵Christian Grothoff
by far not done testing
2017-09-12add support for #4840 (/keys cherry picking) to libtalerexchangeChristian Grothoff
2017-07-01implement logic to check protocol version compatibility (#5035)Christian Grothoff
2017-06-29preparations for #4840Christian Grothoff
2017-06-04free auditor data on shutdown (#5050)Christian Grothoff
2017-06-04fixing misc doxygen issuesChristian Grothoff
2017-06-01add version to keydata returned by libtalerexchange (#5035)Christian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-08remove dead transfer details field from reserves_in (API, exchangedb, etc.)Christian Grothoff
2017-04-20finished implementing #4956 in principle, but not yet testedChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-04-19implementing #4956-support in libtalerexchangeChristian Grothoff
2017-04-17introducing closing feeChristian Grothoff
2017-04-16test case of /payback done twice, handle 403-case in /payback handler, ↵Christian Grothoff
thereby also testing coin-with-payback history case in test logic (fixes #3887)
2017-04-03implement #3887-handling in exchange-libChristian Grothoff
2017-04-03implement rest of exchange logic for #3887 (return payback information in ↵Christian Grothoff
reserve and coin histories)
2017-04-01implement DB plugin function to obtain reserve information, migrate logic to ↵Christian Grothoff
simplified API spec (#3887); use plugin API in /payback DB implementation