gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: rename taler-helper-crypto-*


From: gnunet
Subject: [taler-wallet-core] branch master updated: rename taler-helper-crypto-* to taler-exchange-secmod-*
Date: Sun, 17 Jan 2021 20:08:15 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new f884193b rename taler-helper-crypto-* to taler-exchange-secmod-*
f884193b is described below

commit f884193b1adf0861f710c6ab1bb94ea2073ade65
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Jan 17 20:08:12 2021 +0100

    rename taler-helper-crypto-* to taler-exchange-secmod-*
---
 packages/taler-wallet-cli/src/integrationtests/harness.ts         | 4 ++--
 packages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts 
b/packages/taler-wallet-cli/src/integrationtests/harness.ts
index 3434b5e7..b6b82213 100644
--- a/packages/taler-wallet-cli/src/integrationtests/harness.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/harness.ts
@@ -1110,13 +1110,13 @@ export class ExchangeService implements 
ExchangeServiceInterface {
     );
 
     this.helperCryptoEddsaProc = this.globalState.spawnService(
-      "taler-helper-crypto-eddsa",
+      "taler-exchange-secmod-eddsa",
       ["-c", this.configFilename, "-LDEBUG", ...this.timetravelArgArr],
       `exchange-crypto-eddsa-${this.name}`,
     );
 
     this.helperCryptoRsaProc = this.globalState.spawnService(
-      "taler-helper-crypto-rsa",
+      "taler-exchange-secmod-rsa",
       ["-c", this.configFilename, "-LDEBUG", ...this.timetravelArgArr],
       `exchange-crypto-rsa-${this.name}`,
     );
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index 421b9a30..05204530 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -83,8 +83,8 @@ async function createTestEnvironment(
   });
 
   exchange.changeConfig((config) => {
-    config.setString("taler-helper-crypto-eddsa", "lookahead_sign", "20 s");
-    config.setString("taler-helper-crypto-rsa", "lookahead_sign", "20 s");
+    config.setString("taler-exchange-secmod-eddsa", "lookahead_sign", "20 s");
+    config.setString("taler-exchange-secmod-rsa", "lookahead_sign", "20 s");
   });
 
   const exchangeBankAccount = await bank.createExchangeAccount(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]