aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-10remove GET /exchanges endpoint as we are making the auditor single-exchange ↵Christian Grothoff
only; also fixes #8054
2024-01-10add TALER_PQ_array_of_amount_currencyChristian Grothoff
2024-01-10taler-terms-generator: support incremental buildsv0.9.4-dev.8Florian Dold
2024-01-10add support for taler-merchant-exchange to taler-unified-setup.shChristian Grothoff
2024-01-10terms generator: accept input file path instead of just a basenameFlorian 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-10terms generator: fix bad taler-config invocationFlorian Dold
2024-01-10-fix more warningsChristian Grothoff
2024-01-10-fix compiler warningsChristian Grothoff
2024-01-09fix SQLChristian Grothoff
2024-01-09remove donau confMatyja Lukas Adam
2024-01-09adding auditor resp endpoints, trigger for helper deposit_confirmationsNic
2024-01-08fix #8040Christian Grothoff
2024-01-08yearChristian Grothoff
2024-01-08typoChristian Grothoff
2024-01-08improve curl backwards compatibility, de-duplicate codeChristian Grothoff
2024-01-08improve curl backwards compatibility, de-duplicate codeChristian Grothoff
2024-01-08-DCEChristian Grothoff
2024-01-08fixChristian Grothoff
2024-01-08modify systemd for #8030: honor do-not-restart exit codeChristian 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-06bump ganaChristian 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-03flatten aml web dirCodeBlau-NGI-t2.7Sebastian
2024-01-03latest from wallet coreSebastian
2024-01-03lates version of amlSebastian
2024-01-02purse fees are not supportedChristian Grothoff
2024-01-02-pass -L LOGLEVEL for wirewatchChristian Grothoff
2024-01-01-DCEChristian Grothoff
2023-12-31-cleaner pathsChristian 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