Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-18 | -minor merge conflict resolves | Özgür Kesim | |
2022-02-18 | [age restriction] progress 15/n - melt/refresh/reveal and recoup | Özgür Kesim | |
Added age restriction support for - melt/refresh/reveal - recoup However, tests are not yet implemented for those flows. Also: minor fixes and refactoring. | |||
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-02-12 | -more doxygen fixes | Christian Grothoff | |
2022-02-07 | -rename fest | Christian Grothoff | |
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-12-08 | optimize /deposit logic to minimize serialization failures (presumably) | Christian Grothoff | |
2021-12-06 | -fix balance calculation | Christian Grothoff | |
2021-12-01 | [age restriction] progress 6/n | Özgür Kesim | |
lift logic for detection of age restriction of a denomination out from taler-exchange-secmod-rsa.c to taler-exchange_httpd_keys.c | |||
2021-11-19 | -fix misc. compiler warnings | Christian Grothoff | |
2021-11-16 | [age restriction] progress 3/n | Özgür Kesim | |
- remove redundant struct members for age commitment hash - undo pre-mature implementation in taler-exchange-secmod-rsa.c - carry through age restriction parameter for TALER_denom_blind | |||
2021-11-10 | age restriction progress 2/n | Özgür Kesim | |
Signed-off-by: Özgür Kesim <oec-taler@kesim.org> | |||
2021-11-06 | -misc fixes | Christian Grothoff | |
2021-11-06 | include h_extensions in deposit confirmation | Christian Grothoff | |
2021-11-06 | introduce TALER_wallet_deposit_verify | Christian Grothoff | |
2021-10-30 | fix more FTBFS issues | Christian Grothoff | |
2021-10-27 | rename fest | Christian Grothoff | |
2021-10-27 | -work on FTBFS; | Christian Grothoff | |
2021-10-27 | -fix misc FTBFS | Christian Grothoff | |
2021-10-27 | -more changes towards fixing FTBFS | Christian Grothoff | |
2021-10-20 | simplify deposit, do not return kyc status, not needed | Christian Grothoff | |
2021-10-16 | -return new data from /deposit client API | Christian Grothoff | |
2021-10-13 | -modify C API to future-proof it for returning more details as required for ↵ | Christian Grothoff | |
KYC implementation | |||
2021-10-10 | -finish implemnetation of /kyc-check client library | Christian Grothoff | |
2021-08-01 | -allow 0 for refund deadline | Christian Grothoff | |
2021-07-31 | -more eliminations of json_pack | Christian Grothoff | |
2021-04-24 | return more precise error codes from TALER_EXCHANGE_deposit() if failures ↵ | Christian Grothoff | |
are detected client-side (#6817) | |||
2021-03-05 | fix #6786: do not die on bogus URL | Christian Grothoff | |
2020-12-20 | do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply | Christian Grothoff | |
2020-11-07 | adjust ECs | Christian Grothoff | |
2020-07-08 | implement new behavior in exchange httpd and libtalerexchange (for #6416) | Christian Grothoff | |
2020-07-08 | add h_denom_pub to deposit signatures | Christian Grothoff | |
2020-07-05 | fix #6408: make sure all timestamps are always rounded when they arrive over ↵ | Christian Grothoff | |
JSON, or 400 the requester; similarly don't tolerate anything else as client | |||
2020-07-05 | fix FIXME by exposing deposit permission signing in API instead of doing it ↵ | Christian Grothoff | |
inside of the testing logic | |||
2020-07-05 | towards changing timestamp in deposit confirmation (tests failing) | Christian Grothoff | |
2020-07-05 | fix status code | Christian Grothoff | |
2020-05-01 | more error codes | Christian Grothoff | |
2020-04-08 | fix #6170 and rest of #6164 | Christian Grothoff | |
2020-04-08 | adapt to new GNUnet sign API (#6164) | Christian Grothoff | |
2020-04-05 | make exchange API more uniform in how information is returned | Christian Grothoff | |
2020-04-01 | scope clean up | Christian Grothoff | |
2020-03-26 | do not crash on odd inputs | Christian Grothoff | |
2020-03-20 | improving benchmarking logic, including more timings | Christian Grothoff | |
2020-03-17 | style, indentation and type fixes for lib/ | Christian Grothoff | |
2020-03-10 | more careful use of TALER_JSON_get_error_code(), limit to cases where we ↵ | Christian Grothoff | |
expect to get one |