Skip to content

Commit

Permalink
Merge pull request #2251 from opentensor/feat/opendansor/chk
Browse files Browse the repository at this point in the history
Child Hotkey refactor
  • Loading branch information
opendansor authored Aug 28, 2024
2 parents 0e0d0d5 + 7ee01fd commit cf1d05f
Show file tree
Hide file tree
Showing 11 changed files with 1,165 additions and 234 deletions.
4 changes: 4 additions & 0 deletions bittensor/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
SetChildrenCommand,
GetChildrenCommand,
RevokeChildrenCommand,
SetChildKeyTakeCommand,
GetChildKeyTakeCommand,
)

# Create a console instance for CLI display.
Expand Down Expand Up @@ -175,6 +177,8 @@
"get_children": GetChildrenCommand,
"set_children": SetChildrenCommand,
"revoke_children": RevokeChildrenCommand,
"set_childkey_take": SetChildKeyTakeCommand,
"get_childkey_take": GetChildKeyTakeCommand,
},
},
"weights": {
Expand Down
2 changes: 2 additions & 0 deletions bittensor/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
StakeShow,
SetChildrenCommand,
GetChildrenCommand,
SetChildKeyTakeCommand,
GetChildKeyTakeCommand,
)
from .unstake import UnStakeCommand, RevokeChildrenCommand
from .overview import OverviewCommand
Expand Down
Loading

0 comments on commit cf1d05f

Please sign in to comment.