polygon-bor 1.3.7 → 1.4.0
This commit is contained in:
parent
345ea17031
commit
a1434979fa
@ -21,16 +21,16 @@
|
||||
"package_name": "backend-polygon-bor",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "polygon",
|
||||
"version": "1.3.7",
|
||||
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.7.tar.gz",
|
||||
"version": "1.4.0",
|
||||
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.4.0.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "189b6086ba0c09a82d2ac790a748b2a8ee613a08b89e5d15f976374f6cede13a",
|
||||
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.7.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
|
||||
"verification_source": "d072bbcae0993a5770e65c6a7936baea0f1b3d8ee5c4de56a86b9776eacd6fed",
|
||||
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.4.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.3.7/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
|
||||
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.4.0/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
|
||||
"service_type": "simple",
|
||||
"service_additional_params_template": "",
|
||||
"protect_memory": true,
|
||||
|
||||
@ -21,16 +21,16 @@
|
||||
"package_name": "backend-polygon-archive-bor",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "polygon",
|
||||
"version": "1.3.7",
|
||||
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.7.tar.gz",
|
||||
"version": "1.4.0",
|
||||
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.4.0.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "189b6086ba0c09a82d2ac790a748b2a8ee613a08b89e5d15f976374f6cede13a",
|
||||
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.7.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
|
||||
"verification_source": "d072bbcae0993a5770e65c6a7936baea0f1b3d8ee5c4de56a86b9776eacd6fed",
|
||||
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.4.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.3.7/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
|
||||
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.4.0/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
|
||||
"service_type": "simple",
|
||||
"service_additional_params_template": "",
|
||||
"protect_memory": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user