Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-26 | [age-withdraw] reveal works, tested. | Özgür Kesim | |
Tests for age-withdraw and the reveal now work for both, RSA and CS. | |||
2023-07-26 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |
2023-07-26 | [age-withdraw] WIP - database transaction during reveal works now | Özgür Kesim | |
The test for age-restriction still fail, but the database transactions, including passing arrays in/out the PQ-helpers works. | |||
2023-07-25 | actually take kyc_off flag into consideration | Christian Grothoff | |
2023-07-24 | [age-withdraw] fixed h_commitment calculation in handler | Özgür Kesim | |
2023-07-24 | [age-withdraw] first tests pass | Özgür Kesim | |
age-withdraw successfully tested (no reveal yet): 1. reserve filled with amount large enough to trigger kyc 2. kyc oauth2 test daemon sets birthday to 2015-00-00 3. usual withdraw fails with CONFLICT and AGE_RESTRICTION_REQUIRED 4. age-withdraw with loo large of an maximum age fails 5. age-withdraw with appropriate maximum age succeeds | |||
2023-07-23 | kyc logic with birthdate setting test added | Özgür Kesim | |
1. Added age-requirement check in withdraw-handler (like in batch-withdraw) 2. In test_exchange_api_age_restriction: - kyc-oauth2 started, with static birthdate in answers - withdraw triggers kyc - second withdraw fails due to age restriction requirements | |||
2023-07-23 | [kyc] put reserve_pub into legitimization_requirements | Özgür Kesim | |
2023-07-23 | Added reserve_pub to kyc legitimization_processes | Özgür Kesim | |
Where applicable, the reserve_pub will be passed on to the kcy-legitimization process and persisted along with h_payto. This allows us to set a birthday on the reserve itself, once a related kyc-process has provided one. | |||
2023-07-20 | -new man page | Christian Grothoff | |
2023-07-20 | rewrite tos/pp generation logic | Christian Grothoff | |
2023-07-15 | fix crash with -a option | Christian Grothoff | |
2023-07-15 | -fix up config | Christian Grothoff | |
2023-07-15 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-07-15 | -doxygen | Christian Grothoff | |
2023-07-14 | Merge branch 'age-withdraw' of ssh://git.kesim.org/taler/exchange into ↵ | Özgür Kesim | |
age-withdraw | |||
2023-07-13 | bump protocol version to 16 | Christian Grothoff | |
2023-07-13 | merging /keys and /wire | Christian Grothoff | |
2023-07-13 | -towards reveal response handling in agew-withdraw-reveal | Özgür Kesim | |
2023-07-11 | implement 'lost' field for #7883 | Christian Grothoff | |
2023-07-11 | merge /wire into /keys response | Christian Grothoff | |
2023-07-11 | -handle some of the codespell complaints | Özgür Kesim | |
2023-07-11 | -handle doxygen complaints | Özgür Kesim | |
2023-07-10 | -fix indent | Christian Grothoff | |
2023-07-10 | fix alignment issue, ensure we hash over packed structure to avoid ↵ | Christian Grothoff | |
non-determinism | |||
2023-07-10 | -simplify | Christian Grothoff | |
2023-07-10 | tip -> reward | Christian Grothoff | |
2023-07-06 | -no return is correct here | Christian Grothoff | |
2023-07-06 | work on keys serialization/deserialization | Christian Grothoff | |
2023-07-05 | -misc minor fixes | Christian Grothoff | |
2023-07-03 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-07-03 | [age-withdraw] added library function for age-withdraw | Özgür Kesim | |
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url | |||
2023-07-01 | dce | Christian Grothoff | |
2023-06-27 | [age-withdraw] added handlers for age-withdraw to router | Özgür Kesim | |
2023-06-27 | -rename variable | Özgür Kesim | |
2023-06-27 | -fix typo | Özgür Kesim | |
2023-06-27 | added birthdate parser | Özgür Kesim | |
2023-06-26 | -ruuid not needed | Özgür Kesim | |
2023-06-26 | -free spec | Özgür Kesim | |
2023-06-26 | -comment updates | Özgür Kesim | |
2023-06-26 | Merge branch 'master' into age-withdraw-merge | Özgür Kesim | |
2023-06-26 | [age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/n | Özgür Kesim | |
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests | |||
2023-06-23 | fix #7870 | Christian Grothoff | |
2023-06-05 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-06-04 | address FIXMEs in bank service API | Christian Grothoff | |
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-06-03 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-05-18 | -typo | Christian Grothoff | |
2023-05-17 | -doxygen | Christian Grothoff | |
2023-05-17 | implement logic to conditionally trigger AML review based on KYC attributes | Christian Grothoff | |