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
Refine --custom-spec-support flag help text and connection plumbing
- Reword the --custom-spec-support help string to match the register of
neighboring flag descriptions and disclose that it is currently honoured
only by the 'validator exit' command.
- Add a doc comment to the exported ConnectOpts type.
- Replace the adjacent positional booleans in connectToBeaconNode with a
named-field beaconNodeConnection struct so the three call sites are
self-documenting; the mainnet fallback's forced allowInsecure is now
explicit at the call site.
Behaviour-preserving cleanup; no functional change to the feature.
RootCmd.PersistentFlags().Bool("custom-spec-support", false, "use dynamic SSZ to support non-mainnet presets (e.g. Gnosis); slower than the static decoder")
256
+
RootCmd.PersistentFlags().Bool("custom-spec-support", false, "use dynamic SSZ decoding for non-mainnet presets such as Gnosis (slower; currently honoured only by 'validator exit')")
0 commit comments