Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | taler-terms-generator: support incremental buildsv0.9.4-dev.8 | Florian Dold | |
2024-01-10 | add support for taler-merchant-exchange to taler-unified-setup.sh | Christian Grothoff | |
2024-01-10 | terms generator: accept input file path instead of just a basename | Florian Dold | |
The taler-terms-generator broke when an actual path instead of just a basename was passed. Also, the usage of sed was wrong and unnecessary. | |||
2024-01-10 | terms generator: fix bad taler-config invocation | Florian Dold | |
2024-01-10 | -fix more warnings | Christian Grothoff | |
2024-01-10 | -fix compiler warnings | Christian Grothoff | |
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-31 | -cleaner paths | 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 |