aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-08improve curl backwards compatibility, de-duplicate codeChristian Grothoff
2024-01-08-DCEChristian Grothoff
2024-01-08fixChristian Grothoff
2024-01-08define exit code for not restarting via systemd (see #8030)Christian Grothoff
2024-01-08fix #8038Christian Grothoff
2024-01-08adjust to purse fee changeChristian 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-07[testing] add DONAU to unified setupMatyja Lukas Adam
2024-01-06add logic to launch merchant-depositcheckChristian Grothoff
2024-01-05-do not free const stringsChristian Grothoff
2024-01-05-fix compiler warningsChristian Grothoff
2024-01-05Merge remote-tracking branch 'refs/remotes/origin/master'Casaburi Johannes
2024-01-05-fix amount after fee change in unified setupChristian Grothoff
2024-01-05add option -s to the RSA and EdDSA secmod helper for DONAU to use a ↵Casaburi Johannes
different path
2024-01-05add option -s to the CS secmod helper for DONAU to use a different pathChristian Grothoff
2024-01-02purse fees are not supportedChristian Grothoff
2024-01-02-pass -L LOGLEVEL for wirewatchChristian Grothoff
2024-01-01-DCEChristian Grothoff
2023-12-26remove extra '/'Christian Grothoff
2023-12-25-fix log statementChristian Grothoff
2023-12-25work on taler-bank-benchmark with fakebankChristian Grothoff
2023-12-25towards getting benchmarks to work with libeufinChristian Grothoff
2023-12-25fix #8015 (allow purse merge until they were actually expired/refunded)Christian Grothoff
2023-12-25Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-12-25api update to support refactored merchant order creationChristian Grothoff
2023-12-23-fix typoÖzgür Kesim
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-23activated tests for conflict wrt denom and age commitmentÖzgür Kesim
In src/testing/test_exchange_api_conflicts.c we test the conflicts when two or more coins with the same private key have either different denominations or different age restrictions. Note that the test for different denominations does not fully work for CS: Even with the same master secret, the private keys also differ due to the random choice of the nonce. Fixes #7276
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-23-fix missing RC bumps in testChristian Grothoff
2023-12-22Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
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-23-fix error handlingChristian Grothoff
2023-12-23-use singleton for RSAChristian Grothoff
2023-12-22-minor code cleanupChristian Grothoff
2023-12-22Merge branch 'feature/tokens' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-12-22-cleanupChristian Grothoff
2023-12-22bump API versionsChristian Grothoff
2023-12-22deprecating currency code in currency specificationsChristian Grothoff
2023-12-22fix #8019Christian Grothoff
2023-12-22-added GNUNET_break for rare caseÖzgür Kesim
2023-12-22-ptr to correct struct memberÖzgür Kesim
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 typeChristian Grothoff
2023-12-19Merge branch 'master' into feature/tokensChristian Blättler
2023-12-18Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-12-18disable auto_explainChristian Grothoff
2023-12-18minor changeMatyja Lukas Adam
2023-12-15include currencies.conf in libtalerexchange as the merchant-httpd needs itChristian Grothoff