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 | [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-24 | [age-withdraw] fixed h_commitment calculation in handlerv0.9.3-dev.5 | Ö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-20 | -remove notes from source tree | Özgür Kesim | |
2023-07-20 | Merge branch 'age-withdraw', after implementing testing-commands | Özgür Kesim | |
2023-07-20 | [age-withdraw] Added testing commands for age-withdraw and -reveal | Özgür Kesim | |
Implemented - TALER_TESTING_cmd_age_withdraw - TALER_TESTING_cmd_age_withdraw_reveal Note: No test is using those commands yet. | |||
2023-07-20 | -misc fixes | Christian Grothoff | |
2023-07-18 | [age-withdraw] simplify lib-API | Özgür Kesim | |
2023-07-16 | -doxygen fixes | Özgür Kesim | |
2023-07-15 | [age-withdraw] added TALER_EXCHANGE_age_withdraw_blind API | Özgür Kesim | |
2023-07-15 | [age-withdraw] age-withdraw-reveal lib-API mostly finished | Özgür Kesim | |
2023-07-14 | Merge branch 'age-withdraw' of ssh://git.kesim.org/taler/exchange into ↵ | Özgür Kesim | |
age-withdraw | |||
2023-07-14 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
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-13 | towards age-withdraw and -reveal API | Özgür Kesim | |
2023-07-11 | implement 'lost' field for #7883 | 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 | -typos | Christian Grothoff | |
2023-07-10 | use DK age group, not global age group | 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-10 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |
2023-07-10 | fix memory leaks reported by valgrind | Özgür Kesim | |
2023-07-06 | -current use is good | Christian Grothoff | |
2023-07-06 | work on keys serialization/deserialization | Christian Grothoff | |
2023-07-05 | -misc minor fixesv0.9.3-dev.3 | Christian Grothoff | |
2023-07-04 | -bugfixes | Christian Grothoff | |
2023-07-04 | more exchange API refactoring | Christian Grothoff | |
2023-07-04 | better error handling; use handle result | Özgür Kesim | |
2023-07-03 | more API clean up | Christian Grothoff | |
2023-07-03 | more work on API atomization | Christian Grothoff | |
2023-07-03 | more work on API atomization | Christian Grothoff | |
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-06-25 | next round of exchange API atomization | Christian Grothoff | |
2023-06-25 | more work on atomizing exchange API: deposit | Christian Grothoff | |
2023-06-25 | -fix typo | Christian Grothoff | |
2023-06-22 | -more exchange API atomization | Christian Grothoff | |
2023-06-22 | -more exchange API atomization | Christian Grothoff | |
2023-06-22 | -more exchange API atomization | Christian Grothoff | |
2023-06-22 | more API cleanup | Christian Grothoff | |
2023-06-21 | -simplify | Christian Grothoff | |
2023-06-21 | -more clean up of auditor api: atomization complete | Christian Grothoff | |
2023-06-21 | -more auditor API atomization | Christian Grothoff | |
2023-06-21 | -towards API atomization | Christian Grothoff | |