From 08389b5e05372b336c2b2d33660aa42b775b70c8 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Fri, 24 Nov 2023 16:55:15 +0100 Subject: [PATCH] Bump polygon bor to v1.1.0 --- configs/coins/polygon.json | 10 +++++----- configs/coins/polygon_archive.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configs/coins/polygon.json b/configs/coins/polygon.json index a7b609e246..95b1db5a10 100644 --- a/configs/coins/polygon.json +++ b/configs/coins/polygon.json @@ -20,16 +20,16 @@ "package_name": "backend-polygon-bor", "package_revision": "satoshilabs-1", "system_user": "polygon", - "version": "1.0.6", - "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.0.6.tar.gz", + "version": "1.1.0", + "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.1.0.tar.gz", "verification_type": "sha256", - "verification_source": "56dde862945cb48e1e301027edb47e979fe340c25fb412848dbbba5213105fa8", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.6.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo", + "verification_source": "8127cf985fff77091dd53d4b1fc77262dbfb9905a99e7644bf1e0cfd5550ff1a", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.1.0.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_bor_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "exec_script": "polygon_bor.sh", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.0.6/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.1.0/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, diff --git a/configs/coins/polygon_archive.json b/configs/coins/polygon_archive.json index fd05667959..e1b220e524 100644 --- a/configs/coins/polygon_archive.json +++ b/configs/coins/polygon_archive.json @@ -20,16 +20,16 @@ "package_name": "backend-polygon-archive-bor", "package_revision": "satoshilabs-1", "system_user": "polygon", - "version": "1.0.6", - "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.0.6.tar.gz", + "version": "1.1.0", + "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.1.0.tar.gz", "verification_type": "sha256", - "verification_source": "56dde862945cb48e1e301027edb47e979fe340c25fb412848dbbba5213105fa8", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.6.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo", + "verification_source": "8127cf985fff77091dd53d4b1fc77262dbfb9905a99e7644bf1e0cfd5550ff1a", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.1.0.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_archive_bor_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "exec_script": "polygon_archive_bor.sh", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.0.6/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.1.0/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true,