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

Allow setting specific indexes and sub-properties of a specific index in slices #192

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

cmmarslender
Copy link
Contributor

@cmmarslender cmmarslender commented Jan 28, 2025

Allow of the following cases of editing a config via a slice index should now be supported (not an exhaustive list, but an example of the types of values that can be set via a specific index)

chia.full_node.full_node_peers.0 = {host: hostname, port: 9444}

chia.full_node.full_node_peers.0.host = hostname
chia.full_node.full_node_peers.0.port = 58444

chia.seeder.static_peers.0 = hostname

@cmmarslender cmmarslender merged commit 92c1100 into main Jan 29, 2025
7 checks passed
@cmmarslender cmmarslender deleted the allow-setting-specific-index branch January 29, 2025 00:06
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.

2 participants