ethereum/go-ethereum

Geth should handle genesis block with default syncmode

Open

#28,222 建立於 2023年9月28日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Go (51,042 star) (21,913 fork)batch import
help wantedtype:bug

描述

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

貢獻者指南