Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | implement protocol v19: consider refunds when returning transaction ↵ | Christian Grothoff | |
aggregation data | |||
2024-03-18 | add new TALER_MHD_parse_request_arg_snumber function to libtalermhd | Christian Grothoff | |
2024-03-08 | implement #8000 | Christian Grothoff | |
2024-03-08 | implement protocol v19 in taler-exchange-httpd (for #8000); note that ↵ | Christian Grothoff | |
taler-exchange-offline support is still missing | |||
2024-03-08 | fix account update failing to persist wire signature and then breaking that ↵ | Christian Grothoff | |
wire account for good | |||
2024-03-08 | add taler-exchange-dbinit -a option | Christian Grothoff | |
2024-03-03 | add helper to parse amounts given as query parameters | Christian Grothoff | |
2024-02-18 | -fix dox | Christian Grothoff | |
2024-02-18 | -doxygen fixes | Christian Grothoff | |
2024-02-18 | allow using URL builder to just add query parameters | Christian Grothoff | |
2024-02-13 | set 'finished' to TRUE when KYC process is done (either way, successful or ↵ | Christian Grothoff | |
failure); should fix #8055, needs testing | |||
2024-02-09 | bump for TALER_payto_normalize | Christian Grothoff | |
2024-02-08 | implement TALER_payto_normalize for #8348 | Christian Grothoff | |
2024-02-08 | -doxygen fixes | Christian Grothoff | |
2024-02-08 | fix spelling | Christian Grothoff | |
2024-02-07 | fixing merge conflict | Christian Grothoff | |
2024-02-07 | auditordb tabularasa | Christian Grothoff | |
2024-02-01 | add new TOTP-specfic JSON parsers | Christian Grothoff | |
2024-01-28 | fix #8030 | Christian Grothoff | |
2024-01-23 | note on limitations | Christian Grothoff | |
2024-01-21 | include version in header | Christian Grothoff | |
2024-01-17 | -fix doc | Christian Grothoff | |
2024-01-16 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Nic Eigel | |
2024-01-16 | progress on auditor helpers | Nic Eigel | |
2024-01-16 | fix #8071 | Christian Grothoff | |
2024-01-16 | fix #8095 | Christian Grothoff | |
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 | remove GET /exchanges endpoint as we are making the auditor single-exchange ↵ | Christian Grothoff | |
only; also fixes #8054 | |||
2024-01-10 | add TALER_PQ_array_of_amount_currency | Christian Grothoff | |
2024-01-08 | improve curl backwards compatibility, de-duplicate code | Christian Grothoff | |
2024-01-08 | fix | Christian Grothoff | |
2024-01-08 | define exit code for not restarting via systemd (see #8030) | Christian Grothoff | |
2024-01-08 | also do not respond with 410 to the GET /purses//merge request | Christian Grothoff | |
2024-01-05 | add option -s to the RSA and EdDSA secmod helper for DONAU to use a ↵ | Casaburi Johannes | |
different path | |||
2024-01-05 | add option -s to the CS secmod helper for DONAU to use a different path | Christian Grothoff | |
2023-12-25 | fix #8015 (allow purse merge until they were actually expired/refunded) | Christian Grothoff | |
2023-12-25 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-12-25 | api update to support refactored merchant order creation | Christian Grothoff | |
2023-12-23 | -fix typo | Özgür Kesim | |
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-23 | [wip, #7267] added test to detect age commitment conflict on deposit | Özgür Kesim | |
A new testcase is added to detect same coin_pub with different age commitments during deposit. | |||
2023-12-22 | [wip, #7267] added first test to detect denom-conflict on deposit | Özgür Kesim | |
The tests have been extended to include conflict tests, see test_exchange_api_conflicts.c The first implemented test withdraws three coins with different denominations, but using the same private key. It deposits the first coin successfully, but on deposit of the second coin it receives 409 and the correct response details. However, the test only seems to work for RSA, not CS! I've disabled test_exchange_conflicts_cs in the Makefile for now so that the builder passes. TBC... | |||
2023-12-22 | Merge branch 'feature/tokens' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-12-22 | bump API versions | Christian Grothoff | |
2023-12-22 | deprecating currency code in currency specifications | Christian Grothoff | |
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-20 | -fix type | Christian Grothoff | |
2023-12-19 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-12-13 | -make doxygen happy about @filev0.9.4-dev.4 | Özgür Kesim | |
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 |