Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-15 | -fix up config | Christian Grothoff | |
2023-07-15 | -doxygen | Christian Grothoff | |
2023-07-13 | merging /keys and /wire | Christian Grothoff | |
2023-07-11 | implement 'lost' field for #7883 | Christian Grothoff | |
2023-07-11 | merge /wire into /keys response | Christian Grothoff | |
2023-07-10 | -fix indent | Christian Grothoff | |
2023-07-10 | fix alignment issue, ensure we hash over packed structure to avoid ↵ | Christian Grothoff | |
non-determinism | |||
2023-07-10 | -simplify | Christian Grothoff | |
2023-07-10 | tip -> reward | Christian Grothoff | |
2023-07-06 | work on keys serialization/deserialization | Christian Grothoff | |
2023-07-05 | -misc minor fixes | Christian Grothoff | |
2023-06-26 | [age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/n | Özgür Kesim | |
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests | |||
2023-05-13 | return tipping_allowed from /keys | Christian Grothoff | |
2023-05-01 | -fix memory leakHEADmaster | Özgür Kesim | |
2023-03-08 | fix #7744 | Christian Grothoff | |
2023-03-08 | style fix | Christian Grothoff | |
2023-02-19 | -fix more memory leaks | Christian Grothoff | |
2023-02-19 | -fix memory leak | Christian Grothoff | |
2023-02-19 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-01-17 | eventually kick out /keys clients also if ksh exists but krd array is empty | Christian Grothoff | |
2022-12-11 | add asset_type to /keys response | Christian Grothoff | |
2022-11-20 | Call TEH_keys_update_state on extension config change | Özgür Kesim | |
Fixes #7266 Also better API: - TEH_keys_get_state and - TEH_keys_get_state_for_management_only | |||
2022-11-14 | more refactoring towards #7272 | Christian Grothoff | |
2022-11-14 | -refactoring in preparation of fixing #7272 | Christian Grothoff | |
2022-11-13 | refactor CS derive API in preparation for batch API | Christian Grothoff | |
2022-11-13 | API refactoring towards batch CS | Christian Grothoff | |
2022-11-04 | return base url as part of /keys | 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-11-01 | remove wad fee, kyc fee and kyc-timeout | Christian Grothoff | |
2022-08-11 | -fix typos | Christian Grothoff | |
2022-08-11 | major rework of the KYC logic, making it more configurable, not complete, ↵ | Christian Grothoff | |
but tests pass again | |||
2022-07-06 | -fix typos | Christian Grothoff | |
2022-07-01 | -exchange_api_batch_deposit.c compiles | Christian Grothoff | |
2022-06-29 | version bump due to new /keys response | Özgür Kesim | |
2022-06-29 | -actually fix compatibility break from Oec | Christian Grothoff | |
2022-06-29 | -trying to fix demo | Christian Grothoff | |
2022-06-29 | -trying to fix demo | Christian Grothoff | |
2022-06-29 | -fix /keys initialization DB logic | Christian Grothoff | |
2022-06-29 | -style fix | Christian Grothoff | |
2022-06-27 | better api for parsing a denomination group | Özgür Kesim | |
2022-06-27 | [new /keys response] added proper hash verification | Özgür Kesim | |
- Running XOR of all SHA-512 hashes of each denomination's public key is compared against the "hash" value in the JSON blob. - Fixed a bug during creation of the running XOR. | |||
2022-06-26 | [new /keys response] create and parse denomination implemented | Özgür Kesim | |
- /keys response now contains signed denomintations - hashes of denominations now XOR'ed per group into a single hash-code - final hash-code is now XOR of all group hash codes - final hash-code is signed - lib/exchange_api_handle support for new "denominations" implemented - parses array of denomation groups - creates running xor of hashes - verifies signature at the end - previous diff/merge logic for keys remains intact. | |||
2022-06-24 | -cleanup comments | Özgür Kesim | |
2022-06-23 | first steps towards new /keys response: grouped denominations added | Özgür Kesim | |
2022-06-14 | -fix comments | Christian Grothoff | |
2022-05-30 | -sketch API for RSA parallel signing | Christian Grothoff | |
2022-05-17 | -check for ETag in request, generate 304 if applicable | Christian Grothoff | |
2022-05-17 | keep ETag around | Christian Grothoff | |
2022-05-17 | add ETag to /keys response | Christian Grothoff | |
2022-05-16 | improve cache control support for /wire, /keys and legal | Christian Grothoff | |