Bump Polygon Bor to v1.2.7, Heimdall to v1.0.4

This commit is contained in:
Martin Boehm 2024-03-10 13:00:41 +01:00
parent 4d60edc231
commit 913c0e5198
4 changed files with 20 additions and 20 deletions

View File

@ -20,16 +20,16 @@
"package_name": "backend-polygon-bor",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.2.3",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.2.3.tar.gz",
"version": "1.2.7",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.2.7.tar.gz",
"verification_type": "sha256",
"verification_source": "cdbe43279d58b32d86a4be1d257c99d9156c3ed8d3d6e702d27c053e775cf632",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.3.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
"verification_source": "e4ad0c909ebf19667c19c180e597ed134fbe17bc82ff6b10dfbef20f54170ebf",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.7.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.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.2.7/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,

View File

@ -20,16 +20,16 @@
"package_name": "backend-polygon-archive-bor",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.2.3",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.2.3.tar.gz",
"version": "1.2.7",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.2.7.tar.gz",
"verification_type": "sha256",
"verification_source": "cdbe43279d58b32d86a4be1d257c99d9156c3ed8d3d6e702d27c053e775cf632",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.3.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
"verification_source": "e4ad0c909ebf19667c19c180e597ed134fbe17bc82ff6b10dfbef20f54170ebf",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.7.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.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.2.7/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,

View File

@ -16,16 +16,16 @@
"package_name": "backend-polygon-heimdall",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.0.3",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.3.tar.gz",
"version": "1.0.4",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.4.tar.gz",
"verification_type": "sha256",
"verification_source": "e68aeab2061101dd4cdf20fdf804e63f67958c7dd8d671e7e2a172b641c4162f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.3.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"verification_source": "c03300cda7152678a05363efc91608777a67b7c2392205b9264c618dd936f97f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.4.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_heimdall_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
"exec_script": "polygon_heimdall.sh",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.4/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,

View File

@ -16,16 +16,16 @@
"package_name": "backend-polygon-archive-heimdall",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.0.3",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.3.tar.gz",
"version": "1.0.4",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.4.tar.gz",
"verification_type": "sha256",
"verification_source": "e68aeab2061101dd4cdf20fdf804e63f67958c7dd8d671e7e2a172b641c4162f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.3.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"verification_source": "c03300cda7152678a05363efc91608777a67b7c2392205b9264c618dd936f97f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.4.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_archive_heimdall_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
"exec_script": "polygon_archive_heimdall.sh",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.4/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,