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

Feat/distributed state/childkey updates #2134

Closed

Conversation

distributedstatemachine
Copy link
Collaborator

Description

This PR

@distributedstatemachine distributedstatemachine changed the base branch from master to feature/opendansor/child_hotkeys July 15, 2024 13:16
@distributedstatemachine distributedstatemachine marked this pull request as draft July 15, 2024 13:45
success, message = subtensor.revoke_children(
# Get current children
current_children = subtensor.get_children_info(netuid=netuid)
if (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More of a suggestion; it might be better to write this if condition as:
if not current_children or not current_children.get(cli.config.hotkey, False):

Base automatically changed from feature/opendansor/child_hotkeys to staging August 9, 2024 20:57
@thewhaleking thewhaleking deleted the feat/distributed_state/childkey_updates branch December 3, 2024 22:22
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.

5 participants