status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
503 stars 210 forks source link

Require flag when resuming from past-weak-subjectivity database / genesis #6306

Closed arnetheduck closed 2 weeks ago

arnetheduck commented 1 month ago

This proposal introduces a new flag, --long-range-sync, that takes effect whenever the most recent state in the database (or genesis, if no database) is older than the weak subjectivity period and no trusted pivot point is given:

tersec commented 2 weeks ago

https://github.com/status-im/nimbus-eth2/pull/6361