Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-17 | -fix kyc config | Christian Grothoff | |
2022-04-17 | Use 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-05 | adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changed | Christian Grothoff | |
2022-04-01 | update latest spa | Sebastian | |
2022-04-01 | update latest spa | Sebastian | |
2022-03-31 | fix failure to commit transaction bug reported by MS | Christian Grothoff | |
2022-03-30 | -remove dependency on refund struct | Christian Grothoff | |
2022-03-23 | Bump required version of libmicrohttpd to 0.9.71 | Thien-Thi Nguyen | |
2022-03-22 | -typo fixed | Özgür Kesim | |
2022-03-20 | -update API for latest exchange API | Christian Grothoff | |
2022-03-20 | -minor code cleanup | Christian Grothoff | |
2022-03-19 | [build int] Use ‘MHD_VERSION_AT_LEAST’ | Thien-Thi Nguyen | |
* configure.ac (microhttpd): Delete shell var. (MHD_start_daemon): Delete AC_CHECK_LIB. (MHD_VERSION_AT_LEAST): New macro call. | |||
2022-03-19 | Add autoconf macro to check for minimum libmicrohttpd version | Thien-Thi Nguyen | |
* m4/mhd.m4: New. | |||
2022-03-18 | -fix offline calls | Christian Grothoff | |
2022-03-15 | -ignore exchange-secmod-cs | Özgür Kesim | |
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-03-10 | URI now contains h_payto, not the serial id | Christian Grothoff | |
2022-03-10 | -add wad fee in tests | Christian Grothoff | |
2022-03-10 | fix #7190: handle new wad fees properly in merchant | Christian Grothoff | |
2022-03-07 | fix FTBFS | Florian Dold | |
2022-03-01 | fix #7148 | Christian Grothoff | |
2022-03-01 | -also start CS service | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-19 | Add m4 to compare version numbers | Thien-Thi Nguyen | |
* m4/ax_compare_version.m4: New file (serial 13). | |||
2022-02-19 | Update PostgreSQL m4 | Thien-Thi Nguyen | |
* m4/ax_lib_postgresql.m4: Update to serial 22. | |||
2022-02-19 | prevent orders with an infinite (never) wire_deadline from being created; ↵ | Christian Grothoff | |
fixes #7158 | |||
2022-02-17 | -migrate to Postgress 11: use BIGINT GENERATED BY DEFAULT AS IDENTITY ↵ | Christian Grothoff | |
instead of BIGSERIAL | |||
2022-02-17 | -post Oec cleanups | Christian Grothoff | |
2022-02-17 | -fix FTBFS | Christian Grothoff | |
2022-02-17 | -fix FTBFS | Christian Grothoff | |
2022-02-17 | fix exchange API breakage | Florian Dold | |
2022-02-13 | -fix uninit nonce | Christian Grothoff | |
2022-02-13 | -migrate merchant tests to support RSA and CS | Christian Grothoff | |
2022-02-13 | -add cipher=RSA option toget basic tests to pass again | Christian Grothoff | |
2022-02-11 | -fix CS-pickup logic (in theory, untested) | Christian Grothoff | |
2022-02-11 | -fix FTBFS, but with logic holes | Christian Grothoff | |
2022-02-07 | -rename | Christian Grothoff | |
2022-02-02 | -fix assert, call shutdown logic | Christian Grothoff | |
2022-02-02 | fix various cases where shutdown did not work if long pollers were present ↵ | Christian Grothoff | |
(#7166) | |||
2022-01-24 | print software version | Sebastian | |
2022-01-19 | issue #7148 | Sebastian | |
2022-01-18 | add minimum age to products | Christian Grothoff | |
2021-12-25 | -do not generate non-obivously bogus signature in test | Christian Grothoff | |
2021-12-23 | followup to 2021-12-19, "introduce new data type for the post-orders hash ↵ | Thien-Thi Nguyen | |
used for idempotency checks, as well as the hash and salt for authentication checks" | |||
2021-12-23 | followup to 2021-12-19, "-introduce new types for tip identifiers and tip ↵ | Thien-Thi Nguyen | |
pickups" | |||
2021-12-19 | introduce new data type for the post-orders hash used for idempotency ↵ | Christian Grothoff | |
checks, as well as the hash and salt for authentication checks | |||
2021-12-19 | -introduce new types for tip identifiers and tip pickups | Christian Grothoff | |
2021-12-17 | -protocol bump | Christian Grothoff | |
2021-12-15 | compat | Christian Grothoff | |
2021-12-14 | migration to protocol v11 | Christian Grothoff | |