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
This PR adds `// Deprecated` in [`pkg/settings/cresettings/settings.go`](https://github.com/smartcontractkit/chainlink-common/blob/main/pkg/settings/cresettings/settings.go).
41
+
42
+
If the deprecated field is being replaced by a new one, then a smooth deployment migration requires:
43
+
44
+
1. Before deploying the code, any overridden values on the old field must be duplicated to the new field.
45
+
2. Old field overrides must remain in-place and kept in-sync until all nodes are migrated.
0 commit comments