aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Collapse)Author
2023-05-10always use GNUNET_memcpyChristian Grothoff
2023-05-04finish implementation for #7808Christian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-05-01-typosÖzgür Kesim
2023-05-01WiP: age-withdraw, finished reveal-request, 10/nÖzgür Kesim
- /age-withdraw/$ACH/reveal handler now fully implemented - for consistency with api: rename of tables from withdraw_age_... to age_withdraw
2023-04-23-fix typos for doxygenÖzgür Kesim
2023-04-22WiP: age-withdraw, continue with finalize_age_withdraw_and_sign, 9/nÖzgür Kesim
Also: - added duplicate planchet check for age-withdraw_reveal - added stubs for (get|insert)_age_withdraw_reveal
2023-04-22Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-04-22WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/nÖzgür Kesim
2023-04-22-added FIXMEÖzgür Kesim
2023-04-22simplify batch insert: no cursor where not required, replace ↵Christian Grothoff
out_reserve_found with ruuid being allowed to remain NULL
2023-04-22-misc fixesChristian Grothoff
2023-04-22-misc fixesChristian Grothoff
2023-04-22-misc fixesChristian Grothoff
2023-04-22-misc fixesChristian Grothoff
2023-04-22-misc bugsChristian Grothoff
2023-04-22-misc bugsChristian Grothoff
2023-04-22misc bugfixes in reserves_in batch logicChristian Grothoff
2023-04-21clean up reserve_get logicChristian Grothoff
2023-04-21-fix bug in syncChristian Grothoff
2023-04-18fix some major bugs in pg_reserves_in_insertChristian Grothoff
2023-04-16fix SPI buildChristian Grothoff
2023-04-16add missing resourceChristian Grothoff
2023-04-16work on lookup_records_by_tableChristian Grothoff
2023-04-16work on insert_records_by_tableChristian Grothoff
2023-04-15implement more of lookup_records_by_tableChristian Grothoff
2023-04-15create warnings on missing table syncsChristian Grothoff
2023-04-15-fix memory leakChristian Grothoff
2023-04-10-fix SQL queryChristian Grothoff
2023-04-10use LEFT JOIN as aml_status table may be emptyChristian Grothoff
2023-04-10return AML status together with KYC statusChristian Grothoff
2023-04-08fix #7792Christian Grothoff
2023-04-08adding FIXMEChristian Grothoff
2023-04-04-spelling, typos, indentationChristian Grothoff
2023-03-31-fix missing commentsChristian Grothoff
2023-03-31fix exchangedb build errorsChristian Grothoff
2023-03-29New sql code for batch ensure coin knownJoseph
2023-03-27Remove binary filesJoseph
2023-03-27New spi filesJoseph
2023-03-27New spi filesJoseph
2023-03-27some changes for known coinsJoseph
2023-03-27some changes for ensure known coinJoseph
2023-03-27nothing to updateJoseph
2023-03-27Spi filesJoseph
2023-03-27New spi filesJoseph
2023-03-13WIP: age-withdraw, continue verify_commitment_and_max_age, 7/nÖzgür Kesim
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo.
2023-03-04misc minor fixesChristian Grothoff
2023-03-01WiP: age-withdraw implementation, part 2/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction - added new files, forgot in previous commit
2023-03-01WiP: age-withdraw implementation, part 1/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-02-21-misc minor bugfixesChristian Grothoff