summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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[ci] use "localhost/$REPO_NAME" as default JOB_CONTAINERÖzgür Kesim
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-only one hashChristian 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-21ToS: re-added title for localizationMarc Stibane
2023-12-20ToS: removed redundant header, formatting of the dateMarc Stibane
2023-12-20[ci] use podman only; make -j(#cpu/2)Özgür Kesim
2023-12-20-fix typeChristian Grothoff
2023-12-19Merge branch 'master' into feature/tokensChristian Blättler
2023-12-18ignore potentially generated files in debian/ folder during codespellv0.9.4-dev.7Christian Grothoff
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
2023-12-15use sane default for DB nameChristian Grothoff
2023-12-14refurbish MarkDown tags for Terms of ServiceStefan Kügel
2023-12-14fix: account restriction regex fieldSebastian
2023-12-13bump bank API version rangev0.9.4-dev.6Florian Dold
2023-12-13ci: squash deps packages into one apt cmdv0.9.4-dev.5dev/devan-carpenter/push-packageDevan Carpenter
makes containers smaller and improves caching logic
2023-12-13ci: fixup debian packaging jobDevan Carpenter
cleanup and make packaging job more robust git version 2.4.4 changed the way rev-parsing worked in a detached head state
2023-12-13ci: don't halt pipeline on docs or test failureDevan Carpenter
2023-12-13ci: update packages before build and test jobsDevan Carpenter
2023-12-13ci: add script for running CI locallyDevan Carpenter
2023-12-13ci: add package deploy jobDevan Carpenter
2023-12-13-make doxygen happy about @filev0.9.4-dev.4Özgür Kesim
2023-12-13-typoÖzgür Kesim
2023-12-13need codespellÖzgür Kesim
2023-12-13codespell: ignore more files/directoriesÖzgür Kesim
2023-12-13-ignore more wordsÖzgür Kesim
2023-12-13-added Nam and clen to dictionaryÖzgür Kesim
2023-12-13make codespell skip files easier to maintainÖzgür Kesim
2023-12-13Protocol version revision bumpÖzgür Kesim
Reason: Error returned during deposit due to age commitment conflict is more refined now
2023-12-13Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-12-13[wip, #7267] more refined age commitment conflict response during depositÖzgür Kesim
Distinguish between and communicate: a) null hash value expected, got non-null b) non-null hash value expected, got null c) hash value of known coin differ from given
2023-12-13-initialize variableÖzgür Kesim
2023-12-13-need more dot graph nodes for doxygenÖzgür Kesim
2023-12-13Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-12-13bump debian versionChristian Grothoff
2023-12-13fix #8003Christian Grothoff
2023-12-13do not return the same language more than once in the listChristian Grothoff