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
feat: prevent RPC from being enabled on seed nodes
Add validation to ensure that seed nodes cannot have RPC enabled, following ADR-052 guidelines. Return specific error if `rpc.laddr` is set for seed nodes.
returnfmt.Errorf("seed nodes cannot have RPC enabled (rpc.laddr=\"%s\") as per ADR-052. Set rpc.laddr=\"\" to disable RPC on seed nodes", n.config.RPC.ListenAddress)
0 commit comments