Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-12-22 | -cleanup | Christian Grothoff | |
2023-12-22 | bump API versions | Christian Grothoff | |
2023-12-22 | deprecating currency code in currency specifications | Christian Grothoff | |
2023-12-22 | fix #8019 | Christian Grothoff | |
2023-12-22 | -only one hash | Christian 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-21 | ToS: re-added title for localization | Marc Stibane | |
2023-12-20 | ToS: removed redundant header, formatting of the date | Marc Stibane | |
2023-12-20 | [ci] use podman only; make -j(#cpu/2) | Özgür Kesim | |
2023-12-20 | -fix type | Christian Grothoff | |
2023-12-19 | Merge branch 'master' into feature/tokens | Christian Blättler | |
2023-12-18 | ignore potentially generated files in debian/ folder during codespellv0.9.4-dev.7 | Christian Grothoff | |
2023-12-18 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-12-18 | disable auto_explain | Christian Grothoff | |
2023-12-18 | minor change | Matyja Lukas Adam | |
2023-12-15 | include currencies.conf in libtalerexchange as the merchant-httpd needs it | Christian Grothoff | |
2023-12-15 | use sane default for DB name | Christian Grothoff | |
2023-12-14 | refurbish MarkDown tags for Terms of Service | Stefan Kügel | |
2023-12-14 | fix: account restriction regex field | Sebastian | |
2023-12-13 | bump bank API version rangev0.9.4-dev.6 | Florian Dold | |
2023-12-13 | ci: squash deps packages into one apt cmdv0.9.4-dev.5 | Devan Carpenter | |
makes containers smaller and improves caching logic | |||
2023-12-13 | ci: fixup debian packaging job | Devan 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-13 | ci: don't halt pipeline on docs or test failure | Devan Carpenter | |
2023-12-13 | ci: update packages before build and test jobs | Devan Carpenter | |
2023-12-13 | ci: add script for running CI locally | Devan Carpenter | |
2023-12-13 | ci: add package deploy job | Devan 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-13 | need codespell | Özgür Kesim | |
2023-12-13 | codespell: 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-13 | make codespell skip files easier to maintain | Özgür Kesim | |
2023-12-13 | Protocol version revision bump | Özgür Kesim | |
Reason: Error returned during deposit due to age commitment conflict is more refined now | |||
2023-12-13 | Merge 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-13 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |