Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-08 | currency DD51 JSON generation | Christian Grothoff | |
2023-10-07 | parser for INI configuration of DD51 currency specifications | Christian Grothoff | |
2023-10-06 | draft cmd for coin history | 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-19 | work on reserve history API | Christian Grothoff | |
2023-09-19 | complete coin history DB logic to properly handle new ETags | 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-17 | add new GET /coins/-pub handler | Christian Grothoff | |
2023-09-17 | first cut for API to get coin history | Christian Grothoff | |
2023-09-14 | more work towards auditor support for AML/KYC | Christian Grothoff | |
2023-09-13 | work on KYC support in auditor (WiP, not finished) | 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-10 | major exchange DB schema change: store common properties of batch deposit in ↵ | Christian Grothoff | |
batch_deposits table, and coin-specific ones in coin_deposits table; plus minor cleanups | |||
2023-09-01 | -spelling | Christian Grothoff | |
2023-09-01 | towards adjusting taler-auditor-offline to new /keys format (still fails in ↵ | Christian Grothoff | |
signature verification) | |||
2023-08-27 | -fix issue with multiple dbinit running concurrently | Christian Grothoff | |
2023-08-24 | implement STEFAN value calculation | Christian Grothoff | |
2023-08-21 | extend libtalerpq with functions for the amount with currency triplet data ↵ | Christian Grothoff | |
type (for merchant backend) | |||
2023-08-11 | add STEFAN support to exchange | Christian Grothoff | |
2023-07-30 | remove wrap_size, obsolete | Christian Grothoff | |
2023-07-30 | -remove _tuple suffix | Christian Grothoff | |
2023-07-30 | removing old amount logic from libtalerpq | Christian Grothoff | |
2023-07-30 | -fix typos | Özgür Kesim | |
2023-07-30 | [pq] use GNUNET_PQ_get_oid_by_name consistently | Özgür Kesim | |
2023-07-29 | [pq] added array support for taler_amount composite type | Özgür Kesim | |
API added: - TALER_PQ_query_param_array_amount - TALER_PQ_result_spec_array_amount | |||
2023-07-28 | [pq] added helper to load oids of composite types | Özgür Kesim | |
- TALER_PQ_load_oids_for_composite_types added - Called during postgres-initialization | |||
2023-07-27 | [WiP] added TALER_AMOUNT type to Postgres - first in age_withdraw | Özgür Kesim | |
- Added a type TALER_AMOUNT (val INT8, frac INT4) to Postgres. - Added PLSQL functions/procedures - amount_normalize(a) - amount_add(a, b) - amount_left_minus_right(l, r, diff, ok bool) - Added PQ-helper functions - TALER_PQ_query_param_amount_tuple() - TALER_PQ_result_spec_amount_tuple() - In table 'age_withdraw', changed fields 'amount_with_fee_val' and '..._frac' into single field 'amount_with_fee' be of type TALER_AMOUNT - Changed functions/stored procedures 'do_age_withdraw' and 'get_age_withdraw' to use new APIs. => make check runs through without errors, age-withdraw and -reveal test passes. | |||
2023-07-26 | -fix typos | Ö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-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 | -fixes for doxygen complaints | Ö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-18 | [age-withdraw] simplify lib-API | Özgür Kesim | |
2023-07-16 | introduce TALER_TESTING_cmd_exec_wirewatch2 | Christian Grothoff | |
2023-07-16 | -codespell fix | Özgür Kesim | |
2023-07-16 | -doxygen fixes | Özgür Kesim | |
2023-07-15 | -get taler-exchange-benchmark to work | Christian Grothoff | |
2023-07-15 | -typo fix fix | Özgür Kesim | |
2023-07-15 | -typo fix | Ö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 | |