File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ const (
55
55
chainUpgradeFileName = "upgrade"
56
56
subnetConfigFileExt = ".json"
57
57
58
+ authDeprecationMsg = "Auth API is deprecated"
58
59
ipcDeprecationMsg = "IPC API is deprecated"
59
60
keystoreDeprecationMsg = "keystore API is deprecated"
60
61
acceptedFrontierGossipDeprecationMsg = "push-based accepted frontier gossip is deprecated"
66
67
// TODO: deprecate "BootstrapIDsKey" and "BootstrapIPsKey"
67
68
commitThresholdDeprecationMsg = fmt .Sprintf ("use --%s instead" , SnowCommitThresholdKey )
68
69
deprecatedKeys = map [string ]string {
70
+ APIAuthRequiredKey : authDeprecationMsg ,
71
+ APIAuthPasswordKey : authDeprecationMsg ,
72
+ APIAuthPasswordFileKey : authDeprecationMsg ,
73
+
69
74
IpcAPIEnabledKey : ipcDeprecationMsg ,
70
75
IpcsChainIDsKey : ipcDeprecationMsg ,
71
76
IpcsPathKey : ipcDeprecationMsg ,
You can’t perform that action at this time.
0 commit comments