summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
AgeCommit message (Collapse)Author
2024-03-08implement #8000Christian Grothoff
2024-01-10remove GET /exchanges endpoint as we are making the auditor single-exchange ↵Christian Grothoff
only; also fixes #8054
2023-12-07-fix linker issuesChristian Grothoff
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-10-05-fixing missing '/' at end of paths in Debian package, implement coin ↵v0.9.4-dev.1Christian Grothoff
history logic
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-08-24implement STEFAN value calculationChristian Grothoff
2023-07-14Merge branch 'master' into age-withdrawÖzgür Kesim
2023-07-13merging /keys and /wireChristian Grothoff
2023-07-13towards age-withdraw and -reveal APIÖzgür Kesim
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-06-25more work on atomizing exchange API: depositChristian Grothoff
2023-06-21-more clean up of auditor api: atomization completeChristian Grothoff
2023-02-02first draft of implementation of GET AML decisions endpointChristian Grothoff
2023-01-21-integrate new AML APIs into buildChristian Grothoff
2022-12-28add purse delete functions to libtalerexchangeChristian Grothoff
2022-09-27implement exchange_api_reserves_attest.cChristian Grothoff
2022-09-27implement libtalerexchange:reserve_get_attest APIChristian Grothoff
2022-09-27implement libtalerexchange:reserve_close APIChristian Grothoff
2022-09-27implement libtalerexchange:reserve_open APIChristian Grothoff
2022-08-19add user type to kyc-checkChristian Grothoff
2022-07-29expand taler-exchange-offline and libtalerexchange with ↵Christian Grothoff
management-drain-profits implementation (#4960)
2022-07-01-exchange_api_batch_deposit.c compilesChristian Grothoff
2022-06-05-work on error proof response checking for p2p paymentsChristian Grothoff
2022-05-23-implement batch withdraw client-side logicChristian Grothoff
2022-04-22-make purses_get compileChristian Grothoff
2022-04-21-skeleton logic for deposits into purseChristian Grothoff
2022-04-21-add purse_create_with_merge to buildChristian Grothoff
2022-04-11-skeleton for GET /contracts/ logic: add to build systemChristian Grothoff
2022-04-11-add draft handler for purse merge client requestChristian Grothoff
2022-03-28starting with purse creation client APIChristian Grothoff
2022-03-20towards support for new reserve history/status APIsChristian Grothoff
2022-03-05add client API for setting global feesChristian Grothoff
2022-02-17-fix CS nonce reuse check logicChristian Grothoff
2022-02-04implement exchange_api_csrLucien Heuzeveldt
2022-01-23[age_restriction] progress 13/nÖzgür Kesim
- major refactoring of extensions - extensions live now in a separate library, libtalerextensions - refactored all components using age_restriction accordingly - plumbing for plugin support for extensions roughly layed down
2021-12-25protocol v12 changes (/recoup split, signature changes) plus database ↵Christian Grothoff
sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks
2021-12-23[age restriction] progress 8/nÖzgür Kesim
More work towards support for extensions and age restriction - updated gana - added handler for DB-Event - added TEH_extensions_init() and _done() - added global for age restriction - added stub for post handler - added SQL-table for extension metadata - added enum type for extensions and other data structures Also: - fixed some warnings -Wmaybe-unitialized
2021-11-07implement /kyc-proof client APIChristian Grothoff
2021-10-17implement /kyc-wallet in libtalerexchangeChristian Grothoff
2021-10-10-draft API for new /kyc-check endpointChristian Grothoff
2020-11-30add API for /management/wire-feesChristian Grothoff
2020-11-25complete GET /management/keys implementationChristian Grothoff
2020-11-25auditor add denomination client logicChristian Grothoff
2020-11-25post keys client logicChristian Grothoff
2020-11-25revoke denomination client logicChristian Grothoff
2020-11-25enable wire client logicChristian Grothoff
2020-11-25disable wire client logicChristian Grothoff
2020-11-25enable auditor enable client logicChristian Grothoff
2020-11-25enable auditor disable client logicChristian Grothoff