stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 667 forks source link

[Nakamoto] chains coordinator may not begin Nakamoto processing #5115

Closed jcnelson closed 3 weeks ago

jcnelson commented 1 month ago

It came to my attention that in some cases, a node booting up from 2.5 to 3.0 can get stuck. It will download 3.0 blocks, but never process them. Some sleuthing indicated that the chains coordinator never begins running its 3.0 code paths. This is a release-blocker until we can get this fixed, since it prevents booting a node from genesis into Nakamoto.

jcnelson commented 3 weeks ago

Fixed by #5121