Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-04-17 | add ability to change Authorization header in via interpreter command (#6778) | Christian Grothoff | |
2021-01-02 | clean taler-config, needed to build proper dpkg | Christian Grothoff | |
2020-12-31 | add missing linker options | Christian Grothoff | |
2020-12-20 | re-enable cherry picking test (kind-of passes, not finished) | Christian Grothoff | |
2020-12-16 | load fees from DB instead of from config, also in wire tools | Christian Grothoff | |
2020-12-14 | (start to) remove logic no longer needed with new key management | Christian Grothoff | |
2020-12-14 | activating implementation of #6175 | Christian Grothoff | |
2020-12-01 | start with exchange management test | Christian Grothoff | |
2020-11-30 | add cmd to set wire fees / provide master_sig | Christian Grothoff | |
2020-11-30 | add command to add auditor's denomination signature | Christian Grothoff | |
2020-11-27 | add cmd to revoke exchange online signing key | Christian Grothoff | |
2020-11-27 | add new cmd to revoke denominations via HTTP API | Christian Grothoff | |
2020-11-27 | cmd to add/del wire methods from list of accounts | Christian Grothoff | |
2020-11-26 | cmd to sign keys with offline process | Christian Grothoff | |
2020-11-26 | cmd to del auditor | Christian Grothoff | |
2020-11-26 | cmd to add auditor | Christian Grothoff | |
2020-11-12 | add -lgcov flag for coverage analysis | Christian Grothoff | |
2020-07-09 | made a uuid trait | Jonathan Buchanan | |
2020-07-05 | move rewind command to exchange, add proper support for rewinding in ↵ | Christian Grothoff | |
batches, modify API to rewind to label | |||
2020-04-17 | fix nexus-test return code | Marcello Stanisci | |
Returning zero, so as not to block the 'make check' experience. This is useful to check whether nexus-related changes broke tests in a different place. | |||
2020-04-17 | Prepare and launch Nexus for tests. | Marcello Stanisci | |
2020-04-05 | make exchange API more uniform in how information is returned | Christian Grothoff | |
2020-03-29 | more files missing for dist target | Christian Grothoff | |
2020-03-29 | more missing files for 'dist' | Christian Grothoff | |
2020-03-29 | add missing files to dist | Christian Grothoff | |
2020-03-28 | implement #6049 | Christian Grothoff | |
2020-03-27 | fix inconsistency in field naming | Christian Grothoff | |
2020-03-21 | adjust tests to auditor changes | Christian Grothoff | |
2020-03-20 | improving benchmarking logic, including more timings | Christian Grothoff | |
2020-03-13 | fix regression introduced by addition of 'revoke' field | Christian Grothoff | |
2020-03-12 | add separate commands for closer/transfer steps, modify test cases to use ↵ | Christian Grothoff | |
new commands | |||
2020-01-19 | move libtalertwistertesting into the exchange | Florian Dold | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |