Skip to content

Commit

Permalink
Fresh Reth prune keeps all receipts (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Oct 5, 2024
1 parent 4f6d1f2 commit 61e9f6d
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions reth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,42 +106,6 @@ distance = 10064
[prune.segments.storage_history]
distance = 10064
EOF
case "${NETWORK}" in
mainnet)
echo "Configuring Reth pruning to include RocketPool, SSV and StakeWise contracts"
cat <<EOF >> /var/lib/reth/reth.toml
[prune.segments.receipts_log_filter.0x00000000219ab540356cBB839Cbe05303d7705Fa]
before = 0
[prune.segments.receipts_log_filter.0xDD9BC35aE942eF0cFa76930954a156B3fF30a4E1]
before = 0
[prune.segments.receipts_log_filter.0xEE4d2A71cF479e0D3d0c3c2C923dbfEB57E73111]
before = 0
[prune.segments.receipts_log_filter.0x6B5815467da09DaA7DC83Db21c9239d98Bb487b5]
before = 0
EOF
;;
holesky)
echo "Configuring Reth pruning to include RocketPool, SSV and StakeWise contracts"
cat <<EOF >> /var/lib/reth/reth.toml
[prune.segments.receipts_log_filter.0x4242424242424242424242424242424242424242]
before = 0
[prune.segments.receipts_log_filter.0x38A4794cCEd47d3baf7370CcC43B560D3a1beEFA]
before = 0
[prune.segments.receipts_log_filter.0x9D210F9169bc6Cf49152F21A57A446bCcaA87b33]
before = 0
[prune.segments.receipts_log_filter.0xB580799Bf7d62721D1a523f0FDF2f5Ed7BA4e259]
before = 0
EOF
;;
esac
fi
fi

Expand Down

0 comments on commit 61e9f6d

Please sign in to comment.