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

[Network] Inventory cache incoherency #5249

Closed jcnelson closed 1 day ago

jcnelson commented 1 week ago

For reasons that are not yet clear to me, nodes' cached tenure data will eventually become inconsistent with tenures stored in the Nakamoto chain state. This, in turn, causes them to produce invalid NakamotoInv messages, which prevents downstream peers from finding and downloading tenures.

jcnelson commented 1 day ago

Fixed by #5253