Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-09 | fix SQL | Christian Grothoff | |
2024-01-09 | remove donau conf | Matyja Lukas Adam | |
2024-01-09 | adding auditor resp endpoints, trigger for helper deposit_confirmations | Nic | |
2024-01-08 | fix #8040 | Christian Grothoff | |
2024-01-08 | year | Christian Grothoff | |
2024-01-08 | typo | Christian Grothoff | |
2024-01-08 | improve curl backwards compatibility, de-duplicate code | Christian Grothoff | |
2024-01-08 | improve curl backwards compatibility, de-duplicate code | Christian Grothoff | |
2024-01-08 | -DCE | Christian Grothoff | |
2024-01-08 | fix | Christian Grothoff | |
2024-01-08 | modify systemd for #8030: honor do-not-restart exit code | Christian Grothoff | |
2024-01-08 | define exit code for not restarting via systemd (see #8030) | Christian Grothoff | |
2024-01-08 | fix #8038 | Christian Grothoff | |
2024-01-08 | adjust to purse fee change | 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-07 | [testing] add DONAU to unified setup | Matyja Lukas Adam | |
2024-01-06 | add logic to launch merchant-depositcheck | Christian Grothoff | |
2024-01-06 | bump gana | Christian Grothoff | |
2024-01-05 | -do not free const strings | Christian Grothoff | |
2024-01-05 | -fix compiler warnings | Christian Grothoff | |
2024-01-05 | Merge remote-tracking branch 'refs/remotes/origin/master' | Casaburi Johannes | |
2024-01-05 | -fix amount after fee change in unified setup | 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 | |
2024-01-03 | flatten aml web dirCodeBlau-NGI-t2.7 | Sebastian | |
2024-01-03 | latest from wallet core | Sebastian | |
2024-01-03 | lates version of aml | Sebastian | |
2024-01-02 | purse fees are not supported | Christian Grothoff | |
2024-01-02 | -pass -L LOGLEVEL for wirewatch | Christian Grothoff | |
2024-01-01 | -DCE | Christian Grothoff | |
2023-12-26 | remove extra '/' | Christian Grothoff | |
2023-12-25 | -fix log statement | Christian Grothoff | |
2023-12-25 | work on taler-bank-benchmark with fakebank | Christian Grothoff | |
2023-12-25 | towards getting benchmarks to work with libeufin | 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 | activated 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 test | Christian Grothoff | |
2023-12-22 | Merge 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 handling | Christian Grothoff | |
2023-12-23 | -use singleton for RSA | Christian Grothoff | |
2023-12-22 | [ci] use "localhost/$REPO_NAME" as default JOB_CONTAINER | Özgür Kesim | |
2023-12-22 | -minor code cleanup | Christian Grothoff | |
2023-12-22 | Merge branch 'feature/tokens' of git+ssh://git.taler.net/exchange | Christian Grothoff | |