From c705600aaef7e67ec2a020825c8d427a7472b20e Mon Sep 17 00:00:00 2001 From: JoHnY Date: Wed, 11 Mar 2020 15:44:44 +0100 Subject: [PATCH] etc: Bump backend 1.11.0-core -> 1.11.1 #391 #387 --- configs/coins/ethereum-classic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/coins/ethereum-classic.json b/configs/coins/ethereum-classic.json index 7427569c..46a9903c 100644 --- a/configs/coins/ethereum-classic.json +++ b/configs/coins/ethereum-classic.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-classic", "package_revision": "satoshilabs-1", "system_user": "ethereum-classic", - "version": "1.11.0-core", - "binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.0-core/core-geth-linux.zip", + "version": "1.11.1", + "binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.1/core-geth-linux.zip", "verification_type": "sha256", - "verification_source": "95cc1b8b80688a1ecb5d2e9203abfc2322cb818d1d6e556e42bf790857683fa3", + "verification_source": "db4b232de315ea66786158a1f0b8324474781fc4afe2c5435be0514988a88aa1", "extract_command": "unzip -d backend", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 38337 --ws --wsaddr 0.0.0.0 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" --rpc --rpcport 8137 -rpcaddr 0.0.0.0 --rpccorsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",