ethereum/go-ethereum

Geth should handle genesis block with default syncmode

Open

#28 222 ouverte le 28 sept. 2023

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Go (21 913 forks)batch import
help wantedtype:bug

Métriques du dépôt

Stars
 (51 042 stars)
Métriques de merge PR
 (Merge moyen 21j 10h) (82 PRs mergées en 30 j)

Description

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

Guide contributeur