From 4e3ba20610aff80a840f84b52cbad8d16ae29f49 Mon Sep 17 00:00:00 2001 From: JoHnY Date: Mon, 19 Feb 2024 09:24:40 +0000 Subject: [PATCH] =?UTF-8?q?eth=20(+testnets)=202.57.2=20=E2=86=92=202.58.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/coins/ethereum.json | 10 +++++----- configs/coins/ethereum_archive.json | 10 +++++----- configs/coins/ethereum_testnet_goerli.json | 10 +++++----- configs/coins/ethereum_testnet_goerli_archive.json | 10 +++++----- configs/coins/ethereum_testnet_holesky.json | 10 +++++----- configs/coins/ethereum_testnet_holesky_archive.json | 10 +++++----- configs/coins/ethereum_testnet_sepolia.json | 10 +++++----- configs/coins/ethereum_testnet_sepolia_archive.json | 10 +++++----- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/configs/coins/ethereum.json b/configs/coins/ethereum.json index 843850b3..13cbfb1c 100644 --- a/configs/coins/ethereum.json +++ b/configs/coins/ethereum.json @@ -22,10 +22,10 @@ "package_name": "backend-ethereum", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain mainnet --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_archive.json b/configs/coins/ethereum_archive.json index 2771c1c6..a41b0718 100644 --- a/configs/coins/ethereum_archive.json +++ b/configs/coins/ethereum_archive.json @@ -22,10 +22,10 @@ "package_name": "backend-ethereum-archive", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain mainnet --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_testnet_goerli.json b/configs/coins/ethereum_testnet_goerli.json index 9df55631..8c5390b4 100644 --- a/configs/coins/ethereum_testnet_goerli.json +++ b/configs/coins/ethereum_testnet_goerli.json @@ -22,10 +22,10 @@ "package_name": "backend-ethereum-testnet-goerli", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain goerli --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_testnet_goerli_archive.json b/configs/coins/ethereum_testnet_goerli_archive.json index 97a2feb0..ab09981e 100644 --- a/configs/coins/ethereum_testnet_goerli_archive.json +++ b/configs/coins/ethereum_testnet_goerli_archive.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-goerli-archive", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain goerli --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_testnet_holesky.json b/configs/coins/ethereum_testnet_holesky.json index 61630fbb..08d7b2c0 100644 --- a/configs/coins/ethereum_testnet_holesky.json +++ b/configs/coins/ethereum_testnet_holesky.json @@ -22,10 +22,10 @@ "package_name": "backend-ethereum-testnet-holesky", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_testnet_holesky_archive.json b/configs/coins/ethereum_testnet_holesky_archive.json index f2095819..e65cae20 100644 --- a/configs/coins/ethereum_testnet_holesky_archive.json +++ b/configs/coins/ethereum_testnet_holesky_archive.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-holesky-archive", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia.json b/configs/coins/ethereum_testnet_sepolia.json index 92198baa..29b9d509 100644 --- a/configs/coins/ethereum_testnet_sepolia.json +++ b/configs/coins/ethereum_testnet_sepolia.json @@ -22,10 +22,10 @@ "package_name": "backend-ethereum-testnet-sepolia", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain sepolia --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia_archive.json b/configs/coins/ethereum_testnet_sepolia_archive.json index 75c4bcec..4d263bfc 100644 --- a/configs/coins/ethereum_testnet_sepolia_archive.json +++ b/configs/coins/ethereum_testnet_sepolia_archive.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-sepolia-archive", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "2.57.2", - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_amd64.tar.gz", + "version": "2.58.0", + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_amd64.tar.gz", "verification_type": "sha256", - "verification_source": "2f546c3d2e2826eb22c115819df726fa68e9634d25b0d526d1a6547c847aa6e6", + "verification_source": "4570e13e4db742f5c0968b4e158aaed155573abd58ab2065d81e811a7defd1b5", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain sepolia --snap.keepblocks --db.size.limit 15TB --prune c --prune.c.older 1000000 -torrent.download.rate 32mb --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/erigon --port {{.Ports.BackendP2P}} --ws --ws.port {{.Ports.BackendRPC}} --http --http.port {{.Ports.BackendRPC}} --http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} --private.api.addr \"\" --torrent.port {{.Ports.BackendHttp}} --log.dir.path {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --log.dir.prefix {{.Coin.Alias}}'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.57.2/erigon_2.57.2_linux_arm64.tar.gz", - "verification_source": "383830da92f5e9e5be27c60a6a9223d937ebf8262109ae44ca0b4a74fc38b1d5" + "binary_url": "https://github.com/ledgerwatch/erigon/releases/download/v2.58.0/erigon_2.58.0_linux_arm64.tar.gz", + "verification_source": "532eb7f1ab55439979dfa499be48d6776d5f96d429db8aa1ea6894567fcfcb13" } } },