aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2023-10-12update private key files and harden checks for currency codesChristian Grothoff
2023-10-08more work on DD51Christian Grothoff
2023-10-08currency DD51 JSON generationChristian Grothoff
2023-10-07parser for INI configuration of DD51 currency specificationsChristian Grothoff
2023-10-06draft cmd for coin historyChristian 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-19work on reserve history APIChristian Grothoff
2023-09-19complete coin history DB logic to properly handle new ETagsChristian Grothoff
2023-09-18more work on new history logicChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-17add new GET /coins/-pub handlerChristian Grothoff
2023-09-17first cut for API to get coin historyChristian Grothoff
2023-09-14more work towards auditor support for AML/KYCChristian Grothoff
2023-09-13work on KYC support in auditor (WiP, not finished)Christian Grothoff
2023-09-11improve wallet_Data support in exchange APIsChristian Grothoff
2023-09-11add support for wallet_data_hash in APIChristian Grothoff
2023-09-10major 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-spellingChristian Grothoff
2023-09-01towards adjusting taler-auditor-offline to new /keys format (still fails in ↵Christian Grothoff
signature verification)
2023-08-27-fix issue with multiple dbinit running concurrentlyChristian Grothoff
2023-08-24implement STEFAN value calculationChristian Grothoff
2023-08-21extend libtalerpq with functions for the amount with currency triplet data ↵Christian Grothoff
type (for merchant backend)
2023-08-11add STEFAN support to exchangeChristian Grothoff
2023-07-30remove wrap_size, obsoleteChristian Grothoff
2023-07-30-remove _tuple suffixChristian Grothoff
2023-07-30removing old amount logic from libtalerpqChristian 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-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-23[kyc] put reserve_pub into legitimization_requirementsÖzgür Kesim
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-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-16introduce TALER_TESTING_cmd_exec_wirewatch2Christian 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 workChristian Grothoff
2023-07-15-typo fix fixÖzgür Kesim
2023-07-15-typo fixÖzgür Kesim