Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-14 | -work on new KYC logic: tests pass again | Christian Grothoff | |
2022-08-11 | major rework of the KYC logic, making it more configurable, not complete, ↵ | Christian Grothoff | |
but tests pass again | |||
2022-08-09 | implement kyc-proof hook in kyc-tester | Christian Grothoff | |
2022-08-08 | move kyclogic into libtalerkyclogic | Christian Grothoff | |
2022-08-07 | -implement new kyc-webhook endpoint | Christian Grothoff | |
2022-08-06 | -fix schema use | Christian Grothoff | |
2022-08-06 | -work on auditor tests | Christian Grothoff | |
2022-08-05 | -move main oauth2.0 logic into kyclogic plugin | Christian Grothoff | |
2022-08-05 | -doxygen | Christian Grothoff | |
2022-08-05 | adding kyclogic plugin template | Christian Grothoff | |
2022-08-05 | -add new KYC amount iteration DB functions | Christian Grothoff | |
2022-08-05 | -first pass at new KYC DB API | Christian Grothoff | |
2022-08-04 | -fix FTBFS in taler-exchange-httpd_kyc.c | Christian Grothoff | |
2022-08-04 | -more general KYC logic | Christian Grothoff | |
2022-08-01 | -very basic skeleton for KYC API | Christian Grothoff | |
2022-07-31 | -update auditor schema in preparation to fix #4960 | Christian Grothoff | |
2022-07-30 | finish taler-exchange-drain implementation | Christian Grothoff | |
2022-07-30 | -doxygen | Christian Grothoff | |
2022-07-30 | -fix typos | Christian Grothoff | |
2022-07-30 | implement taler-auditor-sync support for profit_drains table (#4960) | Christian Grothoff | |
2022-07-30 | setup drain_profits table (#4960) | Christian Grothoff | |
2022-07-29 | expand taler-exchange-offline and libtalerexchange with ↵ | Christian Grothoff | |
management-drain-profits implementation (#4960) | |||
2022-07-29 | add offline signature to drain profits (#4960) | Christian Grothoff | |
2022-07-25 | -simplify table drop logic | Christian Grothoff | |
2022-07-24 | -adapt to latest libgnunetpq | Christian Grothoff | |
2022-07-07 | -fixed doxygen errors | Özgür Kesim | |
2022-07-06 | -fix typos | Christian Grothoff | |
2022-07-06 | -fix typos | Christian Grothoff | |
2022-07-05 | -implemented bounded history for reserve status requests | Christian Grothoff | |
2022-07-05 | -handle withdraw CS nonce reuse more nicely | Christian Grothoff | |
2022-07-05 | -run read-only transactions in proper read-only scope (at least some of them) | Christian Grothoff | |
2022-07-05 | -remove dead argument | Christian Grothoff | |
2022-07-04 | -implement DB logic for forcing reserve close | Christian Grothoff | |
2022-07-01 | -implement batch deposit testing cmd | Christian Grothoff | |
2022-07-01 | -gana merge | Christian Grothoff | |
2022-07-01 | -exchange_api_batch_deposit.c compiles | Christian Grothoff | |
2022-06-29 | -update deposit API in preparation for batch deposits | Christian Grothoff | |
2022-06-28 | -fix issue with missing signature over denomination and age restriction hash ↵ | Christian Grothoff | |
in purse deposit | |||
2022-06-28 | -fix typo | Özgür Kesim | |
2022-06-27 | age commitment: json parser helper and support for purses added | Özgür Kesim | |
2022-06-27 | age restriction support in exchange_api_purse_create_with_deposit added | Özgür Kesim | |
2022-06-27 | added documenation to the age-restriction related structures | Özgür Kesim | |
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 | -fix valgrind complaints | Özgür Kesim | |
2022-06-26 | -more doxygen | Christian Grothoff | |
2022-06-26 | -fix typos | Christian Grothoff | |
2022-06-26 | -add missing comments | Christian Grothoff | |
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
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. |