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
PasswordFilestring`yaml:"PasswordFile" env:"PASSWORD_FILE" env-description:"Password for operator private key file decryption"`
61
63
}
62
64
65
+
typeMessageValidationstruct {
66
+
VerifySignaturesbool`yaml:"VerifySignatures" env:"MESSAGE_VALIDATION_VERIFY_SIGNATURES" env-default:"false" env-description:"Experimental feature to verify signatures in pubsub's message validation instead of in consensus protocol."`
67
+
}
68
+
63
69
typeconfigstruct {
64
70
global_config.GlobalConfig`yaml:"global"`
65
71
DBOptions basedb.Options`yaml:"db"`
@@ -72,13 +78,11 @@ type config struct {
72
78
MetricsAPIPortint`yaml:"MetricsAPIPort" env:"METRICS_API_PORT" env-description:"Port to listen on for the metrics API."`
73
79
EnableProfilebool`yaml:"EnableProfile" env:"ENABLE_PROFILE" env-description:"flag that indicates whether go profiling tools are enabled"`
74
80
NetworkPrivateKeystring`yaml:"NetworkPrivateKey" env:"NETWORK_PRIVATE_KEY" env-description:"private key for network identity"`
75
-
76
-
WsAPIPortint`yaml:"WebSocketAPIPort" env:"WS_API_PORT" env-description:"Port to listen on for the websocket API."`
77
-
WithPingbool`yaml:"WithPing" env:"WITH_PING" env-description:"Whether to send websocket ping messages'"`
78
-
79
-
SSVAPIPortint`yaml:"SSVAPIPort" env:"SSV_API_PORT" env-description:"Port to listen on for the SSV API."`
80
-
81
-
LocalEventsPathstring`yaml:"LocalEventsPath" env:"EVENTS_PATH" env-description:"path to local events"`
81
+
WsAPIPortint`yaml:"WebSocketAPIPort" env:"WS_API_PORT" env-description:"Port to listen on for the websocket API."`
82
+
WithPingbool`yaml:"WithPing" env:"WITH_PING" env-description:"Whether to send websocket ping messages'"`
83
+
SSVAPIPortint`yaml:"SSVAPIPort" env:"SSV_API_PORT" env-description:"Port to listen on for the SSV API."`
84
+
LocalEventsPathstring`yaml:"LocalEventsPath" env:"EVENTS_PATH" env-description:"path to local events"`
0 commit comments