Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | more API cleanup | Christian Grothoff | |
2023-06-07 | major libtalertesting API refactoring, including no longer having ↵ | Christian Grothoff | |
taler-specific logic in the test engine core | |||
2023-06-04 | try to create universal benchmark setup script | Christian Grothoff | |
2023-05-21 | -style | Christian Grothoff | |
2023-05-21 | -fix SQL | Christian Grothoff | |
2023-05-21 | -typo | Christian Grothoff | |
2023-05-21 | -minor fixes | Christian Grothoff | |
2023-04-22 | -misc fixes | Christian Grothoff | |
2022-02-16 | [age restriction] progress 14/n - withdraw and deposit | Özgür Kesim | |
Age restriction support for - withdraw is done and tested - deposit is done and tested TODOs: - melt/refresh/reveal - link ------ Added functions - TALER_age_restriction_commit - TALER_age_commitment_derive - TALER_age_commitment_hash - TALER_age_restriction_commitment_free_inside - Hash of age commitment passed around API boundaries Exchangedb adjustments for denominations - all prepared statements re: denominations now handle age_mask - signature parameters adjusted Hash and signature verification of /keys adjusted - Hashes of (normal) denominations and age-restricted denominations are calculated seperately - The hash of the age-restricted ones will then be added to the other hash - The total hash is signed/verified Tests for withdraw with age restriction added - TALER_EXCHANGE_DenomPublickey now carries age_mask - TALER_TESTING_cmd_withdraw_amount* takes age parameter - TALER_TESTING_find_pk takes boolean age_restricted - WithdrawState carries age_commitment and its hash - withdraw_run derives new age commitment, if applicable - Added age parameter to testing (13 as example) Various Fixes and changes - Fixes of post handler for /management/extensions - Fixes for offline tool extensions signing - Slight refactoring of extensions - Age restriction extension simplified - config is now global to extension - added global TEH_age_restriction_enabled and TEH_age_mask in taler-exchange-httpd - helper functions and macros introduced | |||
2021-08-04 | load config file from correct location | Florian Dold | |
2021-08-04 | -migrate benchmarks to new configuration structure | Christian Grothoff | |
2021-07-30 | -fix misc enum confusions and other compiler warnings | Christian Grothoff | |
2021-07-23 | -rename TALER_amount_get_zero to TALER_amount_set_zero | Christian Grothoff | |
2021-01-07 | work on #6679" | Christian Grothoff | |
2020-10-13 | fix format string issues | Christian Grothoff | |
2020-07-18 | merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 | Christian Grothoff | |
2020-07-17 | adapt to change in GNUNET_OS_start_process() API (#6188) | Christian Grothoff | |
2020-07-05 | GNUNET_free_non_null is gone, use GNUNET_free | Christian Grothoff | |
2020-04-08 | fix #6170 and rest of #6164 | Christian Grothoff | |
2020-03-20 | more statistics, make explicit table lock optional, can hurt performance badly | Christian Grothoff | |
2020-03-20 | have variant where we first setup all reserves | Christian Grothoff | |
2020-03-20 | improving benchmarking logic, including more timings | Christian Grothoff | |
2020-03-19 | enable using python bank with benchmark | Christian Grothoff | |
2020-03-19 | make DB reset optional in API, use it in tests, but not in the benchmark | Christian Grothoff | |
2020-03-19 | have benchmark driver also launch auditor | Christian Grothoff | |
2020-03-19 | option -i was removed | Christian Grothoff | |
2020-03-15 | move common logic to parse currency into libtalerutil | Christian Grothoff | |
2020-03-14 | fix use after free | Christian Grothoff | |
2020-02-29 | big rename fest related to #6067 API renaming | Christian Grothoff | |
2020-02-04 | implement /config in fakebank and taler_bank_lib.h (#6066) | Christian Grothoff | |
2020-01-19 | leak fixes | Christian Grothoff | |
2020-01-19 | config syntax for accounts | Florian Dold | |
2020-01-19 | leaks | Christian Grothoff | |
2020-01-19 | fix merge conflict | Christian Grothoff | |
2020-01-19 | clean up benchmark logic | Christian Grothoff | |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold | |
2020-01-19 | fix benchmark | Christian Grothoff | |
2020-01-18 | fix compiler warnings | Christian Grothoff | |
2020-01-18 | dce: redundant arg | Florian Dold | |
2020-01-17 | DCE, part one | Florian Dold | |
2020-01-13 | die, dead #include, die | Christian Grothoff | |
2020-01-13 | eliminate libtalerwire | Christian Grothoff | |
2020-01-13 | fix ftbfs | Christian Grothoff | |
2020-01-13 | refactor to make it easier to share init logic for test configurations | Christian Grothoff | |
2020-01-12 | fix ftbfs | Christian Grothoff | |
2020-01-11 | remove exchange-url argument from /admin/add/incoming | Christian Grothoff | |
2020-01-11 | major refactoring, eliminating wire-plugins and moving towards new bank API. ↵ | Christian Grothoff | |
main code compiles, testcases known to fail, code sure not to fully work yet | |||
2019-12-23 | make exchange test suite work with current bank | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-09-10 | do use main_cb/main_cb_cls | Christian Grothoff | |