summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.c
AgeCommit message (Collapse)Author
2023-12-25towards getting benchmarks to work with libeufinChristian Grothoff
2023-07-16-remove lingerChristian Grothoff
2023-07-16clean up taler-bank-benchmarkChristian Grothoff
2023-07-15-get taler-exchange-benchmark to workChristian Grothoff
2023-07-15clean up taler-exchange-benchmark codeChristian Grothoff
2023-06-22more API cleanupChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-06-04try to create universal benchmark setup scriptChristian Grothoff
2023-05-21-styleChristian Grothoff
2023-05-21-fix SQLChristian Grothoff
2023-05-21-typoChristian Grothoff
2023-05-21-minor fixesChristian Grothoff
2023-04-22-misc fixesChristian 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-04load config file from correct locationFlorian Dold
2021-08-04-migrate benchmarks to new configuration structureChristian Grothoff
2021-07-30-fix misc enum confusions and other compiler warningsChristian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-01-07work on #6679"Christian Grothoff
2020-10-13fix format string issuesChristian Grothoff
2020-07-18merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff
2020-07-17adapt to change in GNUNET_OS_start_process() API (#6188)Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-03-20more statistics, make explicit table lock optional, can hurt performance badlyChristian Grothoff
2020-03-20have variant where we first setup all reservesChristian Grothoff
2020-03-20improving benchmarking logic, including more timingsChristian Grothoff
2020-03-19enable using python bank with benchmarkChristian Grothoff
2020-03-19make DB reset optional in API, use it in tests, but not in the benchmarkChristian Grothoff
2020-03-19have benchmark driver also launch auditorChristian Grothoff
2020-03-19option -i was removedChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-14fix use after freeChristian Grothoff
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-19leak fixesChristian Grothoff
2020-01-19config syntax for accountsFlorian Dold
2020-01-19leaksChristian Grothoff
2020-01-19fix merge conflictChristian Grothoff
2020-01-19clean up benchmark logicChristian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-19fix benchmarkChristian Grothoff
2020-01-18fix compiler warningsChristian Grothoff
2020-01-18dce: redundant argFlorian Dold
2020-01-17DCE, part oneFlorian Dold
2020-01-13die, dead #include, dieChristian Grothoff
2020-01-13eliminate libtalerwireChristian Grothoff
2020-01-13fix ftbfsChristian Grothoff
2020-01-13refactor to make it easier to share init logic for test configurationsChristian Grothoff
2020-01-12fix ftbfsChristian Grothoff