Skip to content

Commit 50d23e4

Browse files
authored
Update min Geth version for stable history expiry (#2207)
1 parent 248f2f4 commit 50d23e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,8 +2383,8 @@ prune-history() {
23832383
case "${__value}" in
23842384
*geth.yml* )
23852385
__client="Geth"
2386-
__min_ver="master / latest"
2387-
__extra_msg="To prune pre-merge history, a full resync is required, which should take 6-8 hours.\nYou can use https://rescuenode.com to keep attesting during resync."
2386+
__min_ver="v1.16.0"
2387+
__extra_msg="Pre-merge history can be pruned by Geth without requiring a full resync. You can observe pruning with \"./ethd logs -f execution\"."
23882388
__prune_marker="/var/lib/geth/prune-marker"
23892389
;;
23902390
*nimbus-el.yml* )

0 commit comments

Comments
 (0)