summaryrefslogtreecommitdiff
path: root/src/exchangedb
AgeCommit message (Collapse)Author
10 daysAPI extension for challenger 0.11Christian Grothoff
2024-04-01still debugging templating testsChristian Grothoff
2024-03-31-fix drop syntax for partitioned tablesChristian Grothoff
2024-03-28update schema to fix broken primary key constraintChristian Grothoff
2024-03-10add missing constraintChristian Grothoff
2024-03-10add missing filesChristian Grothoff
2024-03-09improve drop.sql to avoid having to update it whenever new SQL revisions are ↵Christian Grothoff
added
2024-03-08implement protocol v19 in taler-exchange-httpd (for #8000); note that ↵Christian Grothoff
taler-exchange-offline support is still missing
2024-03-08fix account update failing to persist wire signature and then breaking that ↵Christian Grothoff
wire account for good
2024-03-08add taler-exchange-dbinit -a optionChristian Grothoff
2024-03-07-fix missing spaceChristian Grothoff
2024-03-07fix cleanup regressionChristian Grothoff
2024-03-06-fix cleanupChristian Grothoff
2024-03-06-skip test if DB does not existChristian Grothoff
2024-03-06-remove debug logging statementChristian Grothoff
2024-03-06disable merge join to 'fix' #8452Christian Grothoff
2024-03-06psql reproducerpostgres-bug-mergejoinChristian Grothoff
2024-03-06-more logical DB notify for aggregatorChristian Grothoff
2024-02-26-improve KYC error handlingChristian Grothoff
2024-02-18ensure kyc-checks wake up on failureChristian Grothoff
2024-02-18-explainChristian Grothoff
2024-02-18lproc is not unique if we have failed processes, handle multiple matchesChristian Grothoff
2024-02-16-also clean procedures.sqlChristian Grothoff
2024-02-13-typoChristian 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-02-07fixing merge conflictChristian Grothoff
2024-02-07auditordb tabularasaChristian Grothoff
2024-02-02[age_withdraw] check of consistency of DB dataÖzgür Kesim
Checks the consistency of the number of elements of three arrays, comming from the DB
2024-01-16fix #8071Christian Grothoff
2024-01-15fix confusing error messageChristian Grothoff
2024-01-12-fix makefile.amChristian Grothoff
2024-01-12-missed an instance of api usage in commit a6b35eeÖzgür Kesim
2024-01-12fixes for #8069, #8070 and #8072Özgür Kesim
- TALER_coin_ev_hash function now returns void - double free fixes - FAIL_IF logic fixes
2024-01-10add support for taler-merchant-exchange to taler-unified-setup.shChristian Grothoff
2024-01-08fix long-polling on purses GET with purse refund eventChristian Grothoff
2024-01-08also do not respond with 410 to the GET /purses//merge requestChristian Grothoff
2024-01-06add logic to launch merchant-depositcheckChristian Grothoff
2023-12-26remove extra '/'Christian Grothoff
2023-12-25fix #8015 (allow purse merge until they were actually expired/refunded)Christian 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-12-18disable auto_explainChristian Grothoff
2023-12-13[wip, #7267] more refined age commitment conflict response during depositÖzgür Kesim
Distinguish between and communicate: a) null hash value expected, got non-null b) non-null hash value expected, got null c) hash value of known coin differ from given
2023-12-10-use enum values as indicesÖzgür Kesim
2023-12-09mark out #7999Özgür Kesim
2023-12-09mark out #8002Özgür Kesim
2023-12-06[policy extensions] mark out work for #7999+#8001Özgür Kesim
2023-12-01bugfixes to taler-exchange-dbconfigChristian Grothoff
2023-11-30keep foreign constraint properly inChristian Grothoff
2023-11-29[exchangedb] introduce sharding for policy-related tablesÖzgür Kesim