Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-17 | -fix rouding | Christian Grothoff | |
2023-11-17 | -fix loop | Christian Grothoff | |
2023-11-09 | add support for purse deposits in coin history checking | Christian Grothoff | |
2023-10-29 | -correct leak fix | Christian Grothoff | |
2023-10-29 | -fix leaks | Christian Grothoff | |
2023-10-28 | more BS bugfixes | Christian Grothoff | |
2023-10-28 | more BS bugfixes | Christian Grothoff | |
2023-10-28 | more BS bugfixes | Christian Grothoff | |
2023-10-28 | new blind signature logic bug fixes | Christian Grothoff | |
2023-10-28 | -fix | Christian Grothoff | |
2023-10-27 | fixes with respect to new blinding API | Christian Grothoff | |
2023-10-25 | new blind signing code builds | Christian Grothoff | |
2023-10-16 | validate exchange signing key on attestations | Christian Grothoff | |
2023-10-15 | avoid extra transaction to fetch balance if reserve is out of funds, remove ↵ | Christian Grothoff | |
legacy /withdraw endpoint | |||
2023-10-14 | make stefan_lin a float, as it should have been in the first place | Christian Grothoff | |
2023-10-08 | more work on DD51 | Christian Grothoff | |
2023-10-05 | -fixing missing '/' at end of paths in Debian package, implement coin ↵v0.9.4-dev.1 | Christian Grothoff | |
history logic | |||
2023-09-24 | combine deposit confirmation signatures into one big signature | Christian Grothoff | |
2023-09-24 | fix various FIXMEs | Christian Grothoff | |
2023-09-23 | fix online denomination signatures; thanks to Jonathan Krebs for pointing ↵ | Christian Grothoff | |
out the issue | |||
2023-09-22 | -misc minor fixes | Christian Grothoff | |
2023-09-19 | parse ETag returned by reserve history API | Christian Grothoff | |
2023-09-18 | more work on new history logic | Christian Grothoff | |
2023-09-18 | remove coin and reserve histories from exchange replies | Christian Grothoff | |
2023-09-11 | improve wallet_Data support in exchange APIs | Christian Grothoff | |
2023-09-11 | add support for wallet_data_hash in API | Christian Grothoff | |
2023-09-01 | -doxygen | Christian Grothoff | |
2023-08-29 | remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵ | Christian Grothoff | |
version to v17 | |||
2023-08-24 | remember last_keys when cherry picking | Christian Grothoff | |
2023-08-24 | implement STEFAN value calculation | Christian Grothoff | |
2023-08-21 | improve logging, fix client-side serialization of new /keys options | Christian Grothoff | |
2023-08-11 | add STEFAN support to exchange | Christian Grothoff | |
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 | |