Skip to content

Commit db3fd54

Browse files
Disable blobs in EL (#376)
Co-authored-by: Diogo Santos <[email protected]>
1 parent 00bf008 commit db3fd54

File tree

5 files changed

+3
-16
lines changed

5 files changed

+3
-16
lines changed

.env.sample.holesky

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ BUILDER_API_ENABLED=true
5252
# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
5353
#RETH_VERSION=
5454

55-
# Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
56-
#NETHERMIND_ANCIENT_BODIES_BARRIER=
57-
#NETHERMIND_ANCIENT_RECEIPTS_BARRIER=
58-
5955
######### Consensus Layer Config #########
6056

6157
# CL beacon node host exposed ports.

.env.sample.hoodi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ BUILDER_API_ENABLED=true
5252
# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
5353
#RETH_VERSION=
5454

55-
# Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
56-
#NETHERMIND_ANCIENT_BODIES_BARRIER=
57-
#NETHERMIND_ANCIENT_RECEIPTS_BARRIER=
58-
5955
######### Consensus Layer Config #########
6056

6157
# CL beacon node host exposed ports.

.env.sample.mainnet

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ BUILDER_API_ENABLED=true
5252
# See available tags https://github.com/paradigmxyz/reth/pkgs/container/reth
5353
#RETH_VERSION=
5454

55-
# Nethermind ancient barrier allows you to specify how many old block bodies and receipts you want to store.
56-
#NETHERMIND_ANCIENT_BODIES_BARRIER=
57-
#NETHERMIND_ANCIENT_RECEIPTS_BARRIER=
58-
5955
######### Consensus Layer Config #########
6056

6157
# CL beacon node host exposed ports.

compose-el.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ services:
3333
--Metrics.Enabled=true
3434
--Metrics.ExposePort=8008
3535
--Sync.SnapSync=true
36-
--Sync.AncientBodiesBarrier=4367322
37-
--Sync.AncientReceiptsBarrier=4367322
36+
--History.Pruning=Rolling
3837
networks: [dvnode]
3938
volumes:
4039
- ./data/nethermind:/nethermind/data
@@ -59,6 +58,7 @@ services:
5958
- "promtail-monitored=${EL_RETH_PROMTAIL_MONITORED:-true}"
6059
command: |
6160
node
61+
--full
6262
--chain=${NETWORK}
6363
--datadir=/reth/data
6464
--authrpc.jwtsecret="/root/jwt/jwt.hex"

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ services:
3232
--JsonRpc.Port=8545
3333
--Metrics.Enabled=true
3434
--Metrics.ExposePort=8008
35-
--Sync.AncientBodiesBarrier=${NETHERMIND_ANCIENT_BODIES_BARRIER:-0}
36-
--Sync.AncientReceiptsBarrier=${NETHERMIND_ANCIENT_RECEIPTS_BARRIER:-0}
3735
--Sync.SnapSync=true
36+
--History.Pruning=Rolling
3837
networks: [dvnode]
3938
volumes:
4039
- ./data/nethermind:/nethermind/data

0 commit comments

Comments
 (0)