aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2023-11-30-fix distChristian Grothoff
2023-11-30-fix dist rulesChristian Grothoff
2023-11-30keep foreign constraint properly inChristian Grothoff
2023-11-29-less nested scopeÖzgür Kesim
2023-11-29[exchangedb] introduce sharding for policy-related tablesÖzgür Kesim
2023-11-28-typoÖzgür Kesim
2023-11-28[pq] add support for array of struct GNUNET_HashCodeÖzgür Kesim
2023-11-28Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim