summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_metrics.h
AgeCommit message (Collapse)Author
2023-05-01WiP: age-withdraw, finished reveal-request, 10/nÖzgür Kesim
- /age-withdraw/$ACH/reveal handler now fully implemented - for consistency with api: rename of tables from withdraw_age_... to age_withdraw
2023-03-01WiP: age-withdraw implementation, part 1/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2022-11-04policy 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-06-29first skeleton for batch depositsChristian Grothoff
2022-06-26-fix typosChristian Grothoff
2022-06-08add core success count metricsChristian Grothoff
2022-05-22-add metrics for idempotent (batch) withdrawChristian Grothoff
2022-05-12add metrics for number of coins withdrawn in a batch requestMarco Boss
2022-04-22add purses_deposit to buildChristian Grothoff
2022-04-21add taler-exchange-httpd_reserves_purse.c to buildChristian Grothoff
2022-04-11-draft implementation of /purses//merge endpointChristian Grothoff
2022-04-05adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changedChristian Grothoff
2022-03-17more explicit cipher usage countersMarco Boss
2022-03-14add metrics for number of crypto operationsMarco Boss
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-07add basic metrics collection logicChristian Grothoff
2021-12-07implement dummy /metrics handlerChristian Grothoff