aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-26Merge 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-26[pq] Added support for some Taler-specific array typesÖzgür Kesim
Added array support for DB-query and -result for - denomination signatures - blinded envelope hases - denomination hashes
2023-07-25-misc fixes:Christian Grothoff
2023-07-25-move to postgresChristian Grothoff
2023-07-25actually take kyc_off flag into considerationChristian Grothoff
2023-07-25-more script fixesChristian Grothoff
2023-07-25-more script fixesChristian Grothoff
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-24-gana updateÖzgür Kesim
2023-07-23kyc 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-23Merge branch 'master' of ssh://git.taler.net/exchangeÖzgür Kesim
2023-07-23[kyc] put reserve_pub into legitimization_requirementsÖzgür Kesim
2023-07-23-reset tables breaks stuff, badlyChristian Grothoff
2023-07-23log resetChristian Grothoff
2023-07-23handle unixChristian Grothoff
2023-07-23handle unixChristian Grothoff
2023-07-23handle unixChristian Grothoff
2023-07-23-ignore locale/ dirChristian Grothoff
2023-07-23tolerate unsetChristian Grothoff
2023-07-23tolerate unsetChristian Grothoff
2023-07-23Added 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-21use decision timeChristian Grothoff
2023-07-21bad includeChristian Grothoff
2023-07-21-fix wire auditor for multiple accountsChristian Grothoff
2023-07-21-more multi-account fixesChristian Grothoff
2023-07-21-fix crashChristian Grothoff
2023-07-21run wirewatch with specific accountChristian Grothoff
2023-07-21-add MakefilesChristian Grothoff
2023-07-21-accidentally renamed/moved config file, fixedÖzgür Kesim
2023-07-21[age-withdraw] started to work on tests in testingÖzgür Kesim
2023-07-20-fixes for doxygen complaintsÖzgür Kesim
2023-07-20-remove notes from source treeÖzgür Kesim
2023-07-20Merge 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-20create dirChristian Grothoff
2023-07-20-new man pageChristian Grothoff
2023-07-20check for key dependencyChristian Grothoff
2023-07-20rewrite tos/pp generation logicChristian Grothoff
2023-07-20-misc fixesChristian Grothoff
2023-07-19-minor test-auditor.sh fixesChristian Grothoff
2023-07-19-misc auditor fixesChristian Grothoff
2023-07-19-misc auditor fixesChristian Grothoff
2023-07-18Merge branch 'master' into age-withdrawÖzgür Kesim
2023-07-18-first steps towards testing age-withdrawÖzgür Kesim
2023-07-18[age-withdraw] simplify lib-APIÖzgür Kesim
2023-07-18-work on auditor testChristian Grothoff
2023-07-17-work on auditor testChristian Grothoff
2023-07-17-work on auditor testChristian Grothoff