Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-25 | add nexus-fetch-transactions | Christian Grothoff | |
2023-02-09 | -start on AML work (incomplete) | Christian Grothoff | |
2023-02-04 | -fix AML decision update logic and history fetch logic | Christian Grothoff | |
2023-02-04 | -deduplicate configs | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_check_aml_decision | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_take_aml_decision.c | Christian Grothoff | |
2023-02-03 | implement testing_api_cmd_set_officer | Christian Grothoff | |
2022-12-28 | add purse delete testing CMD | Christian Grothoff | |
2022-11-03 | -fix dist rule | Christian Grothoff | |
2022-10-12 | fix cmd reserve close FTBFS | Christian Grothoff | |
2022-10-01 | -implement first draft of testing_api_cmd_reserve_attest.c | Christian Grothoff | |
2022-10-01 | -implement first draft of testing_api_cmd_reserve_get_attestable.c | Christian Grothoff | |
2022-09-28 | implemented reserve_open testing CMD | Christian Grothoff | |
2022-07-01 | -implement batch deposit testing cmd | Christian Grothoff | |
2022-06-20 | -fix build issues | Christian Grothoff | |
2022-06-09 | tag | Christian Grothoff | |
2022-06-04 | -more work on p2p payments and tests thereof | Christian 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 command | Christian Grothoff | |
2022-05-17 | integrate purse expiration into test, bugfixes | Christian Grothoff | |
2022-05-17 | split conf file reference to -cs and -rsa | Thien-Thi Nguyen | |
This is a followup to 2022-02-04, "split .conf files into rsa and cs". | |||
2022-04-30 | -implement purses_get CMD | Christian Grothoff | |
2022-04-27 | -get p2p test to pass | Christian Grothoff | |
2022-04-23 | add subcommand to sign global fees in tests | Christian Grothoff | |
2022-04-23 | -create cmd for purse deposit | Christian Grothoff | |
2022-04-23 | -create cmd for purse creation from reserve | Christian Grothoff | |
2022-04-21 | -m statically link libtalerextensions.la from build-tree | Özgür Kesim | |
2022-04-15 | -skeleton for p2p test | Christian Grothoff | |
2022-04-12 | -draft for purse merge command | Christian Grothoff | |
2022-04-11 | testing command to GET contracts | Christian Grothoff | |
2022-04-06 | -complete va coin parser of purse_create_deposit CMD | Christian Grothoff | |
2022-04-06 | -towards testing purse creation | Christian Grothoff | |
2022-03-20 | -rename file for consistency | Christian Grothoff | |
2022-03-20 | towards support for new reserve history/status APIs | Christian 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 pass | Christian Grothoff | |
2022-02-08 | -more test fixes | Christian Grothoff | |
2022-02-08 | fix refresh/link tests | Christian Grothoff | |
2022-02-07 | -fix config file names | Christian Grothoff | |
2022-02-07 | -get testing to build | Christian Grothoff | |
2022-02-04 | split tests by rsa/cs | Christian Grothoff | |
2021-12-25 | protocol 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-20 | add taler-auditor-offline test command, fixes test_auditor_api warnings | Christian Grothoff | |
2021-11-08 | add KYC test skeleton | Christian Grothoff | |
2021-11-07 | add oauth service faker | Christian Grothoff | |
2021-11-07 | add /kyc-proof cmd | Christian Grothoff | |
2021-11-07 | add wallet for KYC status check | Christian Grothoff | |
2021-11-07 | add kyc-wallet test command | Christian Grothoff | |
2021-10-27 | the big macrofication of the traits | Christian Grothoff | |
2021-08-07 | -fix disting | Christian Grothoff | |