Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-06-03 | -logging | Christian Grothoff | |
2023-06-03 | add DB idempotency test | Christian Grothoff | |
2023-06-03 | Merge branch 'master' into age-withdraw | Özgür Kesim | |
2023-06-02 | make CREATE TYPE usage idempotent | Florian Dold | |
PostgresSQL doesn't have a CREATE TYPE OR REPLACE, so we have to work around this with exception handling. | |||
2023-05-21 | -fix SQL | Christian Grothoff | |
2023-05-21 | -typo | Christian Grothoff | |
2023-05-18 | array-based do_reserves_in_insert | Christian Grothoff | |
2023-05-18 | use external helper for conversion also for KYCAID | Christian Grothoff | |
2023-05-17 | implement logic to conditionally trigger AML review based on KYC attributes | Christian Grothoff | |
2023-05-16 | towards KYC AML triggers | Christian Grothoff | |
2023-05-14 | [æge-withdraw] WiP: towards new API | Özgür Kesim | |
2023-05-12 | Merge branch 'age-withdraw' of ssh://git.kesim.org/taler/exchange into ↵ | Özgür Kesim | |
age-withdraw | |||
2023-05-12 | [age-withdraw] WIP: change schema to use new support for array types, 11/n | Özgür Kesim | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-04 | finish implementation for #7808 | Christian Grothoff | |
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2023-05-01 | -typos | Özgür Kesim | |
2023-05-01 | WiP: age-withdraw, finished reveal-request, 10/n | Özgür Kesim | |
- /age-withdraw/$ACH/reveal handler now fully implemented - for consistency with api: rename of tables from withdraw_age_... to age_withdraw | |||
2023-04-23 | -fix typos for doxygen | Özgür Kesim | |
2023-04-22 | WiP: age-withdraw, continue with finalize_age_withdraw_and_sign, 9/n | Özgür Kesim | |
Also: - added duplicate planchet check for age-withdraw_reveal - added stubs for (get|insert)_age_withdraw_reveal | |||
2023-04-22 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |
2023-04-22 | WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/n | Özgür Kesim | |
2023-04-22 | -added FIXME | Özgür Kesim | |
2023-04-22 | simplify batch insert: no cursor where not required, replace ↵ | Christian Grothoff | |
out_reserve_found with ruuid being allowed to remain NULL | |||
2023-04-22 | -misc fixes | Christian Grothoff | |
2023-04-22 | -misc fixes | Christian Grothoff | |
2023-04-22 | -misc fixes | Christian Grothoff | |
2023-04-22 | -misc fixes | Christian Grothoff | |
2023-04-22 | -misc bugs | Christian Grothoff | |
2023-04-22 | -misc bugs | Christian Grothoff | |
2023-04-22 | misc bugfixes in reserves_in batch logic | Christian Grothoff | |
2023-04-21 | clean up reserve_get logic | Christian Grothoff | |
2023-04-21 | -fix bug in sync | Christian Grothoff | |
2023-04-18 | fix some major bugs in pg_reserves_in_insert | Christian Grothoff | |
2023-04-16 | fix SPI build | Christian Grothoff | |
2023-04-16 | add missing resource | Christian Grothoff | |
2023-04-16 | work on lookup_records_by_table | Christian Grothoff | |
2023-04-16 | work on insert_records_by_table | Christian Grothoff | |
2023-04-15 | implement more of lookup_records_by_table | Christian Grothoff | |
2023-04-15 | create warnings on missing table syncs | Christian Grothoff | |
2023-04-15 | -fix memory leak | Christian Grothoff | |