near / nearcore

Reference client for NEAR Protocol
https://near.org
GNU General Public License v3.0
2.31k stars 619 forks source link

[Forknet][BUG] state-dumper nodes cannot start when forknet is initialized with congestion control #11694

Closed VanBarbascu closed 1 month ago

VanBarbascu commented 3 months ago

Reported in Zulip

This currently blocks the setup of a new forknet on with protocol version >= 81

wacban commented 2 months ago

I think this issue will be fixed by #11724. That being said it won't fix it retroactively, we will need to restart the dumper from genesis in order for it to cache the congestion info. From this point onwards it should work. Let's wait for this PR to be merged and then we can try again.

VanBarbascu commented 1 month ago

FIxed! Thanks @wacban