Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | handle NULL entry correctly | Christian Grothoff | |
2023-09-11 | one more missing check for no_age_commitment hash | Christian Grothoff | |
2023-09-11 | -fix wrong type after type was split" | 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 | -fix typo | 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-06 | remove locking, we'll revert to sequential use as locking requires superuser | Christian Grothoff | |
2023-09-01 | -spelling | Christian Grothoff | |
2023-08-31 | reserve space for wallet_data_hash in schema | Christian Grothoff | |
2023-08-27 | -fix issue with multiple dbinit running concurrently | Christian Grothoff | |
2023-08-23 | add anastasis facade to fakebank | Christian Grothoff | |
2023-08-01 | amount-specific functions, not procedures | Özgür Kesim | |
2023-07-30 | add missing prepared statements | Christian Grothoff | |
2023-07-30 | remove wrap_size, obsolete | Christian Grothoff | |
2023-07-30 | remove pre-array batch reserves-in insertion logic | Christian Grothoff | |
2023-07-30 | misc bug fixes in batch insert | Christian Grothoff | |
2023-07-30 | unify to TEXT instead of mixing TEXT and VARCHAR | Christian Grothoff | |
2023-07-30 | -remove silly comment | Christian Grothoff | |
2023-07-30 | -remove _tuple suffix | 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 | dce | Christian Grothoff | |
2023-07-29 | migration to new amount style for exchangedb | Christian Grothoff | |
2023-07-28 | taler_amount type introduced in reserves table and corresponding functions | Özgür Kesim | |
- current_balance is now a taler_amount - all C-functions, SQL-statements and stored procedures adjusted accordingly. => make check passes all tests in testing. | |||
2023-07-28 | FAILING attempt to make echange.reserve use taler_amount | Özgür Kesim | |
Fails with > TALER_PREFIX=/usr/local ./test-exchangedb-postgres 2023-07-28T19:02:25.150845+0200 /home/oec/projects/taler/exchange/src/exchangedb/.libs/test-exchangedb-postgres-2559159 WARNING Could not run PSQL on file /usr/local/share/taler//sql/exchange/drop.sql: psql exit code was 3 2023-07-28T19:02:32.488085+0200 pq-2559159 ERROR Query `call_withdraw' failed with result: invalid input syntax for type bigint: "(1,1000)"/(null)/ERROR: invalid input syntax for type bigint: "(1,1000)" CONTEXT: PL/pgSQL function exchange_do_withdraw(bytea,taler_amount,bytea,bytea,bytea,bytea,bytea,bigint,bigint,boolean) line 23 at SQL statement /PGRES_FATAL_ERROR/ERROR: invalid input syntax for type bigint: "(1,1000)" CONTEXT: PL/pgSQL function exchange_do_withdraw(bytea,taler_amount,bytea,bytea,bytea,bytea,bytea,bigint,bigint,boolean) line 23 at SQL statement 2023-07-28T19:02:32.488146+0200 /home/oec/projects/taler/exchange/src/exchangedb/.libs/test-exchangedb-postgres-2559159 ERROR Assertion failed at test_exchangedb.c:1428. | |||
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-28 | finalize v3/v4 -> v2 exchange schema merger | Özgür Kesim | |
2023-07-28 | finalize v3/v4 -> v2 exchange schema merger | Özgür Kesim | |
2023-07-28 | combine v3 and v4 of exchange schema into v2 due to major incompatible tuple ↵ | Christian Grothoff | |
change forthcoming | |||
2023-07-28 | -fix type defs | Christian Grothoff | |
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 | [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] 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-16 | fix taler-aggregator-benchmark | Christian Grothoff | |
2023-06-27 | -fix parameter in stored procedures | Özgür Kesim | |
2023-06-26 | -fixed typos | Özgür Kesim | |
2023-06-26 | add exchange_do_age_withdraw.sql | Özgür Kesim | |
2023-06-26 | -ruuid not needed | Özgür Kesim | |
2023-06-26 | Merge branch 'master' into age-withdraw-merge | Özgür Kesim | |
2023-06-26 | [age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/n | Özgür Kesim | |
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests | |||
2023-06-25 | fix test | Christian Grothoff | |
2023-06-25 | -fix typo | Christian Grothoff | |
2023-06-23 | fix #7870 | Christian Grothoff | |
2023-06-05 | Merge branch 'master' into age-withdraw | Özgür Kesim | |