summaryrefslogtreecommitdiff
path: root/src/include/taler_bank_service.h
AgeCommit message (Collapse)Author
2019-12-15purge history-range API, no longer needed (#5993)Christian Grothoff
2019-08-25re-format codeFlorian Dold
2019-04-22use uint64_t for serial_idChristian Grothoff
2019-04-12Address more warnings on types.Marcello Stanisci
2019-04-08/history-range.Marcello Stanisci
Implementing the "lib" and "testing-lib" functions to use it.
2018-12-14/history API semantics extended.Marcello Stanisci
That API has now a new 'ordering' flag that lets the client choose what ordering the results should have: ascending or descending. In particular, this change adapted the fakebank and tests logic to such introduction.
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-30use url instead of uri consistentlyFlorian Dold
2017-12-06largely fix #5077Christian Grothoff
2017-05-16handle base32-wire transfer subject being followed by space+exchange base ↵Christian Grothoff
url in wire plugin and fakebank
2017-05-07implement fakebank support (incl. tests) for #5005/#4964/4959Christian Grothoff
2017-05-04adding support for transaction history to wire plugin API (#4959)Christian Grothoff
2017-05-04switch bank api to new authentication method APIChristian Grothoff
2017-05-04implement #4993Christian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-03-02implementing #4921: add base URL to wire transfersChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-04-17replace bank_api_context with libgnunetcurlChristian Grothoff
2016-03-23switch to wid to comply with specChristian Grothoff
2016-03-02towards fixing #4230Christian Grothoff
2016-01-29update bank-lib to reflect API discussionsChristian Grothoff
2016-01-25more work on wire pluginChristian Grothoff
2016-01-25adding first version of thebank-libChristian Grothoff