Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-17 | bank API refactoring for #7276 (incomplete) | Christian Grothoff | |
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-08-11 | major rework of the KYC logic, making it more configurable, not complete, ↵ | Christian Grothoff | |
but tests pass again | |||
2022-07-05 | -annotate bugs | Christian Grothoff | |
2022-06-29 | -deduplicate purse deposit logic | Christian Grothoff | |
2022-06-08 | add core success count metrics | Christian Grothoff | |
2022-06-07 | coarsen deposit transaction | Christian Grothoff | |
2022-06-05 | complete P2P/W2W conflict handling, deduplicate code across handlers | Christian Grothoff | |
2022-04-21 | add taler-exchange-httpd_reserves_purse.c to build | Christian Grothoff | |
2022-04-05 | adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changed | Christian Grothoff | |
2022-04-01 | work on purse creation logic | Christian Grothoff | |
2022-03-29 | centralize exchange online signature logic | Christian Grothoff | |
2022-03-21 | first rough-cut implementation of POST /reserves//status | Christian Grothoff | |
2022-03-17 | more explicit cipher usage counters | Marco Boss | |
2022-03-14 | add metrics for number of crypto operations | Marco Boss | |
2022-02-24 | make_coin_known can experience serialization failures, add retry logic | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-19 | reject wire deadline of 'never' (#7157) | Christian Grothoff | |
2022-02-18 | -minor merge conflict resolves | Özgür Kesim | |
2022-02-18 | [age restriction] progress 15/n - melt/refresh/reveal and recoup | Özgür Kesim | |
Added age restriction support for - melt/refresh/reveal - recoup However, tests are not yet implemented for those flows. Also: minor fixes and refactoring. | |||
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-12 | -doxygen fixes | Christian Grothoff | |
2022-02-04 | implement feedback | Lucien Heuzeveldt | |
2022-02-04 | implement spend | Lucien Heuzeveldt | |
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-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-12-08 | optimize /deposit logic to minimize serialization failures (presumably) | Christian Grothoff | |
2021-12-08 | move ensure_coin_known for melt and recoup outside of transaction, more logging | Christian Grothoff | |
2021-12-07 | add basic metrics collection logic | Christian Grothoff | |
2021-12-04 | save 2ms on deposit by not doing idempotency check twice | Christian Grothoff | |
2021-11-06 | include h_extensions in deposit confirmation | Christian Grothoff | |
2021-11-06 | introduce TALER_wallet_deposit_verify | Christian Grothoff | |
2021-10-30 | fix more FTBFS issues | Christian Grothoff | |
2021-10-27 | fix lib/ FTBFS | Christian Grothoff | |
2021-10-27 | -work on FTBFS | Christian Grothoff | |
2021-10-20 | simplify deposit, do not return kyc status, not needed | Christian Grothoff | |
2021-10-19 | -implement more of the KYC handlers | Christian Grothoff | |
2021-10-15 | add KYC logic for /deposit handling (DB part incomplete) | Christian Grothoff | |
2021-08-23 | complete implementation of long-polling for reserve status; remove support ↵ | Christian Grothoff | |
for multi-threaded exchange httpd | |||
2021-08-07 | -fix #6986 | Christian Grothoff | |
2021-08-01 | -allow 0 for refund deadline | Christian Grothoff | |
2021-07-30 | -eliminate more json_pack format strings | Christian Grothoff | |
2021-07-24 | fix #6939 in exchange | Christian Grothoff | |
2021-07-23 | -use new GNUNET_TIME functions | Christian Grothoff | |
2021-05-25 | return signed error message with HTTP_GONE status if denomination is not ↵ | Christian Grothoff | |
currently valid for specified operation (#6889) | |||
2021-05-25 | return signed 404 statements for unknown denomination key hashes (#6889) | 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-11-07 | adjust ECs | Christian Grothoff | |