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 has been archived by the owner on Jan 22, 2025. It is now read-only.
// Prefer the entrypoint's RPC service it it has one, otherwise pick the first RPC
// service found
Instead of picking the first address found:
Select a random address from the list found
If that random address does not respond, try another one until success
Some of the RPC ports validators publish are not accessible, and if the first address found is one those then a booting validator could get stuck for days
The text was updated successfully, but these errors were encountered:
solana/validator/src/main.rs
Lines 220 to 221 in 2d08ddd
Instead of picking the first address found:
Some of the RPC ports validators publish are not accessible, and if the first address found is one those then a booting validator could get stuck for days
The text was updated successfully, but these errors were encountered: