Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | Christian Grothoff | |
2018-11-25 | getting test_auditor_api to pass | Christian Grothoff | |
2018-10-22 | Fix compiler warnings. | Marcello Stanisci | |
This reverts changes made in b0d00823eb96de733510354. The warnings are fixed by changing the functions signatures, instead of casting their pointers. | |||
2018-10-22 | Fix compiler warnings. | Marcello Stanisci | |
2018-09-22 | put curl default options on one place | Florian Dold | |
2018-09-21 | use deflate in exchange-api | Florian Dold | |
2018-08-17 | use gnunet_curl_lib.h instead of including gnurl/curl directly | Florian Dold | |
2018-05-18 | Ask to withdraw on a expired reserve. | Marcello Stanisci | |
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-16 | fix fakebank memory leak | Christian Grothoff | |
2018-01-15 | add timestamp for /reserve/status deposit events | Christian Grothoff | |
2017-10-31 | fix stupid ordering issue after refactoring | Christian Grothoff | |
2017-10-31 | add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tips | Christian Grothoff | |
2017-10-31 | major 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-10-06 | doh, do not try to clean up after allocation failure | Christian Grothoff | |
2017-10-06 | better logging if IBAN validation fails, also avoid potentially unbounded ↵ | Christian Grothoff | |
stack allocation | |||
2017-10-06 | check return value from TALER_amount_get_zero | Christian Grothoff | |
2017-10-06 | check return value from TALER_JSON_hash | Christian Grothoff | |
2017-06-05 | fix indentation | Christian Grothoff | |
2017-06-04 | fix memory leaks (#5050) | Christian Grothoff | |
2017-05-08 | remove dead transfer details field from reserves_in (API, exchangedb, etc.) | Christian Grothoff | |
2017-05-08 | updates to distinguish clearly between wtid and json transfer details | Christian Grothoff | |
2017-05-07 | check json_pack return value, just to be nice | Christian Grothoff | |
2017-04-20 | finished implementing #4956 in principle, but not yet tested | Christian Grothoff | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-04-19 | implementing #4956-support in libtalerexchange | Christian Grothoff | |
2017-04-18 | fixing #4980 | Christian Grothoff | |
2017-04-10 | also test reserve history after payback | Christian Grothoff | |
2017-04-03 | implement #3887-handling in exchange-lib | Christian Grothoff | |
2017-04-03 | mark TODOs for #3887 in exchange-lib | Christian Grothoff | |
2016-10-20 | rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code | Christian Grothoff | |
2016-10-20 | remove redundant exchange_api_common.h header | Christian Grothoff | |
2016-10-20 | return taler-specific error codes from C API as well | Christian Grothoff | |
(#4497/4705) | |||
2016-10-18 | implement #4497/#4705 -- addition of unique numeric error codes -- for the ↵ | Christian Grothoff | |
server-side of the exchange | |||
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-11 | fix memory leaks | Christian Grothoff | |
2016-06-09 | make code build against revised GNUnet blind signing API | Christian Grothoff | |
2016-05-30 | adding --pool-size option to benchmark, | Marcello Stanisci | |
correcting comments | |||
2016-05-26 | fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming) | Christian Grothoff | |
2016-05-24 | fix #4483 | Christian Grothoff | |
2016-05-21 | make use of GNUNET_JSON_from_data_auto where possible | Christian Grothoff | |
2016-05-04 | fix fmt string issues | Christian Grothoff | |
2016-04-17 | replace exchange_api_context with libgnunetcurl | Christian Grothoff | |
2016-03-21 | rename to match GNUnet symbol change | Christian Grothoff | |
2016-03-19 | remove duplicated JSON parsing code from exchange-lib (#4150) | Christian Grothoff | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |