From c5fca2ae14f247cdadf37f56e18b6c8f078d64af Mon Sep 17 00:00:00 2001 From: f7b Date: Mon, 29 Sep 2025 12:16:56 +0200 Subject: [PATCH] prysm (+testnets) 6.0.4 -> 6.1.0, holesky decommisioned --- configs/coins/ethereum_archive_consensus.json | 10 +-- configs/coins/ethereum_consensus.json | 10 +-- configs/coins/ethereum_testnet_holesky.json | 71 ----------------- .../ethereum_testnet_holesky_archive.json | 76 ------------------- ...eum_testnet_holesky_archive_consensus.json | 52 ------------- .../ethereum_testnet_holesky_consensus.json | 52 ------------- ...ereum_testnet_hoodi_archive_consensus.json | 12 +-- .../ethereum_testnet_hoodi_consensus.json | 12 +-- ...eum_testnet_sepolia_archive_consensus.json | 10 +-- .../ethereum_testnet_sepolia_consensus.json | 10 +-- 10 files changed, 32 insertions(+), 283 deletions(-) delete mode 100644 configs/coins/ethereum_testnet_holesky.json delete mode 100644 configs/coins/ethereum_testnet_holesky_archive.json delete mode 100644 configs/coins/ethereum_testnet_holesky_archive_consensus.json delete mode 100644 configs/coins/ethereum_testnet_holesky_consensus.json diff --git a/configs/coins/ethereum_archive_consensus.json b/configs/coins/ethereum_archive_consensus.json index d3b1e20e..9c7c14ab 100644 --- a/configs/coins/ethereum_archive_consensus.json +++ b/configs/coins/ethereum_archive_consensus.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", + "version": "6.1.0", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-amd64", "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", + "verification_source": "c5c46ecfe4cc45acdcf087edf5108c529ad2b3fc5f17d407b426a10e595fca3f", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --mainnet --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=7516 --rpc-port=7517 --monitoring-port=7518 --p2p-tcp-port=3516 --p2p-udp-port=2516 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_archive/backend/erigon/jwt.hex 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -36,8 +36,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-arm64", + "verification_source": "9bafddd4a2bdfc0ebf9f7531b9ed22df590e486ecbd1507ac866d8bfb3ca6896" } } }, diff --git a/configs/coins/ethereum_consensus.json b/configs/coins/ethereum_consensus.json index 79fc973e..378d02c1 100644 --- a/configs/coins/ethereum_consensus.json +++ b/configs/coins/ethereum_consensus.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", + "version": "6.1.0", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-amd64", "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", + "verification_source": "c5c46ecfe4cc45acdcf087edf5108c529ad2b3fc5f17d407b426a10e595fca3f", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --mainnet --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=7536 --rpc-port=7537 --monitoring-port=7538 --p2p-tcp-port=3536 --p2p-udp-port=2536 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum/backend/erigon/jwt.hex 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -36,8 +36,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-arm64", + "verification_source": "9bafddd4a2bdfc0ebf9f7531b9ed22df590e486ecbd1507ac866d8bfb3ca6896" } } }, diff --git a/configs/coins/ethereum_testnet_holesky.json b/configs/coins/ethereum_testnet_holesky.json deleted file mode 100644 index 1a573caa..00000000 --- a/configs/coins/ethereum_testnet_holesky.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "coin": { - "name": "Ethereum Testnet Holesky", - "shortcut": "tHOL", - "label": "Ethereum Holesky", - "alias": "ethereum_testnet_holesky" - }, - "ports": { - "backend_rpc": 18016, - "backend_message_queue": 0, - "backend_p2p": 48316, - "backend_http": 18116, - "backend_authrpc": 18516, - "blockbook_internal": 19016, - "blockbook_public": 19116 - }, - "ipc": { - "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", - "rpc_timeout": 25 - }, - "backend": { - "package_name": "backend-ethereum-testnet-holesky", - "package_revision": "satoshilabs-1", - "system_user": "ethereum", - "version": "3.1.0", - "binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz", - "verification_type": "sha256", - "verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154", - "extract_command": "tar -C backend --strip-components=1 -xf", - "exclude_files": [], - "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode full --externalcl --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}}'", - "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "", - "service_type": "simple", - "service_additional_params_template": "", - "protect_memory": true, - "mainnet": false, - "server_config_file": "", - "client_config_file": "", - "platforms": { - "arm64": { - "binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz", - "verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311" - } - } - }, - "blockbook": { - "package_name": "blockbook-ethereum-testnet-holesky", - "system_user": "blockbook-ethereum", - "internal_binding_template": ":{{.Ports.BlockbookInternal}}", - "public_binding_template": ":{{.Ports.BlockbookPublic}}", - "explorer_url": "", - "additional_params": "", - "block_chain": { - "parse": true, - "mempool_workers": 8, - "mempool_sub_workers": 2, - "block_addresses_to_keep": 3000, - "additional_params": { - "consensusNodeVersion": "http://localhost:17516/eth/v1/node/version", - "eip1559Fees": true, - "mempoolTxTimeoutHours": 12, - "queryBackendOnMempoolResync": false - } - } - }, - "meta": { - "package_maintainer": "IT", - "package_maintainer_email": "it@satoshilabs.com" - } -} \ No newline at end of file diff --git a/configs/coins/ethereum_testnet_holesky_archive.json b/configs/coins/ethereum_testnet_holesky_archive.json deleted file mode 100644 index 1df3a3e4..00000000 --- a/configs/coins/ethereum_testnet_holesky_archive.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "coin": { - "name": "Ethereum Testnet Holesky Archive", - "shortcut": "tHOL", - "label": "Ethereum Holesky", - "alias": "ethereum_testnet_holesky_archive" - }, - "ports": { - "backend_rpc": 18036, - "backend_message_queue": 0, - "backend_p2p": 48336, - "backend_http": 18136, - "backend_torrent": 18136, - "backend_authrpc": 18536, - "blockbook_internal": 19036, - "blockbook_public": 19136 - }, - "ipc": { - "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", - "rpc_timeout": 25 - }, - "backend": { - "package_name": "backend-ethereum-testnet-holesky-archive", - "package_revision": "satoshilabs-1", - "system_user": "ethereum", - "version": "3.1.0", - "binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_amd64.tar.gz", - "verification_type": "sha256", - "verification_source": "45a9c4594b754750c4e3631b0c86b9da5b61f91b0241d824a9eed61aed040154", - "extract_command": "tar -C backend --strip-components=1 -xf", - "exclude_files": [], - "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/erigon --chain holesky --snap.keepblocks --db.size.limit 15TB --db.pagesize 16KB --prune.mode archive --externalcl --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}}'", - "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "", - "service_type": "simple", - "service_additional_params_template": "", - "protect_memory": true, - "mainnet": false, - "server_config_file": "", - "client_config_file": "", - "platforms": { - "arm64": { - "binary_url": "https://github.com/erigontech/erigon/releases/download/v3.1.0/erigon_v3.1.0_linux_arm64.tar.gz", - "verification_source": "a613c211888784e5fb3ed1376cd47984d08980b6d7eb6c590af628592ca87311" - } - } - }, - "blockbook": { - "package_name": "blockbook-ethereum-testnet-holesky-archive", - "system_user": "blockbook-ethereum", - "internal_binding_template": ":{{.Ports.BlockbookInternal}}", - "public_binding_template": ":{{.Ports.BlockbookPublic}}", - "explorer_url": "", - "additional_params": "-workers=16", - "block_chain": { - "parse": true, - "mempool_workers": 8, - "mempool_sub_workers": 2, - "block_addresses_to_keep": 3000, - "additional_params": { - "consensusNodeVersion": "http://localhost:17536/eth/v1/node/version", - "address_aliases": true, - "mempoolTxTimeoutHours": 12, - "processInternalTransactions": true, - "queryBackendOnMempoolResync": false, - "fiat_rates-disabled": "coingecko", - "fiat_rates_params": "{\"coin\": \"ethereum\",\"platformIdentifier\": \"ethereum\",\"platformVsCurrency\": \"eth\",\"periodSeconds\": 900}", - "fourByteSignatures": "https://www.4byte.directory/api/v1/signatures/" - } - } - }, - "meta": { - "package_maintainer": "IT", - "package_maintainer_email": "it@satoshilabs.com" - } -} \ No newline at end of file diff --git a/configs/coins/ethereum_testnet_holesky_archive_consensus.json b/configs/coins/ethereum_testnet_holesky_archive_consensus.json deleted file mode 100644 index 5d92537b..00000000 --- a/configs/coins/ethereum_testnet_holesky_archive_consensus.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "coin": { - "name": "Ethereum Testnet Holesky Archive", - "shortcut": "tHOL", - "label": "Ethereum Holesky", - "alias": "ethereum_testnet_holesky_archive_consensus", - "execution_alias": "ethereum_testnet_holesky_archive" - }, - "ports": { - "backend_rpc": 18036, - "backend_message_queue": 0, - "backend_p2p": 48336, - "backend_http": 18136, - "backend_authrpc": 18536, - "blockbook_internal": 19036, - "blockbook_public": 19136 - }, - "ipc": { - "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", - "rpc_timeout": 25 - }, - "backend": { - "package_name": "backend-ethereum-testnet-holesky-archive-consensus", - "package_revision": "satoshilabs-1", - "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", - "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", - "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", - "exclude_files": [], - "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --holesky --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17536 --rpc-port=17537 --monitoring-port=17538 --p2p-tcp-port=13636 --p2p-udp-port=12636 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_holesky_archive/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", - "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://github.com/eth-clients/holesky/raw/main/metadata/genesis.ssz -O {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz", - "service_type": "simple", - "service_additional_params_template": "", - "protect_memory": true, - "mainnet": false, - "server_config_file": "", - "client_config_file": "", - "platforms": { - "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" - } - } - }, - "meta": { - "package_maintainer": "IT", - "package_maintainer_email": "it@satoshilabs.com" - } -} \ No newline at end of file diff --git a/configs/coins/ethereum_testnet_holesky_consensus.json b/configs/coins/ethereum_testnet_holesky_consensus.json deleted file mode 100644 index 36ea18de..00000000 --- a/configs/coins/ethereum_testnet_holesky_consensus.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "coin": { - "name": "Ethereum Testnet Holesky", - "shortcut": "tHOL", - "label": "Ethereum Holesky", - "alias": "ethereum_testnet_holesky_consensus", - "execution_alias": "ethereum_testnet_holesky" - }, - "ports": { - "backend_rpc": 18016, - "backend_message_queue": 0, - "backend_p2p": 48316, - "backend_http": 18116, - "backend_authrpc": 18516, - "blockbook_internal": 19016, - "blockbook_public": 19116 - }, - "ipc": { - "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}", - "rpc_timeout": 25 - }, - "backend": { - "package_name": "backend-ethereum-testnet-holesky-consensus", - "package_revision": "satoshilabs-1", - "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", - "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", - "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", - "exclude_files": [], - "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --holesky --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17516 --rpc-port=17517 --monitoring-port=17518 --p2p-tcp-port=13516 --p2p-udp-port=12516 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_holesky/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", - "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://github.com/eth-clients/holesky/raw/main/metadata/genesis.ssz -O {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz", - "service_type": "simple", - "service_additional_params_template": "", - "protect_memory": true, - "mainnet": false, - "server_config_file": "", - "client_config_file": "", - "platforms": { - "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" - } - } - }, - "meta": { - "package_maintainer": "IT", - "package_maintainer_email": "it@satoshilabs.com" - } -} \ No newline at end of file diff --git a/configs/coins/ethereum_testnet_hoodi_archive_consensus.json b/configs/coins/ethereum_testnet_hoodi_archive_consensus.json index ea3c871d..2530ac6e 100644 --- a/configs/coins/ethereum_testnet_hoodi_archive_consensus.json +++ b/configs/coins/ethereum_testnet_hoodi_archive_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-hoodi-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", + "version": "6.1.0", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-amd64", "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", + "verification_source": "c5c46ecfe4cc45acdcf087edf5108c529ad2b3fc5f17d407b426a10e595fca3f", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --hoodi --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17526 --rpc-port=17527 --monitoring-port=17528 --p2p-tcp-port=13626 --p2p-udp-port=12626 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_hoodi_archive/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-arm64", + "verification_source": "9bafddd4a2bdfc0ebf9f7531b9ed22df590e486ecbd1507ac866d8bfb3ca6896" } } }, @@ -49,4 +49,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} +} \ No newline at end of file diff --git a/configs/coins/ethereum_testnet_hoodi_consensus.json b/configs/coins/ethereum_testnet_hoodi_consensus.json index a9e547e6..5d0f5307 100644 --- a/configs/coins/ethereum_testnet_hoodi_consensus.json +++ b/configs/coins/ethereum_testnet_hoodi_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-hoodi-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", + "version": "6.1.0", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-amd64", "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", + "verification_source": "c5c46ecfe4cc45acdcf087edf5108c529ad2b3fc5f17d407b426a10e595fca3f", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --hoodi --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17506 --rpc-port=17507 --monitoring-port=17508 --p2p-tcp-port=13506 --p2p-udp-port=12506 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_hoodi/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-arm64", + "verification_source": "9bafddd4a2bdfc0ebf9f7531b9ed22df590e486ecbd1507ac866d8bfb3ca6896" } } }, @@ -49,4 +49,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} +} \ No newline at end of file diff --git a/configs/coins/ethereum_testnet_sepolia_archive_consensus.json b/configs/coins/ethereum_testnet_sepolia_archive_consensus.json index 57f28b41..5409b869 100644 --- a/configs/coins/ethereum_testnet_sepolia_archive_consensus.json +++ b/configs/coins/ethereum_testnet_sepolia_archive_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-sepolia-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", + "version": "6.1.0", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-amd64", "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", + "verification_source": "c5c46ecfe4cc45acdcf087edf5108c529ad2b3fc5f17d407b426a10e595fca3f", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --sepolia --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17586 --rpc-port=17587 --monitoring-port=17548 --p2p-tcp-port=13676 --p2p-udp-port=12676 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_sepolia_archive/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-arm64", + "verification_source": "9bafddd4a2bdfc0ebf9f7531b9ed22df590e486ecbd1507ac866d8bfb3ca6896" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia_consensus.json b/configs/coins/ethereum_testnet_sepolia_consensus.json index 54de2069..ca2ba72e 100644 --- a/configs/coins/ethereum_testnet_sepolia_consensus.json +++ b/configs/coins/ethereum_testnet_sepolia_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-sepolia-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.4", - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64", + "version": "6.1.0", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-amd64", "verification_type": "sha256", - "verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e", + "verification_source": "c5c46ecfe4cc45acdcf087edf5108c529ad2b3fc5f17d407b426a10e595fca3f", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --sepolia --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17576 --rpc-port=17577 --monitoring-port=17578 --p2p-tcp-port=13576 --p2p-udp-port=12576 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_sepolia/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64", - "verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.1.0/beacon-chain-v6.1.0-linux-arm64", + "verification_source": "9bafddd4a2bdfc0ebf9f7531b9ed22df590e486ecbd1507ac866d8bfb3ca6896" } } },