aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2022-07-20-FIXME, not TODOChristian Grothoff
2022-07-11-misc bugfixesChristian Grothoff
2022-07-11improve C APIChristian Grothoff
2022-07-08-change to date_sChristian Grothoff
2022-07-02use new /batch-deposit API in merchantChristian Grothoff
2022-06-07-fix minor bugsChristian Grothoff
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-06-06-fix tests: add receiver-name to paytoChristian Grothoff
2022-06-05-work around FTBFSChristian Grothoff
2022-05-18Merge branch 'master' of git+ssh://git.taler.net/merchantChristian Grothoff
2022-05-18gateway timeout is not really a protocol violationChristian Grothoff
2022-04-17Use new exchange funcs: TALER_merchant_pay_{sign,verify}Thien-Thi Nguyen
* src/backend/taler-merchant-httpd_post-orders-ID-paid.c (TMH_post_orders_ID_paid): Rework to use ‘TALER_merchant_pay_verify’. * src/backend/taler-merchant-httpd_post-orders-ID-pay.c (execute_pay_transaction): Rework to use ‘TALER_merchant_pay_sign’. * src/lib/merchant_api_post_order_pay.c (handle_pay_finished): Rework to use ‘TALER_merchant_pay_verify’.
2022-04-05adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changedChristian Grothoff
2022-03-30-remove dependency on refund structChristian Grothoff
2022-03-15[age restriction] age verification implemented, but not tested.Özgür Kesim
order/pay now verifies the minimum_age of an order for each coin, using the age restriction API from the exchange-lib. Note, tests are not implemented yet.
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-17-fix FTBFSChristian Grothoff
2022-02-17fix exchange API breakageFlorian Dold
2022-02-13-fix uninit nonceChristian Grothoff
2022-02-13-migrate merchant tests to support RSA and CSChristian Grothoff
2022-02-11-fix CS-pickup logic (in theory, untested)Christian Grothoff
2022-02-11-fix FTBFS, but with logic holesChristian Grothoff
2021-12-19-introduce new types for tip identifiers and tip pickupsChristian Grothoff
2021-12-17-protocol bumpChristian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-12-11fix #7123Christian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-24also increment other version definev0.9.0-dev.2Florian Dold
2021-11-20-do not escape inside API, expect client to do itChristian Grothoff
2021-11-20fix #7034: URL decode authorization header tokenChristian Grothoff
2021-11-19-fix misc bugsChristian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-11-07finish merchant client api /kyc implementationChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-11-01fix fTBFSChristian Grothoff
2021-10-28fix lib/ FTBFSChristian Grothoff
2021-10-21start with /kyc support in libtalermerchantChristian Grothoff
2021-09-02fix internal APIs and implemnetation to match new UUID specification based ↵Christian Grothoff
on application-defined strings; implement test for order creation with locks (#6932)
2021-08-13-do merge updates for exchange 0.8.3v0.8.1Christian Grothoff
2021-08-05-merge sebastjm's #6945 branch/fix, and fix an issue in the test logicChristian Grothoff
2021-08-04finish fix for #6953Christian Grothoff
2021-08-01finish implementing #6935Christian Grothoff
2021-08-01-more json_pack fixesChristian Grothoff
2021-08-01-more json_pack fixesChristian Grothoff
2021-08-01-misc fixes, more json_pack convertingChristian Grothoff
2021-07-24implement #6939 transformationChristian Grothoff
2021-07-23-fix struct nameChristian Grothoff
2021-05-27implement specification update #6891: return exchange_url and payto_uri as ↵Christian Grothoff
part of GET reserve/ID response
2021-05-26move ‘deposit_sum’ decl upscopeThien-Thi Nguyen
This makes it available to all uses in the function, not just in the ‘else’ clause (where it was before).
2021-05-26log exchange status code if operation fails with bad gatewayChristian Grothoff