etc 1.12.7 → 1.12.10

This commit is contained in:
JoHnY 2023-02-09 09:17:52 +00:00 committed by Martin
parent b227dfedcb
commit 62f3a3bbce

View File

@ -21,10 +21,10 @@
"package_name": "backend-ethereum-classic",
"package_revision": "satoshilabs-1",
"system_user": "ethereum-classic",
"version": "1.12.7",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.7/core-geth-linux-v1.12.7.zip",
"version": "1.12.10",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.10/core-geth-linux-v1.12.10.zip",
"verification_type": "sha256",
"verification_source": "91e8834b01e89aaea7b89a70cb005b527ab7815f17ce123229733aa49ff95ec3",
"verification_source": "40f423fb19b36b9412388adb18353d78bfda31c71395be56a2c51772a12cbf81",
"extract_command": "unzip -d backend",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --txlookuplimit 0 --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --http --http.port {{.Ports.BackendHttp}} --http.addr 127.0.0.1 --http.corsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",