summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
AgeCommit message (Collapse)Author
2023-12-23Added appropriate response on contract-conflict during depositÖzgür Kesim
In case of a detected conflict during deposit, because (merchant_pub, h_contract_terms) already existed, with different other field values, we now provide the client an error response that contains the h_wire. This way, the client can retrieve further details about the conflicting transaction via /deposits/$H_WIRE/$MERCHANT_PUB/$H_CONTRACT_TERMS/$COIN_PUB Fixes #8002
2023-12-21[wip, #7267] more refined denomination conflict response during depositÖzgür Kesim
If a coin was known but with a different denomination, return to the client an error response that contains the denomination's public key and the corresponding signature of the provided coin.
2023-12-13[wip, #7267] more refined age commitment conflict response during depositÖzgür Kesim
Distinguish between and communicate: a) null hash value expected, got non-null b) non-null hash value expected, got null c) hash value of known coin differ from given
2023-12-09[wip, #7267] added correct response for age commitment conflict during depositÖzgür Kesim
2023-10-15avoid extra transaction to fetch balance if reserve is out of funds, remove ↵Christian Grothoff
legacy /withdraw endpoint
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-17add new GET /coins/-pub handlerChristian Grothoff
2023-09-17first cut for API to get coin historyChristian Grothoff
2023-09-11one more missing check for no_age_commitment hashChristian Grothoff
2023-09-11improve wallet_Data support in exchange APIsChristian Grothoff
2023-07-13-towards reveal response handling in agew-withdraw-revealÖzgür Kesim
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-02-19return KYC requirement row when AML imposed KYC requirements on withdraw; ↵Christian Grothoff
return KYC choices in new /config endpoint
2023-02-12-more work on AML triggers for P2P transfersChristian Grothoff
2023-01-16do not 500 on empty reserve history by not ignoring undecided purses that ↵Christian Grothoff
may have caused reserve to be created in the first place
2023-01-11-return EC as part of 451 KYC required repliesChristian Grothoff
2023-01-10-more consistent naming of KYC_PERSONA optionsChristian Grothoff
2022-11-21-doxygenChristian Grothoff
2022-11-08-fix #7428Christian Grothoff
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-10-15return open/close requests in reserve historyChristian Grothoff
2022-10-15-refactor DB for reserve history/status routinesChristian Grothoff
2022-10-14add reserve-open-deposit transactions to coin historiesChristian Grothoff
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-14-regenerate DBsChristian Grothoff
2022-08-14-work on new KYC logic: tests pass againChristian Grothoff
2022-07-05-run read-only transactions in proper read-only scope (at least some of them)Christian Grothoff
2022-07-05-deduplicate purse creation confirmation logicChristian Grothoff
2022-07-05-remove dead argumentChristian Grothoff
2022-06-28-fix issue with missing signature over denomination and age restriction hash ↵Christian Grothoff
in purse deposit
2022-06-05no purse fee if purse is successfully mergedChristian Grothoff
2022-06-05complete P2P/W2W conflict handling, deduplicate code across handlersChristian Grothoff
2022-06-04handle case where purse expiration refunded the coin's deposited amountChristian Grothoff
2022-06-02-work on P2P payment detailsChristian Grothoff
2022-05-30-fix reserve history, include in testsChristian Grothoff
2022-05-23-sql fixChristian Grothoff
2022-05-23include purse deposits in coin historyChristian Grothoff
2022-05-23-misc fixes to reserve historyChristian Grothoff
2022-05-22-complete extended reserve history signature check logic to libtalerexchangeChristian Grothoff
2022-05-22-more work on reverse historyChristian Grothoff
2022-05-17-deduplicateChristian Grothoff
2022-05-16-work purse_deposit conflict handlingChristian Grothoff
2022-03-29centralize exchange online signature logicChristian Grothoff
2022-03-21first rough-cut implementation of POST /reserves//statusChristian Grothoff
2022-03-17more explicit cipher usage countersMarco Boss
2022-03-14add metrics for number of crypto operationsMarco Boss
2022-02-22double melt test no works with age restrictionÖzgür Kesim
- added missing field h_age_commitment in exchange's error response - slight refactoring
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-18-reducing FIXMEs re: age restrictionÖzgür Kesim
- deposit info now carries h_age_commitment - benchmark does age commitment, too