aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2024-01-08fix #8038Christian Grothoff
2023-12-23-fix error handlingChristian Grothoff
2023-12-23-use singleton for RSAChristian Grothoff
2023-12-22-minor code cleanupChristian Grothoff
2023-12-22deprecating currency code in currency specificationsChristian Grothoff
2023-12-14fix: account restriction regex fieldSebastian
2023-12-07-fix linker issuesChristian Grothoff
2023-11-28fix spelling issuesChristian Grothoff
2023-11-28-misc doxygen fixesChristian Grothoff
2023-11-27make unit currency small to let rounding work nicelyChristian Grothoff
2023-11-25more strict spec parsers for payto URIs, Web URLs, and AML decision statesChristian Grothoff
2023-11-22-fix minor leakChristian Grothoff
2023-11-17-fix roudingChristian Grothoff
2023-11-17-fix loopChristian Grothoff
2023-11-09add support for purse deposits in coin history checkingChristian Grothoff
2023-10-29-correct leak fixChristian Grothoff
2023-10-29-fix leaksChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-28new blind signature logic bug fixesChristian Grothoff
2023-10-28-fixChristian Grothoff
2023-10-27fixes with respect to new blinding APIChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-16validate exchange signing key on attestationsChristian Grothoff
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-10-14make stefan_lin a float, as it should have been in the first placeChristian Grothoff
2023-10-08more work on DD51Christian Grothoff
2023-10-05-fixing missing '/' at end of paths in Debian package, implement coin ↵v0.9.4-dev.1Christian Grothoff
history logic
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-23fix online denomination signatures; thanks to Jonathan Krebs for pointing ↵Christian Grothoff
out the issue
2023-09-22-misc minor fixesChristian Grothoff
2023-09-19parse ETag returned by reserve history APIChristian Grothoff
2023-09-18more work on new history logicChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-11improve wallet_Data support in exchange APIsChristian Grothoff
2023-09-11add support for wallet_data_hash in APIChristian Grothoff
2023-09-01-doxygenChristian Grothoff
2023-08-29remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵Christian Grothoff
version to v17
2023-08-24remember last_keys when cherry pickingChristian Grothoff
2023-08-24implement STEFAN value calculationChristian Grothoff
2023-08-21improve logging, fix client-side serialization of new /keys optionsChristian Grothoff
2023-08-11add STEFAN support to exchangeChristian 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-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-20-remove notes from source treeÖzgür Kesim