Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Config and NetworkResources #16

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Removed Config and NetworkResources #16

wants to merge 1 commit into from

Conversation

jclapis
Copy link
Member

@jclapis jclapis commented Jul 11, 2024

One of the things we need to do is move Resources away from being a hardcoded construct and make it loadable on-disk. This prepares for that by removing it as an entity that the NMC config owns, and instead defers it to the downstream node implementer to provide. The implications to NMC itself are small, but there are larger ones for downstream projects like the Smart Node that need to be changed to fit this paradigm.

The actual implementation of loading / providing Resources via custom structs or loading from disk will come soon; if you prefer we can wait for that before merging this PR and I'll just point to the commit directly for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant