summaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
AgeCommit message (Collapse)Author
2024-04-01still debugging templating testsChristian Grothoff
2024-03-28update schema to fix broken primary key constraintChristian Grothoff
2024-03-08implement protocol v19 in taler-exchange-httpd (for #8000); note that ↵Christian Grothoff
taler-exchange-offline support is still missing
2024-03-08add taler-exchange-dbinit -a optionChristian Grothoff
2024-02-16-also clean procedures.sqlChristian Grothoff
2024-02-13set 'finished' to TRUE when KYC process is done (either way, successful or ↵Christian Grothoff
failure); should fix #8055, needs testing
2024-01-12-fix makefile.amChristian Grothoff
2023-12-23Added appropriate response on contract-conflict during depositÖzgür Kesim
In case of a detected conflict during deposit, because (merchant_pub, h_contract_terms) already existed, with different other field values, we now provide the client an error response that contains the h_wire. This way, the client can retrieve further details about the conflicting transaction via /deposits/$H_WIRE/$MERCHANT_PUB/$H_CONTRACT_TERMS/$COIN_PUB Fixes #8002
2023-12-21[wip, #7267] more refined denomination conflict response during depositÖzgür Kesim
If a coin was known but with a different denomination, return to the client an error response that contains the denomination's public key and the corresponding signature of the provided coin.
2023-11-12keep redirect_url in KYC table to improve idempotency of GETChristian Grothoff
2023-10-15remove dead do_withdraw codeChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-14more work towards auditor support for AML/KYCChristian Grothoff
2023-09-10major exchange DB schema change: store common properties of batch deposit in ↵Christian Grothoff
batch_deposits table, and coin-specific ones in coin_deposits table; plus minor cleanups
2023-07-28combine v3 and v4 of exchange schema into v2 due to major incompatible tuple ↵Christian Grothoff
change forthcoming
2023-06-26add exchange_do_age_withdraw.sqlÖzgür Kesim
2023-06-26[age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/nÖzgür Kesim
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests
2023-06-03add DB idempotency testChristian Grothoff
2023-05-17implement logic to conditionally trigger AML review based on KYC attributesChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-03-31fix exchangedb build errorsChristian Grothoff
2023-03-27some changes for known coinsJoseph
2023-03-27some changes for ensure known coinJoseph
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-12-work on AML trigger logicChristian Grothoff
2023-02-06update with sort in c codeJoseph
2023-02-05-fix FTBFS of exchange testChristian Grothoff
2023-02-05exchangedb: use partial index instead of materialized tables ↵Christian Grothoff
deposits_by_ready and deposits_by_matching; remove now broken code; rename benchmarks to use perf_-prefix and correspond to function they benchmark
2023-02-04add tests for new AML logic, plus related bugfixesChristian Grothoff
2023-01-27work on kycaid attribute extractionChristian Grothoff
2023-01-23tests for refunds_by_coin and ready_depositJoseph
2023-01-12-remove duplicate definitionsChristian Grothoff
2023-01-11new functions for inserting into link_data ready_deposit refundsJoseph
2023-01-10-fix multiple definitions of same variable in Makefile.amÖzgür Kesim
2023-01-04corrections applied to batch_testJoseph
2023-01-03remove populate from MakefileJoseph
2023-01-03insertJoseph
2022-12-30-skeleton for new DB API functionsChristian Grothoff
2022-12-29Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2022-12-29-fix SQLChristian Grothoff
2022-12-28populate denom-coin-depJoseph
2022-12-28Remove pop_table from MakefileJoseph
2022-12-27-add do_purse_delete APIChristian Grothoff
2022-12-20new batch test and standard deviationJoseph
2022-12-20some modifications in sql codeJoseph
2022-12-06plugin updateJoseph
2022-12-06some modifications for batch testJoseph
2022-12-06refactor procedures.sqlChristian Grothoff
2022-11-27more work on SQL refactoringChristian Grothoff
2022-11-27intermediate step in major SQL refactoring (not done at all)Christian Grothoff