bsc 1.1.19 → 1.1.20
This commit is contained in:
parent
9c500e568b
commit
ebe2307bae
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user