Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-04 | policy 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 issue | Christian Grothoff | |
2022-07-05 | -annotate bugs | Christian Grothoff | |
2022-07-01 | -implement batch deposit testing cmd | Christian Grothoff | |
2022-06-29 | -update deposit API in preparation for batch deposits | Christian Grothoff | |
2022-06-05 | complete P2P/W2W conflict handling, deduplicate code across handlers | Christian Grothoff | |
2022-03-19 | -minor code cleanup | Christian Grothoff | |
2022-03-01 | Refactoring 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 suffix | Christian Grothoff | |
2022-02-17 | -fix CS nonce reuse check logic | 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-07 | -rename fest | Christian Grothoff | |
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-11-19 | -misc bugfixes | Christian Grothoff | |
2021-11-06 | include h_extensions in deposit confirmation | Christian Grothoff | |
2021-11-06 | introduce TALER_wallet_deposit_verify | Christian Grothoff | |
2021-11-01 | fix bug | Christian Grothoff | |
2021-10-30 | fix more FTBFS issues | Christian Grothoff | |
2021-10-27 | work on testing ftbfs | Christian Grothoff | |
2021-10-13 | -modify C API to future-proof it for returning more details as required for ↵ | Christian Grothoff | |
KYC implementation | |||
2021-04-24 | return more precise error codes from TALER_EXCHANGE_deposit() if failures ↵ | Christian Grothoff | |
are detected client-side (#6817) | |||
2020-11-07 | adjust ECs | Christian Grothoff | |
2020-07-16 | rename TALER_JSON_hash to TALER_JSON_contract_hash | Christian Grothoff | |
2020-07-08 | add h_denom_pub to deposit signatures | Christian Grothoff | |
2020-07-05 | fix FIXME by exposing deposit permission signing in API instead of doing it ↵ | Christian Grothoff | |
inside of the testing logic | |||
2020-07-05 | fix #6236 | Christian Grothoff | |
2020-07-05 | towards changing timestamp in deposit confirmation (tests failing) | Christian Grothoff | |
2020-04-11 | adapations to GNUnet API change | Christian Grothoff | |
2020-04-08 | adapt to new GNUnet sign API (#6164) | Christian Grothoff | |
2020-04-05 | make exchange API more uniform in how information is returned | Christian Grothoff | |
2020-03-28 | fix leaks and bad RC logic wrt json reference copying | Christian Grothoff | |
2020-03-28 | doxygen fix | Christian Grothoff | |
2020-03-27 | comment style fix | Christian Grothoff | |
2020-03-27 | cover actual aggregation in exchange test | Florian Dold | |
2020-03-27 | deposit command: create merchant key in a more appropriate place | Florian Dold | |
2020-03-27 | fix deposit idempotency test case | Florian Dold | |
2020-03-27 | add test case (currently fails) for deposit idempotency | Florian Dold | |
2020-03-27 | removing warnings | Christian Grothoff | |
2020-03-20 | more statistics, make explicit table lock optional, can hurt performance badly | Christian Grothoff | |
2020-03-20 | improving benchmarking logic, including more timings | Christian Grothoff | |
2020-03-19 | make do_retry not retry forever in tests/benchmark | Christian Grothoff | |
2020-01-19 | move testing logic and integration tests into separate directory | Florian Dold | |