aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-12-fix makefile.amChristian Grothoff
2024-01-12-missed an instance of api usage in commit a6b35eeÖzgür Kesim
2024-01-12Merge branch 'master' of git.taler.net/exchangeÖzgür Kesim
2024-01-12fixes 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-10fixing deposit_confirmations db eventNic
2024-01-10added auditor reporting tablesNic Eigel
2024-01-10fix #8057v0.9.4-dev.9Christian Grothoff
2024-01-10-fix issuesChristian Grothoff
2024-01-10-fix issuesChristian Grothoff
2024-01-10-fix issuesChristian Grothoff
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-10add support for taler-merchant-exchange to taler-unified-setup.shChristian Grothoff
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-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