exchange/src/lib
2022-10-30 17:36:57 +01:00
..
auditor_api_curl_defaults.c introducing GNUNET_TIME_Timestamp, recoup now with amounts 2021-12-14 16:04:40 +01:00
auditor_api_curl_defaults.h rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling when curl_easy_init() fails 2020-03-03 17:14:00 +01:00
auditor_api_deposit_confirmation.c -fix misc doxygen warnings, code clean up 2022-06-26 17:08:17 +02:00
auditor_api_exchanges.c simplify auditor_api_handle.c, do not modify global context with respect to 'Expect' header 2022-03-19 15:25:43 +01:00
auditor_api_handle.c simplify auditor_api_handle.c, do not modify global context with respect to 'Expect' header 2022-03-19 15:25:43 +01:00
auditor_api_handle.h rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling when curl_easy_init() fails 2020-03-03 17:14:00 +01:00
exchange_api_auditor_add_denomination.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_batch_deposit.c -annotate bugs 2022-07-05 11:46:02 +02:00
exchange_api_batch_withdraw2.c -work on new KYC logic: tests pass again 2022-08-14 18:04:09 +02:00
exchange_api_batch_withdraw.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
exchange_api_common.c -remove bogus tests 2022-10-22 00:07:00 +02:00
exchange_api_common.h -exchange_api_batch_deposit.c compiles 2022-07-01 07:08:13 +02:00
exchange_api_contracts_get.c -work on p2p payments 2022-04-27 13:09:41 +02:00
exchange_api_csr_melt.c -fix CS nonce reuse check logic 2022-02-17 15:18:09 +01:00
exchange_api_csr_withdraw.c -big renaming of structs for consistent naming with P suffix 2022-02-21 00:23:23 +01:00
exchange_api_curl_defaults.c introducing GNUNET_TIME_Timestamp, recoup now with amounts 2021-12-14 16:04:40 +01:00
exchange_api_curl_defaults.h limit redirects 2020-02-29 16:54:58 +01:00
exchange_api_deposit.c -fix batch deposit uninit issue 2022-07-02 22:51:45 +02:00
exchange_api_deposits_get.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
exchange_api_handle.c -fix clang compiler warnings 2022-08-22 22:45:41 +02:00
exchange_api_handle.h -work on error proof response checking for p2p payments 2022-06-05 01:34:37 +02:00
exchange_api_kyc_check.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
exchange_api_kyc_proof.c major rework of the KYC logic, making it more configurable, not complete, but tests pass again 2022-08-11 23:35:33 +02:00
exchange_api_kyc_wallet.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
exchange_api_link.c age restriction: make seed a HashCode due to endianess and security level concerns 2022-04-26 23:34:14 +02:00
exchange_api_management_auditor_disable.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_auditor_enable.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_drain_profits.c expand taler-exchange-offline and libtalerexchange with management-drain-profits implementation (#4960) 2022-07-29 09:57:10 +02:00
exchange_api_management_get_keys.c -big renaming of structs for consistent naming with P suffix 2022-02-21 00:23:23 +01:00
exchange_api_management_post_extensions.c -fix misc doxygen warnings, code clean up 2022-06-26 17:08:17 +02:00
exchange_api_management_post_keys.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_revoke_denomination_key.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_revoke_signing_key.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_set_global_fee.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_set_wire_fee.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_wire_disable.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_management_wire_enable.c -fix minor bugs 2022-06-07 15:02:16 +02:00
exchange_api_melt.c -fix misc doxygen warnings, code clean up 2022-06-26 17:08:17 +02:00
exchange_api_purse_create_with_deposit.c add support for reserve open/close operations to auditor, begin to split off purse auditing logic 2022-10-30 17:36:57 +01:00
exchange_api_purse_create_with_merge.c -fix report generation field name missmatch 2022-08-23 14:22:59 +02:00
exchange_api_purse_deposit.c -fix clang compiler warnings 2022-08-22 22:45:41 +02:00
exchange_api_purse_merge.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
exchange_api_purses_get.c -handle case of GET purse status prior to deposit 2022-08-24 10:26:16 +02:00
exchange_api_recoup_refresh.c -annotate bugs 2022-07-05 11:46:02 +02:00
exchange_api_recoup.c -annotate bugs 2022-07-05 11:46:02 +02:00
exchange_api_refresh_common.c age restriction: make seed a HashCode due to endianess and security level concerns 2022-04-26 23:34:14 +02:00
exchange_api_refresh_common.h Refactoring TALER_AgeCommitment 2022-03-01 17:02:37 +01:00
exchange_api_refreshes_reveal.c [age restriction] progress 18/n - attestation tested 2022-03-03 19:35:24 +01:00
exchange_api_refund.c -annotate bugs 2022-07-05 11:46:02 +02:00
exchange_api_reserves_attest.c -work on reserve control tests 2022-10-12 22:16:40 +02:00
exchange_api_reserves_close.c implement libtalerexchange:reserve_close API 2022-09-27 15:21:51 +02:00
exchange_api_reserves_get_attestable.c -work on reserve control tests 2022-10-12 22:16:40 +02:00
exchange_api_reserves_get.c -more work on reverse history 2022-05-22 18:21:15 +02:00
exchange_api_reserves_history.c -more minor bugfixes 2022-06-07 16:57:12 +02:00
exchange_api_reserves_open.c -update to latest GNUNET_PQ_make_prepare() API 2022-10-12 14:48:56 +02:00
exchange_api_reserves_status.c -work on new KYC logic: tests pass again 2022-08-14 18:04:09 +02:00
exchange_api_transfers_get.c fix: wtid request param size 2022-03-29 17:53:50 -03:00
exchange_api_wire.c -actually, incrementing on every error seems fine 2022-07-05 13:01:17 +02:00
exchange_api_withdraw2.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
exchange_api_withdraw.c -major KYC update, fixes misc. issues 2022-08-20 21:29:36 +02:00
Makefile.am implement exchange_api_reserves_attest.c 2022-09-27 16:10:00 +02:00