arc reth: --full only for pruned/minimal; archive keeps full history

Mirror vanilla reth.yml's client_command_dbopts ({{ '- --full' if db_type in
['pruned','minimal'] else '' }}): the arc execution client now omits --full for the
archive variant (full history) and keeps it for pruned/minimal. Previously --full was
hardcoded so both variants ran identical pruned-sync flags.
This commit is contained in:
2026-06-29 14:56:31 +00:00
parent e97a63832d
commit 9fa0917326

View File

@@ -84,7 +84,6 @@ services:
- --datadir=/data/execution - --datadir=/data/execution
- --disable-discovery - --disable-discovery
- --enable-arc-rpc - --enable-arc-rpc
- --full
- --http - --http
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,txpool,trace,debug - --http.api=eth,net,web3,txpool,trace,debug