summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
AgeCommit message (Collapse)Author
2022-07-05-annotate bugsChristian Grothoff
2022-06-30-added comment with pointer to issue 7267Özgür Kesim
2022-06-05complete P2P/W2W conflict handling, deduplicate code across handlersChristian Grothoff
2022-04-15-style fixChristian Grothoff
2022-03-17-misc fixesChristian Grothoff
2022-03-14add metrics for number of crypto operationsMarco Boss
2022-02-24make_coin_known can experience serialization failures, add retry logicChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian 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
2021-12-25protocol 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-09introduce stored procedure for coin balance checkChristian Grothoff
2021-12-09-fix warningChristian Grothoff
2021-12-08optimize /deposit logic to minimize serialization failures (presumably)Christian Grothoff
2021-12-08more aggressive rollback on failuresChristian Grothoff
2021-12-07add basic metrics collection logicChristian Grothoff
2021-12-07-commentChristian Grothoff
2021-12-05take insertion into known_coins outside of main melt transaction to reduce ↵Christian Grothoff
conflict potential
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
2020-12-14(start to) remove logic no longer needed with new key managementChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08merge known_coin transaction into main transaction (for #6416)Christian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-03-16style fixesChristian Grothoff
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-17doxygenChristian Grothoff
2020-01-16move function to libtalerexchangedb, as plannedChristian Grothoff
2020-01-15Remove preflight checks where redundant.Marcello Stanisci
2019-11-23more refactoring for libtalermhdChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-07-22include new payback-refresh possibilities in coin history generationChristian Grothoff
2019-04-18add post HTTP request check for hanging transactionsChristian Grothoff
2018-10-19reduce redundant data fetch (#5444)Christian Grothoff
2018-08-19make transactions smaller to try to reduce rollbacksChristian Grothoff
2018-08-11be aggressiveChristian Grothoff
2018-08-10break up refresh/reveal transaction to reduce failure rate, increase retries ↵Christian Grothoff
in general
2018-08-10add a few more FOR UPDATE where appropriateChristian Grothoff
2018-03-12fix #5281 for exchange: do preflight check that an old transaction is no ↵Christian Grothoff
longer running by accident
2017-11-29fixing #5178Christian Grothoff
2017-10-06check return value from TALER_amount_get_zeroChristian Grothoff
2017-06-23Fix #5010 for keystateChristian Grothoff
2017-06-19move reply_transfer_pending to where it belongsChristian Grothoff
2017-06-19split httpd_refresh.c into refresh_melt, refresh_link and refresh_revealChristian Grothoff
2017-06-19fix #5010 for /track/transactionChristian Grothoff
2017-06-19refactor /track logic towards new structureChristian Grothoff
2017-06-19address #5010 for /paybackChristian Grothoff
2017-06-19address #5010 for /refundChristian Grothoff
2017-06-19fix leaks and typosChristian Grothoff