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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
At the moment, the authority-discovery code publishes records of the local node if it is a validator in the current session.
The problem with that is that, when a validator enters the validator set, it will take a couple of minutes for it to be discoverable on the DHT.
The good news is that we already know, during each session, what the validators of the next session are going to be.
The authority-discovery module should be modified to start publishing records if our node is a validator of the next session as well.