ethereum/go-ethereum

Geth should handle genesis block with default syncmode

Offen

#28.222 geöffnet am 28.09.2023

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (21.913 Forks)batch import
help wantedtype:bug

Repository-Metriken

Stars
 (51.042 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

System information

Geth version: v1.13.2

Expected behaviour

When running without specifying --syncmode=full (i.e. the default i.e. snap sync) geth should transition to full sync automatically for pre-genesis / genesis blocks.

Actual behaviour

Geth doesn't import the 1st block:

Ignoring payload while snap syncing number=1

Steps to reproduce the behaviour

Run geth without --syncmode=full on a new network

Contributor Guide