Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-12 | -fix makefile.am | Christian Grothoff | |
2024-01-12 | -missed an instance of api usage in commit a6b35ee | Özgür Kesim | |
2024-01-12 | fixes 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-10 | add support for taler-merchant-exchange to taler-unified-setup.sh | Christian Grothoff | |
2024-01-08 | fix long-polling on purses GET with purse refund event | Christian Grothoff | |
2024-01-08 | also do not respond with 410 to the GET /purses//merge request | Christian Grothoff | |
2024-01-06 | add logic to launch merchant-depositcheck | Christian Grothoff | |
2023-12-26 | remove extra '/' | Christian Grothoff | |
2023-12-25 | fix #8015 (allow purse merge until they were actually expired/refunded) | Christian Grothoff | |
2023-12-23 | Added 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-18 | disable auto_explain | Christian 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-09 | mark out #7999 | Özgür Kesim | |
2023-12-09 | mark out #8002 | Özgür Kesim | |
2023-12-06 | [policy extensions] mark out work for #7999+#8001 | Özgür Kesim | |
2023-12-01 | bugfixes to taler-exchange-dbconfig | Christian Grothoff | |
2023-11-30 | keep foreign constraint properly in | Christian Grothoff | |
2023-11-29 | [exchangedb] introduce sharding for policy-related tables | Özgür Kesim | |
2023-11-28 | fix spelling issues | Christian Grothoff | |
2023-11-17 | typo | Christian Grothoff | |
2023-11-17 | -on conflict update | Christian Grothoff | |
2023-11-16 | -specify conflict condition | Christian Grothoff | |
2023-11-16 | -specify conflict condition | Christian Grothoff | |
2023-11-16 | -fix typo in SQL | Christian Grothoff | |
2023-11-12 | fix argument order | Christian Grothoff | |
2023-11-12 | -more logging | Christian Grothoff | |
2023-11-12 | keep redirect_url in KYC table to improve idempotency of GET | Christian Grothoff | |
2023-11-12 | -more logging | Christian Grothoff | |
2023-11-03 | fix oauth2 test converter | Christian Grothoff | |
2023-10-29 | misc age-restriction related memory leak fixes, plus FIXME-Oec as some leaks ↵ | Christian Grothoff | |
remain | |||
2023-10-29 | -fix leaks | Christian Grothoff | |
2023-10-29 | major clean up of /keys logic, validate offline signatures before ↵ | Christian Grothoff | |
/management/keys transaction logic starts | |||
2023-10-29 | -fix test FTBFS | Christian Grothoff | |
2023-10-27 | fixes with respect to new blinding API | Christian Grothoff | |
2023-10-25 | new blind signing code builds | Christian Grothoff | |
2023-10-17 | address TODO: this is a foreign constraint, should be in a foreign helper ↵ | Christian Grothoff | |
function | |||
2023-10-17 | -remove addressed fixme | Christian Grothoff | |
2023-10-17 | -oec | Christian Grothoff | |
2023-10-17 | implement recoup_refresh GC logic | Christian Grothoff | |
2023-10-17 | -more fixmes | Christian Grothoff | |
2023-10-17 | use reserve history instead of materialized index | Christian Grothoff | |
2023-10-17 | use history table | Christian Grothoff | |
2023-10-17 | use new 'was_decided' field instead of expensive subquery | Christian Grothoff | |
2023-10-17 | -remove silly comment | Christian Grothoff | |
2023-10-17 | add was_decided field and automatically set it via trigger | Christian Grothoff | |
2023-10-17 | minor clean ups | Christian Grothoff | |
2023-10-17 | kill another dead index, beautify SQL | Christian Grothoff | |
2023-10-17 | kill another dead index, beautify SQL | Christian Grothoff | |