ethereum/go-ethereum

Geth should handle genesis block with default syncmode

开放

#28,222 创建于 2023年9月28日

 (5 条评论) (0 个反应) (0 位负责人)Go (21,913 个派生)batch import
help wantedtype:bug

仓库指标

星标
 (51,042 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南