aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark
AgeCommit message (Collapse)Author
2023-07-30misc bug fixes in batch insertChristian Grothoff
2023-07-30unify to TEXT instead of mixing TEXT and VARCHARChristian Grothoff
2023-07-28-no more jdbc in libeufinChristian Grothoff
2023-07-16-remove lingerChristian Grothoff
2023-07-16clean up taler-bank-benchmarkChristian Grothoff
2023-07-16fix taler-aggregator-benchmarkChristian Grothoff
2023-07-15-ignoreChristian Grothoff
2023-07-15-get taler-exchange-benchmark to workChristian Grothoff
2023-07-15-fix up configChristian 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-05new command to use taler-benchmark-setup.shChristian Grothoff
2023-06-05-docuChristian Grothoff
2023-06-05expand taler-benchmark-setup scriptChristian Grothoff
2023-06-05more fixes for taler-benchmark-setupChristian Grothoff
2023-06-05work on cleaning up benchmark logicv0.9.3-dev.2Christian Grothoff
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-12-21Rollback in sqlcodeJoseph
2022-12-20-enable batch testing and no DB rest in bank benchmarkChristian Grothoff
2022-12-19return 204 on empty transaction history, as per APIChristian Grothoff
2022-12-19-fix error messageChristian Grothoff
2022-12-19-debug dbinit callChristian Grothoff
2022-12-19-debug dbinit callChristian Grothoff
2022-12-19-debugging'Christian Grothoff
2022-12-19ensure Postgres CPPFLAGS are set before libgnunetpq checkChristian Grothoff
2022-12-19-fix crash if dbinit is not foundChristian Grothoff
2022-11-01remove wad fee, kyc fee and kyc-timeoutChristian Grothoff
2022-10-22-add missing asserts, fix logic issueChristian Grothoff
2022-08-22-fix some clang warningsChristian Grothoff
2022-07-05-link to bugChristian Grothoff
2022-07-02add libtalerexchange.la to _LDADDThien-Thi Nguyen
* src/benchmark/Makefile.am (taler_bank_benchmark_LDADD): ...here.
2022-06-07-fix minor bugsChristian Grothoff
2022-06-05-fix distChristian Grothoff
2022-05-22-fix wirewatch assertionChristian Grothoff
2022-04-21Fixed seed size for TALER_age_restriction_commitÖzgür Kesim
Also, added src/util/tv_age_restriction.{c,json} for/as test vectors for age restriction.
2022-03-31privatize more signature structs, simplify codeChristian Grothoff
2022-03-05refactor /wire to include logic to return the wad fee (for W2W payments)Christian Grothoff
2022-03-02-refactor TALER_AgeMask.mask -> TALER_AgeMask.bitsÖzgür Kesim
also: fix off-by-one in TALER_age_restriction_commit
2022-03-01Refactoring TALER_AgeCommitmentÖzgür Kesim
Instead of a single struct TALER_AgeCommitment, we now use 1. TALER_AgeCommitment for the age mask and list public keys for age restriciton. 2. TALER_AgeProof for list of private keys for age restriction 3. TALER_AgeCommitmentProof for the aggregation of the former two. Also, we introduce TALER_AgeAttestation as the EDDSA signature to attest a particular age group, along with the function prototypes TALER_age_commitment_attest and TALER_age_commitment_verify.
2022-02-22[age restriction] progress 16/n - refresh/reveal/link testsÖzgür Kesim
Age restriction works now with withdraw, melt/refresh/reveal and link, including tests. However, there is still a problem with the tests: The melting operation "refresh-melt-failing-age" that should fail (because of conflict), but currently fails for other reasons. I decided to disable that particular test (and the next) and submit the patch I have so far.
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-20-ensure different HKDF is used in melt vs. withdrawChristian Grothoff
2022-02-19add libtalerextensions.la to _LDADD (two instances)Thien-Thi Nguyen
* src/benchmark/Makefile.am (taler_bank_benchmark_LDADD): ...here. * src/exchange-tools/Makefile.am (taler_auditor_offline_LDADD): Likewise.
2022-02-18-reducing FIXMEs re: age restrictionÖzgür Kesim
- deposit info now carries h_age_commitment - benchmark does age commitment, too