Changesets: exchange
master 6680f9b4 2021-06-17 01:12 Details Diff |
implement logic to replace 'true' forgettable salts with random salts, fix object deletion when forgetting | ||
mod - src/include/taler_json_lib.h | Diff File | ||
mod - src/json/json.c | Diff File | ||
mod - src/json/test_json.c | Diff File | ||
master 9db94547 2021-06-16 23:22 Details Diff |
-gana update | ||
mod - contrib/gana | Diff File | ||
master bf7adbfa 2021-06-16 19:40 Details Diff |
-remove dead leaky code | ||
mod - src/json/json.c | Diff File | ||
master ae7b5951 2021-06-16 19:08 Details Diff |
update PQ implementation to allow for NULLable amounts | ||
mod - src/pq/pq_result_helper.c | Diff File | ||
master 34a5806e 2021-06-16 17:50 Details Diff |
gana update | ||
mod - contrib/gana | Diff File | ||
master 3e3fb304 2021-06-16 17:39 Details Diff |
avoid failure mode | ||
mod - src/pq/pq_result_helper.c | Diff File | ||
master 3fa945e7 2021-06-16 17:13 Details Diff |
update gana | ||
mod - contrib/gana | Diff File | ||
master ffb24f5b 2021-06-16 13:45 Details Diff |
use dollar to prefix reserved JSON names | ||
mod - src/json/json.c | Diff File | ||
mod - src/json/test_json.c | Diff File | ||
master ae60be76 2021-06-16 13:12 Details Diff |
-do not warn if timestamp is 0, that is valid | ||
mod - src/exchange/taler-exchange-httpd_keys.c | Diff File | ||
master e3089761 2021-06-16 13:10 Details Diff |
-fix (soft) assertion failure | ||
mod - src/exchange/taler-exchange-httpd_keys.c | Diff File | ||
master 29184483 2021-06-15 22:34 Details Diff |
purge fields instead of setting to NULL as suggested by Florian | ||
mod - src/json/json.c | Diff File | ||
mod - src/json/test_json.c | Diff File | ||
master fa330ca1 2021-06-10 22:16 Details Diff |
add merchant auth in auditor test | ||
mod - src/auditor/generate-auditor-basedb.sh | Diff File | ||
master dadb96c9 2021-06-01 19:46 Details Diff |
-badness | ||
mod - src/testing/test_exchange_api.conf | Diff File | ||
master 35b23264 2021-05-29 12:06 Details Diff |
-fix cherry picking, need MAX heap to build correct replies for all cpds | ||
mod - src/exchange/taler-exchange-httpd_keys.c | Diff File | ||
master 060816ea 2021-05-29 10:38 Details Diff |
fix for soft fail error handling in wirewatch discovered in 0006892, bugnote 17930: bank API calls us one more time after returning SYSERR, and we must in that case not bump the progress point just because a commit succeeds after the rollback | ||
mod - src/exchange/taler-exchange-wirewatch.c | Diff File | ||
master 3df47fa6 2021-05-29 01:08 Details Diff |
-fix returning full response | ||
mod - src/exchange/taler-exchange-httpd_keys.c | Diff File | ||
mod - src/util/taler-exchange-secmod-eddsa.c | Diff File | ||
master be62bc57 2021-05-28 23:30 Details Diff |
-not a protocol violation, can happen if auditor signed denominations that are valid for deposit but not withdraw | ||
mod - src/lib/exchange_api_handle.c | Diff File | ||
master 35ce352b 2021-05-27 13:19 Details Diff |
deal more nicely with /keys failures where no JSON is returned | ||
mod - src/lib/exchange_api_handle.c | Diff File | ||
master 3986c9ae 2021-05-27 12:37 Details Diff |
fix last_cpd initialization | ||
mod - src/exchange/taler-exchange-httpd_keys.c | Diff File | ||
master fe72adf6 2021-05-26 11:42 Details Diff |
-fix doxygen | ||
mod - src/exchange/taler-exchange-httpd_keys.h | Diff File | ||
master 58939d55 2021-05-26 11:24 Details Diff |
fix doxygen | ||
mod - src/exchange/taler-exchange-httpd_keys.h | Diff File | ||
mod - src/exchange/taler-exchange-httpd_responses.h | Diff File | ||
master 8ffa114c 2021-05-25 23:36 Details Diff |
status code changed from 404 to 410, as revocation is possible in the future..." | ||
mod - src/testing/test_exchange_api_revocation.c | Diff File | ||
master 068068f4 2021-05-25 23:34 Details Diff |
return signed error message with HTTP_GONE status if denomination is not currently valid for specified operation (0006889) | ||
mod - src/exchange/taler-exchange-httpd_deposit.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_melt.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_recoup.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_refreshes_reveal.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_refund.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_responses.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_responses.h | Diff File | ||
mod - src/exchange/taler-exchange-httpd_withdraw.c | Diff File | ||
mod - src/include/taler_signatures.h | Diff File | ||
master 0d1ab614 2021-05-25 22:52 Details Diff |
return signed 404 statements for unknown denomination key hashes (0006889) | ||
mod - src/exchange/taler-exchange-httpd_deposit.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_keys.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_keys.h | Diff File | ||
mod - src/exchange/taler-exchange-httpd_melt.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_recoup.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_refreshes_reveal.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_refund.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_responses.c | Diff File | ||
mod - src/exchange/taler-exchange-httpd_responses.h | Diff File | ||
mod - src/exchange/taler-exchange-httpd_withdraw.c | Diff File | ||
mod - src/include/taler_signatures.h | Diff File | ||
master b2b1f88a 2021-05-25 22:10 Details Diff |
add HTTP status argument to testin gCMD admin_add_incoming_with_ref for merchant tests | ||
mod - src/include/taler_testing_lib.h | Diff File | ||
mod - src/testing/test_bank_api.c | Diff File | ||
mod - src/testing/testing_api_cmd_bank_admin_add_incoming.c | Diff File |