etc 1.12.0 → 1.12.1

This commit is contained in:
JoHnY 2021-08-28 06:36:43 +00:00 committed by Martin
parent 3936abefba
commit eee7f67609

View File

@ -19,10 +19,10 @@
"package_name": "backend-ethereum-classic",
"package_revision": "satoshilabs-1",
"system_user": "ethereum-classic",
"version": "1.12.0",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.0/core-geth-linux-v1.12.0.zip",
"version": "1.12.1",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.1/core-geth-linux-v1.12.1.zip",
"verification_type": "sha256",
"verification_source": "1cdf0ebf0b7dc2dff644d587e27064e4943c716837ab6f06b305058dd3d685cd",
"verification_source": "f78a7a585acd2002d539fa7bed8f152fdabdc7d692d8157f3f97fae3a6edfd28",
"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 38337 --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --http --http.port 8137 --http.addr 127.0.0.1 --http.corsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",