Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-24 | -fix fieldnames, regenerated DBs | Christian Grothoff | |
2022-04-05 | adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changed | Christian Grothoff | |
2022-03-29 | centralize exchange online signature logic | Christian Grothoff | |
2022-03-20 | towards support for new reserve history/status APIs | Christian Grothoff | |
2022-03-20 | return new global fees from /keys | Christian Grothoff | |
2022-03-19 | -fix memory leak introduced by Oec | Christian Grothoff | |
2022-03-19 | -minor code cleanup | Christian Grothoff | |
2022-03-19 | improve style of some SQL queries (no semantic change) | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-17 | -fix CS nonce reuse check logic | Christian Grothoff | |
2022-02-16 | [age restriction] progress 14/n - withdraw and deposit | Özgür Kesim | |
Age restriction support for - withdraw is done and tested - deposit is done and tested TODOs: - melt/refresh/reveal - link ------ Added functions - TALER_age_restriction_commit - TALER_age_commitment_derive - TALER_age_commitment_hash - TALER_age_restriction_commitment_free_inside - Hash of age commitment passed around API boundaries Exchangedb adjustments for denominations - all prepared statements re: denominations now handle age_mask - signature parameters adjusted Hash and signature verification of /keys adjusted - Hashes of (normal) denominations and age-restricted denominations are calculated seperately - The hash of the age-restricted ones will then be added to the other hash - The total hash is signed/verified Tests for withdraw with age restriction added - TALER_EXCHANGE_DenomPublickey now carries age_mask - TALER_TESTING_cmd_withdraw_amount* takes age parameter - TALER_TESTING_find_pk takes boolean age_restricted - WithdrawState carries age_commitment and its hash - withdraw_run derives new age commitment, if applicable - Added age parameter to testing (13 as example) Various Fixes and changes - Fixes of post handler for /management/extensions - Fixes for offline tool extensions signing - Slight refactoring of extensions - Age restriction extension simplified - config is now global to extension - added global TEH_age_restriction_enabled and TEH_age_mask in taler-exchange-httpd - helper functions and macros introduced | |||
2022-01-23 | [age_restriction] progress 13/n | Özgür Kesim | |
- major refactoring of extensions - extensions live now in a separate library, libtalerextensions - refactored all components using age_restriction accordingly - plumbing for plugin support for extensions roughly layed down | |||
2022-01-21 | [age restriction] progress 12/n | Özgür Kesim | |
- taler-offline-tool now handles extensions - command "extensions" added with subcommands "show" and "sign" - parses extensions from taler config - shows and signs of extensions and their configurations - creates signed set of configurations for upload - added test for retrieval of extension config - simplified signature verification for extensions - remove per-extension signatures, also from DB schema - adjust prepared statements accordingly - adjust DB event handler for extensions - allow NULL for config for extension in DB schema - handler for /management/extensions adjusted to new datastructures - changed test for TALER_denom_blind/TALER_denom_sign_blinded with and without TALER_AgeHash - minor updates and various fixes | |||
2022-01-10 | [age restriction] progress 11/n | Özgür Kesim | |
Parse age restriction information from "/keys" - parse "age_restriction" extension, extract mask for age groups - parse denominations from "age_restricted_denoms", too, if available | |||
2021-12-25 | protocol v12 changes (/recoup split, signature changes) plus database ↵ | Christian Grothoff | |
sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks | |||
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-12-11 | fix #7123 | Christian Grothoff | |
2021-12-08 | logging | Christian Grothoff | |
2021-12-08 | tolerate missing 'Expire' header better | Christian Grothoff | |
2021-11-25 | fix #7105 (for exchange) | Christian Grothoff | |
2021-11-23 | protocol bump, ignore eintr | Christian Grothoff | |
2021-11-19 | -fix misc. compiler warnings | Christian Grothoff | |
2021-10-27 | fix lib/ FTBFS | Christian Grothoff | |
2021-10-27 | rename fest | Christian Grothoff | |
2021-10-27 | -fix misc FTBFS | Christian Grothoff | |
2021-10-27 | -more changes towards fixing FTBFS | Christian Grothoff | |
2021-10-19 | -fix null deref | Christian Grothoff | |
2021-10-16 | new configuration option: wallet balance threshold | Christian Grothoff | |
2021-10-10 | -finish implemnetation of /kyc-check client library | Christian Grothoff | |
2021-08-07 | -even better | Christian Grothoff | |
2021-08-07 | -use new GNUNET_TIME_relative_is_zero API | Christian Grothoff | |
2021-07-31 | -more eliminations of json_pack | Christian Grothoff | |
2021-07-24 | fix #6939 in exchange | Christian Grothoff | |
2021-05-28 | -not a protocol violation, can happen if auditor signed denominations that ↵ | Christian Grothoff | |
are valid for deposit but not withdraw | |||
2021-05-27 | deal more nicely with /keys failures where no JSON is returned | Christian Grothoff | |
2021-04-14 | do not repeatedly append the same auditor signature | Christian Grothoff | |
2021-04-01 | fix overflow | Christian Grothoff | |
2021-03-13 | improve version number format check | Christian Grothoff | |
2021-03-13 | improve version number format check | Christian Grothoff | |
2021-03-05 | fix #6786: do not die on bogus URL | Christian Grothoff | |
2021-02-16 | free currency memory on free_key_data(), ref #6744 | Sebastian | |
2021-02-15 | fix currency parsing in deserialization logic (resolves #6744) | Christian Grothoff | |
2021-02-15 | added missing currency in ser/deser, see #6744 | Sebastian | |
2021-01-26 | strptime is locale-dependent, re-implement for C locale-only | Christian Grothoff | |
2021-01-26 | improve logging | Christian Grothoff | |
2021-01-16 | nah, also on internal server errors and anything I can imagine we should ↵ | Christian Grothoff | |
backoff, not just on timeout | |||
2021-01-16 | remove dead field | Christian Grothoff | |
2021-01-12 | dynamic curl timeouts for /keys and /wire requests | Florian Dold | |
2021-01-01 | bump protocol version | Christian Grothoff | |
2020-12-20 | only log with json_dumpf() if explicitly compiled via DEBUG #define | Christian Grothoff | |