From 6a73629aee0f04c0ab9c26329250299d3457c97e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Dec 2020 17:10:01 +0100 Subject: re-enable cherry picking test (kind-of passes, not finished) --- .../test_exchange_api_keys_cherry_picking.conf | 51 +++++----------------- 1 file changed, 11 insertions(+), 40 deletions(-) (limited to 'src/testing/test_exchange_api_keys_cherry_picking.conf') diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf index 1ce82bd4c..74c64e24f 100644 --- a/src/testing/test_exchange_api_keys_cherry_picking.conf +++ b/src/testing/test_exchange_api_keys_cherry_picking.conf @@ -24,25 +24,6 @@ BASE_URL = "http://localhost:8083/" PORT = 8083 [exchange] - -# how long is one signkey valid? -signkey_duration = 5 seconds - -# how long are the signatures with the signkey valid? -legal_duration = 2 years -signkey_legal_duration = 2 years - -# This value causes keys to be *RETURNED* in a /keys response. -# It's a relative time that materializes always in now+itsvalue. -# We keep it very high, so as to not introduce divergencies between -# keys that have been created and keys that are returned along /keys. -lookahead_provide = 10000 seconds - -# This value causes keys to be *CREATED*. The rule is that -# at any given time there are always N keys whose all the withdraw -# durations sum up to a time window as big as lookahead_sign. -lookahead_sign = 60 s - # HTTP port the exchange listens to PORT = 8081 @@ -63,48 +44,38 @@ CONFIG = "postgres:///talercheck" [auditordb-postgres] CONFIG = "postgres:///talercheck" - [exchange-account-1] -# This is the response we give out for the /wire request. It provides -# wallets with the bank information for transfers to the exchange. -WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json - -# What is the URL of our bank account? Must match WIRE_RESPONSE above! PAYTO_URI = payto://x-taler-bank/localhost/42 - WIRE_GATEWAY_URL = "http://localhost:9082/42/" - [exchange-account-2] -# This is the response we give out for the /wire request. It provides -# wallets with the bank information for transfers to the exchange. -WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json - -# What is the URL of our bank account? Must match WIRE_RESPONSE above! PAYTO_URI = payto://x-taler-bank/localhost/2 - WIRE_GATEWAY_URL = "http://localhost:9082/2/" # Authentication information for basic authentication TALER_BANK_AUTH_METHOD = "basic" USERNAME = user PASSWORD = pass - ENABLE_DEBIT = YES - ENABLE_CREDIT = YES [bank] HTTP_PORT=8082 -[exchangedb] -duration_overlap = 1 s +[taler-helper-crypto-rsa] +OVERLAP_DURATION = 1 s +LOOKAHEAD_SIGN = 20 s + +[taler-helper-crypto-eddsa] +OVERLAP_DURATION = 1 s +DURATION = 30 s +LOOKAHEAD_SIGN = 20 s [coin_eur_1] value = EUR:1 -duration_withdraw = 80 s -duration_spend = 80 s -duration_legal = 60 s +duration_withdraw = 5 s +duration_spend = 6 s +duration_legal = 7 s fee_withdraw = EUR:0.01 fee_deposit = EUR:0.01 fee_refresh = EUR:0.03 -- cgit v1.2.3