summaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
AgeCommit message (Collapse)Author
2022-06-20-fix build issuesChristian Grothoff
2022-06-09tagChristian Grothoff
2022-06-04-more work on p2p payments and tests thereofChristian 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-17integrate purse expiration into test, bugfixesChristian Grothoff
2022-05-17split conf file reference to -cs and -rsaThien-Thi Nguyen
This is a followup to 2022-02-04, "split .conf files into rsa and cs".
2022-04-30-implement purses_get CMDChristian Grothoff
2022-04-27-get p2p test to passChristian Grothoff
2022-04-23add subcommand to sign global fees in testsChristian Grothoff
2022-04-23-create cmd for purse depositChristian Grothoff
2022-04-23-create cmd for purse creation from reserveChristian Grothoff
2022-04-21-m statically link libtalerextensions.la from build-treeÖzgür Kesim
2022-04-15-skeleton for p2p testChristian Grothoff
2022-04-12-draft for purse merge commandChristian Grothoff
2022-04-11testing command to GET contractsChristian Grothoff
2022-04-06-complete va coin parser of purse_create_deposit CMDChristian Grothoff
2022-04-06-towards testing purse creationChristian Grothoff
2022-03-20-rename file for consistencyChristian Grothoff
2022-03-20towards support for new reserve history/status APIsChristian 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 twisted tests to passChristian Grothoff
2022-02-08-more test fixesChristian Grothoff
2022-02-08fix refresh/link testsChristian Grothoff
2022-02-07-fix config file namesChristian Grothoff
2022-02-07-get testing to buildChristian Grothoff
2022-02-04split tests by rsa/csChristian Grothoff
2021-12-25protocol v12 changes (/recoup split, signature changes) plus database ↵Christian Grothoff
sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks
2021-11-20add taler-auditor-offline test command, fixes test_auditor_api warningsChristian Grothoff
2021-11-08add KYC test skeletonChristian Grothoff
2021-11-07add oauth service fakerChristian Grothoff
2021-11-07add /kyc-proof cmdChristian Grothoff
2021-11-07add wallet for KYC status checkChristian Grothoff
2021-11-07add kyc-wallet test commandChristian Grothoff
2021-10-27the big macrofication of the traitsChristian Grothoff
2021-08-07-fix distingChristian Grothoff
2021-04-17add ability to change Authorization header in via interpreter command (#6778)Christian Grothoff
2021-01-02clean taler-config, needed to build proper dpkgChristian Grothoff
2020-12-31add missing linker optionsChristian Grothoff
2020-12-20re-enable cherry picking test (kind-of passes, not finished)Christian Grothoff
2020-12-16load fees from DB instead of from config, also in wire toolsChristian Grothoff
2020-12-14(start to) remove logic no longer needed with new key managementChristian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-12-01start with exchange management testChristian Grothoff
2020-11-30add cmd to set wire fees / provide master_sigChristian Grothoff
2020-11-30add command to add auditor's denomination signatureChristian Grothoff
2020-11-27add cmd to revoke exchange online signing keyChristian Grothoff
2020-11-27add new cmd to revoke denominations via HTTP APIChristian Grothoff
2020-11-27cmd to add/del wire methods from list of accountsChristian Grothoff
2020-11-26cmd to sign keys with offline processChristian Grothoff