From 211b4526d9f4aff5f87ef5d928ee85d6d22e4bfd Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:16:54 +0100 Subject: [PATCH] deepseek hallucinations removed --- ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml | 7 +------ ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml | 7 +------ ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml index fae46949..b593ecb9 100644 --- a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml @@ -60,13 +60,8 @@ services: "--p2p-udp-port=15993", "--checkpoint-sync-url=https://holesky.beaconstate.info", "--execution-endpoint=http://ethereum-holesky:8551", - "--prune-every=50", - "--prune-threshold=0.2", - "--slots-per-archive-point=1024", "--enable-historical-state-representation=false", - "--disable-batch-builder", - "--minimum-peers=10", - "--prune-block-roots", + "--beacon-db-pruning", "--accept-terms-of-use" ] networks: diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 76ca7975..d6024481 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -60,13 +60,8 @@ services: "--p2p-udp-port=15023", "--checkpoint-sync-url=https://sync-mainnet.beaconcha.in", "--execution-endpoint=http://ethereum-mainnet:8551", - "--prune-every=50", - "--prune-threshold=0.2", - "--slots-per-archive-point=1024", "--enable-historical-state-representation=false", - "--disable-batch-builder", - "--minimum-peers=10", - "--prune-block-roots", + "--beacon-db-pruning", "--accept-terms-of-use" ] networks: diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index 1af0888a..aca4d3a3 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -60,13 +60,8 @@ services: "--p2p-udp-port=15710", "--checkpoint-sync-url=https://sepolia.beaconstate.info", "--execution-endpoint=http://ethereum-sepolia:8551", - "--prune-every=50", - "--prune-threshold=0.2", - "--slots-per-archive-point=1024", "--enable-historical-state-representation=false", - "--disable-batch-builder", - "--minimum-peers=10", - "--prune-block-roots", + "--beacon-db-pruning", "--accept-terms-of-use" ] networks: