summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_deposit.c
AgeCommit message (Collapse)Author
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments
2022-10-22-add missing asserts, fix logic issueChristian Grothoff
2022-07-05-annotate bugsChristian Grothoff
2022-07-01-implement batch deposit testing cmdChristian Grothoff
2022-06-29-update deposit API in preparation for batch depositsChristian Grothoff
2022-06-05complete P2P/W2W conflict handling, deduplicate code across handlersChristian Grothoff
2022-03-19-minor code cleanupChristian Grothoff
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-23-make age commiment structs const in traitsÖzgür Kesim
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-17-fix CS nonce reuse check logicChristian 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
2022-02-07-rename festChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-19-misc bugfixesChristian Grothoff
2021-11-06include h_extensions in deposit confirmationChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-11-01fix bugChristian Grothoff
2021-10-30fix more FTBFS issuesChristian Grothoff
2021-10-27work on testing ftbfsChristian Grothoff
2021-10-13-modify C API to future-proof it for returning more details as required for ↵Christian Grothoff
KYC implementation
2021-04-24return more precise error codes from TALER_EXCHANGE_deposit() if failures ↵Christian Grothoff
are detected client-side (#6817)
2020-11-07adjust ECsChristian Grothoff
2020-07-16rename TALER_JSON_hash to TALER_JSON_contract_hashChristian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-05fix FIXME by exposing deposit permission signing in API instead of doing it ↵Christian Grothoff
inside of the testing logic
2020-07-05fix #6236Christian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-04-11adapations to GNUnet API changeChristian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff
2020-03-28fix leaks and bad RC logic wrt json reference copyingChristian Grothoff
2020-03-28doxygen fixChristian Grothoff
2020-03-27comment style fixChristian Grothoff
2020-03-27cover actual aggregation in exchange testFlorian Dold
2020-03-27deposit command: create merchant key in a more appropriate placeFlorian Dold
2020-03-27fix deposit idempotency test caseFlorian Dold
2020-03-27add test case (currently fails) for deposit idempotencyFlorian Dold
2020-03-27removing warningsChristian Grothoff
2020-03-20more statistics, make explicit table lock optional, can hurt performance badlyChristian Grothoff
2020-03-20improving benchmarking logic, including more timingsChristian Grothoff
2020-03-19make do_retry not retry forever in tests/benchmarkChristian Grothoff
2020-01-19move testing logic and integration tests into separate directoryFlorian Dold