From 067a2da75dc5565e1ba3f013994e29d5ccafa8ef Mon Sep 17 00:00:00 2001 From: JoHnY Date: Wed, 1 May 2024 07:55:35 +0000 Subject: [PATCH] =?UTF-8?q?polygon-bor=201.2.8=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/docker/bin/Dockerfile | 2 +- configs/coins/polygon.json | 10 +++++----- configs/coins/polygon_archive.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/docker/bin/Dockerfile b/build/docker/bin/Dockerfile index 4a749a2d..8930bdcc 100644 --- a/build/docker/bin/Dockerfile +++ b/build/docker/bin/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ libzstd-dev liblz4-dev graphviz && \ apt-get clean ARG GOLANG_VERSION -ENV GOLANG_VERSION=go1.21.4 +ENV GOLANG_VERSION=go1.22.2 ENV ROCKSDB_VERSION=v7.7.2 ENV GOPATH=/go ENV PATH=$PATH:$GOPATH/bin diff --git a/configs/coins/polygon.json b/configs/coins/polygon.json index 34ba2567..773c7c6f 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.2.8", - "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.2.8.tar.gz", + "version": "1.3.1", + "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.1.tar.gz", "verification_type": "sha256", - "verification_source": "0cbd7b030af188de7c763988f2da8c0a4ead8a4437d0f89e98870131a352e4c0", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.8.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo", + "verification_source": "0bf1da609e4f977cbc73179e350a26b8b1bc938ca1b39d67b66c68add768dcb1", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.1.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.2.8/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.3.1/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 b1730566..885f044a 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.2.8", - "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.2.8.tar.gz", + "version": "1.3.1", + "binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.1.tar.gz", "verification_type": "sha256", - "verification_source": "0cbd7b030af188de7c763988f2da8c0a4ead8a4437d0f89e98870131a352e4c0", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.8.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo", + "verification_source": "0bf1da609e4f977cbc73179e350a26b8b1bc938ca1b39d67b66c68add768dcb1", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.1.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.2.8/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.3.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true,