You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Network is stuck if followers are launched before leader as they don't receive the discovery requests (which is used by the leader to guage the network height)
This only happens at genesis (before first connect). So, I realized this is just a consequence of setup testnet and now the leader's bootnodes is empty. There's also a minor bug where if the bootnode connect fails (which is what is happening on validator that starts first), it is not added to the address book AFAICT.
Version / Commit
v0.10.0 (prerelease)
Operating System
any
Configuration
./kwild setup testnet -v 2
Expected Behavior
order of bring up shouldn't matter
Actual Behavior
Network is stuck if followers are launched before leader as they don't receive the discovery requests (which is used by the leader to guage the network height)
Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: