summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_melt.c
AgeCommit message (Collapse)Author
2024-01-16fix #8071Christian Grothoff
2023-10-28new blind signature logic bug fixesChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-07-10fix memory leaks reported by valgrindÖ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-25next round of exchange API atomizationChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2022-06-26-fix misc doxygen warnings, code clean upChristian Grothoff
2022-06-05complete P2P/W2W conflict handling, deduplicate code across handlersChristian Grothoff
2022-03-29centralize exchange online signature logicChristian Grothoff
2022-03-17-misc fixesChristian Grothoff
2022-02-22[age restriction] progress 16/n - refresh/reveal/link testsÖzgür Kesim
Age restriction works now with withdraw, melt/refresh/reveal and link, including tests. However, there is still a problem with the tests: The melting operation "refresh-melt-failing-age" that should fail (because of conflict), but currently fails for other reasons. I decided to disable that particular test (and the next) and submit the patch I have so far.
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-17-fix CS nonce reuse check logicChristian Grothoff
2022-02-13-remove redundancies in the refresh-melt computation and fix uninitialized ↵Christian Grothoff
bks return value
2022-02-12-refactor melt API, add FIXME for discovered bugChristian Grothoff
2022-02-12-add missing commentChristian Grothoff
2022-02-12-work on more FIXMEsChristian Grothoff
2022-02-11-get tests to passChristian Grothoff
2022-02-09-fix withdraw logicChristian Grothoff
2022-02-08-more test fixesChristian Grothoff
2022-02-07-cleanupsChristian Grothoff
2022-02-07got testing_api_cmd_refresh to compileChristian Grothoff
2022-02-06-fix more FTBFS issuesChristian Grothoff
2022-02-06-fix melt FTBFSChristian Grothoff
2022-02-05fixed src util and other stuffGian Demarmels
2022-02-04make API actually workable, sketch out meltChristian Grothoff
2022-02-04make API actually workable:Christian Grothoff
2022-02-04-API workChristian Grothoff
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-25deduplicate melt signing logic, remove coin_pub from data being signed overChristian Grothoff
2021-12-08optimize /deposit logic to minimize serialization failures (presumably)Christian Grothoff
2021-10-27fix lib/ FTBFSChristian Grothoff
2021-10-27rename festChristian Grothoff
2021-10-27-fix more FTBFSChristian Grothoff
2021-10-27-more changes towards fixing FTBFSChristian Grothoff
2021-07-31-more eliminations of json_packChristian Grothoff
2021-07-24fix #6939 in exchangeChristian Grothoff
2021-03-05fix #6786: do not die on bogus URLChristian Grothoff
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-08-29fix checksChristian Grothoff
2020-07-10test coin_priv re-use with deposit and refresh, update handling of the error ↵Christian Grothoff
code client-side
2020-07-08implement new behavior in exchange httpd and libtalerexchange (for #6416)Christian Grothoff
2020-07-08add h_denom to melt signatures (for #6416)Christian Grothoff
2020-07-05update ECsChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff