summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-29-update deposit API in preparation for batch depositsChristian Grothoff
2022-06-29-batch deposit compilesChristian Grothoff
2022-06-29first skeleton for batch depositsChristian Grothoff
2022-06-29-rename, as logic is purse deposit specificChristian Grothoff
2022-06-29-fix leaksChristian Grothoff
2022-06-29-deduplicate purse deposit logicChristian Grothoff
2022-06-29version bump due to new /keys responseÖzgür Kesim
2022-06-29-actually fix compatibility break from OecChristian Grothoff
2022-06-29-trying to fix demoChristian Grothoff
2022-06-29-trying to fix demoChristian Grothoff
2022-06-29-fix /keys initialization DB logicChristian Grothoff
2022-06-29-style fixChristian Grothoff
2022-06-28-fix issue with missing signature over denomination and age restriction hash ↵Christian Grothoff
in purse deposit
2022-06-28-comment styleChristian Grothoff
2022-06-28-add FIXMEChristian Grothoff
2022-06-28-fix typoÖzgür Kesim
2022-06-27do not depend on umask bitsSebastian
2022-06-27-fixes in extension event handlerÖzgür Kesim
2022-06-27age commitment: json parser helper and support for purses addedÖzgür Kesim
2022-06-27age restriction support in exchange_api_purse_create_with_deposit addedÖzgür Kesim
2022-06-27added documenation to the age-restriction related structuresÖzgür Kesim
2022-06-27better 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 doxygenChristian Grothoff
2022-06-26-more typosChristian Grothoff
2022-06-26-fix typosChristian Grothoff
2022-06-26-add missing commentsChristian Grothoff
2022-06-26-fix misc doxygen warnings, code clean upChristian Grothoff
2022-06-26-add auditor_priv_fileChristian Grothoff
2022-06-26-fix pathChristian Grothoff
2022-06-26-fix pathChristian Grothoff
2022-06-26-make econtract optional as per designChristian 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.
2022-06-26-fix/rename this -> newÖzgür Kesim
2022-06-24-cleanup commentsÖzgür Kesim
2022-06-23first steps towards new /keys response: grouped denominations addedÖzgür Kesim
2022-06-20-fix build issuesChristian Grothoff
2022-06-20-fix initialization issueChristian Grothoff
2022-06-20-fix initialization issueChristian Grothoff
2022-06-19-fix #7262Christian Grothoff
2022-06-19-add missing checkpointing logicChristian Grothoff
2022-06-18-more work on taler-helper-auditor-reserve p2p auditsChristian Grothoff
2022-06-15-more DB logic for taler-helper-auditor-reservesChristian Grothoff
2022-06-15-more DB prep work towards reserve auditing with p2p paymentsChristian Grothoff
2022-06-14-preparatory steps to expand auditor to know about purse and history feesChristian Grothoff
2022-06-14-include purse deposits in aggregation coin value analysis; note issues ↵Christian Grothoff
discovered with deposit fee waiver logic
2022-06-14-fix commentsChristian Grothoff
2022-06-13-towards coin audits with purse depositsChristian Grothoff
2022-06-13-also exit in test modeChristian Grothoff