Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-21 | -typos | Christian Grothoff | |
2022-11-17 | bank API refactoring for #7276 (incomplete) | Christian Grothoff | |
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-08-12 | support long_poll_ms argument in bank API (#6987) | Christian Grothoff | |
2021-08-07 | -fix fakebank/tewgc logic and add test case | Christian Grothoff | |
2020-07-05 | use unregister | Christian Grothoff | |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff | |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff | |
2020-03-03 | rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵ | Christian Grothoff | |
when curl_easy_init() fails | |||
2020-03-03 | fixing memory leak, comments, renaming callback type to make it more concise | Christian Grothoff | |
2020-03-03 | remove /config from API, as that is not part of the wire gateway specification | Christian Grothoff | |
2020-02-04 | implement /config in fakebank and taler_bank_lib.h (#6066) | Christian Grothoff | |
2020-01-19 | remove redundant METHOD option, we can derive it from PAYTO_URI | Florian Dold | |
2020-01-18 | doxygen fixes / redundant parameter elimination | Florian Dold | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | doxygen work | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | remove more redundant args | Florian Dold | |
2020-01-18 | dce: redundant args | Florian Dold | |
2020-01-17 | DCE, part one | Florian Dold | |
2020-01-17 | payto fixes WIP | Florian Dold | |
2020-01-17 | payto fixes WIP | Florian Dold | |
2020-01-16 | debig | Christian Grothoff | |
2020-01-13 | make fakebank and banklib match specifified new API | Christian Grothoff | |
2020-01-13 | dce | Christian Grothoff | |
2020-01-13 | eliminate libtalerwire | Christian Grothoff | |
2020-01-12 | add separate transfer and admin/add/incoming commands | Christian Grothoff | |
2020-01-11 | major refactoring, eliminating wire-plugins and moving towards new bank API. ↵ | Christian Grothoff | |
main code compiles, testcases known to fail, code sure not to fully work yet | |||
2019-12-15 | purge history-range API, no longer needed (#5993) | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-04-22 | use uint64_t for serial_id | Christian Grothoff | |
2019-04-12 | Address 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-02 | Changing 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-30 | use url instead of uri consistently | Florian Dold | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-05-16 | handle base32-wire transfer subject being followed by space+exchange base ↵ | Christian Grothoff | |
url in wire plugin and fakebank | |||
2017-05-07 | implement fakebank support (incl. tests) for #5005/#4964/4959 | Christian Grothoff | |
2017-05-04 | adding support for transaction history to wire plugin API (#4959) | Christian Grothoff | |
2017-05-04 | switch bank api to new authentication method API | Christian Grothoff | |
2017-05-04 | implement #4993 | Christian Grothoff | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-03-02 | implementing #4921: add base URL to wire transfers | Christian Grothoff | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-04-17 | replace bank_api_context with libgnunetcurl | Christian Grothoff | |
2016-03-23 | switch to wid to comply with spec | Christian Grothoff | |
2016-03-02 | towards fixing #4230 | Christian Grothoff | |
2016-01-29 | update bank-lib to reflect API discussions | Christian Grothoff | |
2016-01-25 | more work on wire plugin | Christian Grothoff | |