Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | create warnings on missing table syncs | Christian Grothoff | |
2023-04-15 | always check for the entire batch being idempotent, not only when it is too ↵ | Christian Grothoff | |
late to repeat the request | |||
2023-04-15 | reduce max requests limit per default | Christian Grothoff | |
2023-04-15 | -fix memory leak | Christian Grothoff | |
2023-04-13 | add logic to check signature over fees in /wire response (fixes #7802) | Christian Grothoff | |
2023-04-10 | -fix SQL query | Christian Grothoff | |
2023-04-10 | avoid crashing, fail test instead | Christian Grothoff | |
2023-04-10 | use LEFT JOIN as aml_status table may be empty | Christian Grothoff | |
2023-04-10 | return AML status together with KYC status | Christian Grothoff | |
2023-04-08 | return text/plain by default (fixes #7747) | Christian Grothoff | |
2023-04-08 | fix #7792 | Christian Grothoff | |
2023-04-08 | adding FIXME | Christian Grothoff | |
2023-04-06 | modify logic to match | Christian Grothoff | |
https://datatracker.ietf.org/doc/draft-nottingham-http-availability-hints/ | |||
2023-04-04 | -spelling, typos, indentation | Christian Grothoff | |
2023-04-02 | left-pad TOTP code with 0s | Christian Grothoff | |
2023-03-31 | -fix missing comments | Christian Grothoff | |
2023-03-31 | -fix missing comments | Christian Grothoff | |
2023-03-31 | fix exchangedb build errors | Christian Grothoff | |
2023-03-29 | New sql code for batch ensure coin known | Joseph | |
2023-03-27 | Remove binary files | Joseph | |
2023-03-27 | New spi files | Joseph | |
2023-03-27 | New spi files | Joseph | |
2023-03-27 | some changes for known coins | Joseph | |
2023-03-27 | some changes for ensure known coin | Joseph | |
2023-03-27 | nothing to update | Joseph | |
2023-03-27 | Spi files | Joseph | |
2023-03-27 | New spi files | Joseph | |
2023-03-13 | -fix comments for doxygen | Özgür Kesim | |
2023-03-13 | -typo | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | WIP: age-withdraw, continue verify_commitment_and_max_age, 7/n | Özgür Kesim | |
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo. | |||
2023-03-12 | WiP: age-withdraw, added TALER_age_restriction_commit_from_base, 6/n | Özgür Kesim | |
Added TALER_age_restriction_commit_from_base in util/age_restriction.c, to create a age commitment and proof from a coin's private key as defined in https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction | |||
2023-03-11 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-03-11 | simplify hash generation of age commitment | Özgür Kesim | |
2023-03-11 | WiP: age-withdraw, cut out work up to verify_commitment_and_max_age | Özgür Kesim | |
2023-03-09 | retry on failure | Christian Grothoff | |
2023-03-09 | add comments | Christian Grothoff | |
2023-03-09 | typo | MS | |
2023-03-08 | log URL in error message (fixes #7725) | Christian Grothoff | |
2023-03-08 | fix #7744 | Christian Grothoff | |
2023-03-08 | style fix | Christian Grothoff | |
2023-03-07 | -simplify zero-check for age-commitment hash | Özgür Kesim | |
2023-03-06 | -minor refactoring in age_withdraw-reveal | Özgür Kesim | |
2023-03-06 | -minor refactoring in age_withdraw-reveal | Özgür Kesim | |
2023-03-06 | WiP: age-withdraw implementation, part 4/n | Özgür Kesim | |
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid() | |||
2023-03-06 | WiP: age-withdraw implementation, part 4/n | Özgür Kesim | |
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid() | |||
2023-03-06 | WiP: age-withdraw implementation, part 3/n | Özgür Kesim | |
- retrieval of previous commitment - validity check of all denominations - comparison of accumulated values and fees with commited value and fee. - update gana |