Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-04-10 | -fix SQL query | Christian Grothoff | |
2023-04-10 | use LEFT JOIN as aml_status table may be empty | Christian Grothoff | |
2023-04-10 | return AML status together with KYC status | Christian Grothoff | |
2023-04-08 | fix #7792 | Christian Grothoff | |
2023-04-08 | adding FIXME | Christian Grothoff | |
2023-04-04 | -spelling, typos, indentation | Christian Grothoff | |
2023-03-31 | -fix missing comments | Christian Grothoff | |
2023-03-31 | fix exchangedb build errors | Christian Grothoff | |
2023-03-29 | New sql code for batch ensure coin known | Joseph | |
2023-03-27 | Remove binary files | Joseph | |
2023-03-27 | New spi files | Joseph | |
2023-03-27 | New spi files | Joseph | |
2023-03-27 | some changes for known coins | Joseph | |
2023-03-27 | some changes for ensure known coin | Joseph | |
2023-03-27 | nothing to update | Joseph | |
2023-03-27 | Spi files | Joseph | |
2023-03-27 | New spi files | Joseph | |
2023-03-13 | WIP: age-withdraw, continue verify_commitment_and_max_age, 7/n | Özgür Kesim | |
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo. | |||
2023-03-04 | misc minor fixes | Christian Grothoff | |
2023-03-01 | WiP: age-withdraw implementation, part 2/n | Özgür Kesim | |
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction - added new files, forgot in previous commit | |||
2023-03-01 | WiP: age-withdraw implementation, part 1/n | Özgür Kesim | |
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction | |||
2023-02-21 | -misc minor bugfixes | Christian Grothoff | |
2023-02-20 | update changes with pull | priscilla | |
2023-02-20 | update | priscilla | |
2023-02-19 | on idempotent deposit, just skip most of the transaction | Christian Grothoff | |
2023-02-19 | fix typo | Christian Grothoff | |
2023-02-19 | -doxygen fixes | Christian Grothoff | |
2023-02-19 | also inform about AML-triggered KYC requirement in GET deposits endpoint | Christian Grothoff | |
2023-02-19 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-02-17 | more towards actually allowing AML decisions to trigger KYC | Christian Grothoff | |
2023-02-14 | begin API change to allow AML officers to trigger KYC process | Christian Grothoff | |
2023-02-14 | -fix test FTBFS | Christian Grothoff | |
2023-02-13 | -fix notify_s argument passing | Christian Grothoff | |
2023-02-13 | work on AML notification logic | Christian Grothoff | |
2023-02-12 | -more work on AML triggers for P2P transfers | Christian Grothoff | |
2023-02-12 | -work on AML trigger logic | Christian Grothoff | |
2023-02-07 | fix get_link_data logic | Christian Grothoff | |
2023-02-06 | update with sort in c code | Joseph | |
2023-02-05 | -debugging batch reserves_in notification logic: success: pg_notify does not ↵ | Christian Grothoff | |
work, identifier vs. string | |||
2023-02-05 | -fix transaction issue in exchange test | Christian Grothoff | |
2023-02-05 | -fix FTBFS of exchange test | Christian Grothoff | |
2023-02-05 | exchangedb: use partial index instead of materialized tables ↵ | Christian Grothoff | |
deposits_by_ready and deposits_by_matching; remove now broken code; rename benchmarks to use perf_-prefix and correspond to function they benchmark |