aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit 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-22Merge 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 handlingChristian Grothoff
2023-12-23-use singleton for RSAChristian Grothoff
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-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-20-fix typeChristian Grothoff
2023-12-19Merge branch 'master' into feature/tokensChristian Blättler
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-14fix: account restriction regex fieldSebastian
2023-12-13bump bank API version rangev0.9.4-dev.6Florian Dold
2023-12-13-make doxygen happy about @filev0.9.4-dev.4Özgür Kesim
2023-12-13-typoÖ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-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-13Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-12-13do not return the same language more than once in the listChristian Grothoff
2023-12-12return Content-Language header in legal responsesFlorian Dold
2023-12-11Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-12-11fakebank: update bank integration APIFlorian Dold
The response to GET /withdrawal-operation/$WITHDRAWAL_ID also must include the status field.
2023-12-11fakebank: implement change to bank integration APIFlorian Dold
We now return the status field in POST /withdrawal-operation/$WITHDRAWAL_ID
2023-12-10Merge branch 'master' into feature/tokensChristian Blättler
2023-12-10-use enum values as indicesÖzgür Kesim
2023-12-10Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2023-12-10-also set debit threshold for adminChristian Grothoff
2023-12-09mark out #7999Özgür Kesim
2023-12-09mark out #8002Özgür Kesim
2023-12-09[wip, #7267] added correct response for age commitment conflict during depositÖzgür Kesim
2023-12-09use local variable as accumulator in batch-depositÖzgür Kesim
2023-12-07-fix potential uninitialized variable in fakebank logicChristian Grothoff
2023-12-07-fix linker issuesChristian Grothoff
2023-12-06[policy extensions] mark out work for #7999+#8001Özgür Kesim
2023-12-06expand fakebank /config to return currency spec and other new fieldsChristian Grothoff
2023-12-05Merge branch 'master' into feature/tokensChristian Blättler
2023-12-05add query param functions for blind sign private and public keysChristian Blättler
2023-12-04Defining the NetzBon currencyMS
2023-12-04[policy] mark deposit as blocked, when policy is not fulfilledÖzgür Kesim
2023-12-01bugfixes to taler-exchange-dbconfigChristian Grothoff