From ebe2307bae672f2e387c19590a317a1cce8ceb8c Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Fri, 24 Mar 2023 22:44:03 +0100 Subject: [PATCH] =?UTF-8?q?bsc=201.1.19=20=E2=86=92=201.1.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/coins/bsc.json | 12 ++++++------ configs/coins/bsc_archive.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configs/coins/bsc.json b/configs/coins/bsc.json index 1106eadf..8d1e3220 100644 --- a/configs/coins/bsc.json +++ b/configs/coins/bsc.json @@ -20,16 +20,16 @@ "package_name": "backend-bsc", "package_revision": "satoshilabs-1", "system_user": "bsc", - "version": "1.1.19", - "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.19/geth_linux", + "version": "1.1.20", + "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.20/geth_linux", "verification_type": "sha256", - "verification_source": "ad49b00a5df44fb67e0dc166a7cf02a02c67ab296d25e4ac3d56134567577c41", + "verification_source": "8e5ed3e1351d1317f2f7b2039897ab875c3ddad6351676a1debaeacba32d5a8e", "extract_command": "mv ${ARCHIVE} backend/geth_linux && chmod +x backend/geth_linux && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bsc_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "exec_script": "bsc.sh", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://github.com/bnb-chain/bsc/releases/download/v1.1.19/mainnet.zip -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && unzip -o -d {{.Env.BackendInstallPath}}/{{.Coin.Alias}} {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && rm -f {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && sed -i -e '/\\[Node.LogConfig\\]/,+5d' {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/config.toml", + "postinst_script_template": "wget https://github.com/bnb-chain/bsc/releases/download/v1.1.20/mainnet.zip -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && unzip -o -d {{.Env.BackendInstallPath}}/{{.Coin.Alias}} {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && rm -f {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && sed -i -e '/\\[Node.LogConfig\\]/,+5d' {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/config.toml", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, @@ -38,8 +38,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.19/geth-linux-arm64", - "verification_source": "50aae5defb41cb5f4da462b5f86097c2daf945672ce9fb1c1e4393f6e038610f" + "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.20/geth-linux-arm64", + "verification_source": "d7fd71b2005b7c025bc5ec12ac681ebbdcb5d5d71c2264f277734318905d1468" } } }, diff --git a/configs/coins/bsc_archive.json b/configs/coins/bsc_archive.json index d4275258..43261167 100644 --- a/configs/coins/bsc_archive.json +++ b/configs/coins/bsc_archive.json @@ -20,16 +20,16 @@ "package_name": "backend-bsc-archive", "package_revision": "satoshilabs-1", "system_user": "bsc", - "version": "1.1.19", - "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.19/geth_linux", + "version": "1.1.20", + "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.20/geth_linux", "verification_type": "sha256", - "verification_source": "ad49b00a5df44fb67e0dc166a7cf02a02c67ab296d25e4ac3d56134567577c41", + "verification_source": "8e5ed3e1351d1317f2f7b2039897ab875c3ddad6351676a1debaeacba32d5a8e", "extract_command": "mv ${ARCHIVE} backend/geth_linux && chmod +x backend/geth_linux && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bsc_archive_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "exec_script": "bsc_archive.sh", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://github.com/bnb-chain/bsc/releases/download/v1.1.19/mainnet.zip -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && unzip -o -d {{.Env.BackendInstallPath}}/{{.Coin.Alias}} {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && rm -f {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && sed -i -e '/\\[Node.LogConfig\\]/,+5d' {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/config.toml", + "postinst_script_template": "wget https://github.com/bnb-chain/bsc/releases/download/v1.1.20/mainnet.zip -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && unzip -o -d {{.Env.BackendInstallPath}}/{{.Coin.Alias}} {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && rm -f {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/mainnet.zip && sed -i -e '/\\[Node.LogConfig\\]/,+5d' {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/config.toml", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, @@ -38,8 +38,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.19/geth-linux-arm64", - "verification_source": "50aae5defb41cb5f4da462b5f86097c2daf945672ce9fb1c1e4393f6e038610f" + "binary_url": "https://github.com/bnb-chain/bsc/releases/download/v1.1.20/geth-linux-arm64", + "verification_source": "d7fd71b2005b7c025bc5ec12ac681ebbdcb5d5d71c2264f277734318905d1468" } } },