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
The current behavior: config overrides are resolved first and then merged into the network config. This approach can be hard to reason about, potentially confusing for users, and can lead to issues when resolving fields that depend on one another.
Proposed solution: store the user config in the HRE (similar to v2), merge the overrides into the user config, and then re-resolve it. This simplifies the code and also ensures proper resolution of interdependent fields.
The text was updated successfully, but these errors were encountered:
The current behavior: config overrides are resolved first and then merged into the network config. This approach can be hard to reason about, potentially confusing for users, and can lead to issues when resolving fields that depend on one another.
Proposed solution: store the user config in the HRE (similar to v2), merge the overrides into the user config, and then re-resolve it. This simplifies the code and also ensures proper resolution of interdependent fields.
The text was updated successfully, but these errors were encountered: