summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_withdraw.c
AgeCommit message (Collapse)Author
2024-01-16fix #8071Christian Grothoff
2023-11-28fix spelling issuesChristian Grothoff
2023-10-28more BS bugfixesChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-09-24fix various FIXMEsChristian Grothoff
2023-07-23Added reserve_pub to kyc legitimization_processesÖzgür Kesim
Where applicable, the reserve_pub will be passed on to the kcy-legitimization process and persisted along with h_payto. This allows us to set a birthday on the reserve itself, once a related kyc-process has provided one.
2023-07-15-get taler-exchange-benchmark to workChristian Grothoff
2023-07-10fix memory leaks reported by valgrindÖzgür Kesim
2023-07-10added expected HTTP-code to loggerÖzgür Kesim
2023-07-04more exchange API refactoringChristian Grothoff
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2022-12-28add purse delete testing CMDChristian Grothoff
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-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-14-regenerate DBsChristian Grothoff
2022-08-14-work on new KYC logic: tests pass againChristian Grothoff
2022-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-06-04add KYC errors for p2p paymentsChristian Grothoff
2022-05-30-generate 404 on non-existing accounts for fakebank, use payto://-URIs with ↵Christian Grothoff
receiver-name in tests
2022-05-23-incomplete batch_withdraw test commandChristian Grothoff
2022-05-23-implement batch withdraw client-side logicChristian 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-04-06-complete va coin parser of purse_create_deposit CMDChristian Grothoff
2022-03-20towards support for new reserve history/status APIsChristian 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-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-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-11-get tests to passChristian Grothoff
2022-02-08-more test fixesChristian Grothoff
2022-02-07fix FTBFS of main logicChristian Grothoff
2022-02-04messing with CS/RSA fixesChristian Grothoff
2022-02-04implement feedbackLucien Heuzeveldt
2022-02-04implement withdraw (nonce reuse check missing)Lucien Heuzeveldt
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
2022-02-04added CS data structures, implemented CS keypairGian Demarmels
2021-11-24handle revoke followed immediately by a sign requestChristian Grothoff
2021-11-08-fix NPEChristian Grothoff
2021-11-07add required payto URI traitsChristian Grothoff
2021-11-07expose KYC traits for withdraw/get deposits commandsChristian Grothoff
2021-10-27libtalertesting compilesChristian Grothoff
2021-10-13-modify C API to future-proof it for returning more details as required for ↵Christian Grothoff
KYC implementation
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-07-10test coin_priv re-use with deposit and refresh, update handling of the error ↵Christian Grothoff
code client-side
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff