-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `root list` working * Fixed help output * Fixed help output * Fixed the way config for network/chain is handled. * [WIP] Check-in. Pausing on setting weights until I determine whether we're doing the metagraph approach still. * Root get-weights * Circular import temp fix. * Added root boost command. Not finished as I need to confirm the use of metagraph on it. * Ruff * Root boost and root set-weights. * Code cleanup. * Code cleanup. * Feedback from PR #1 * Feedback from PR #1. Docstrings mostly. * Final PR #1 suggestions I will be implementing. * In the arena, trying things. * Boost and Slash created with new logic to parse old weights. Confirming this logic is correct in Discord. * Senate vote added * Added `root senate` command. * Root register command. * Root proposals * Root `set-take` * Root `set-delegate` * Root `undelegate-stake` * Docstring. * [WIP] Check-in * [WIP] Check-in * Root `my-delegates` * Root `list-delegates` * Root `nominate`, made extrinsics more general for signing and such. * Ruff and Mypy * Ruff and Mypy * [WIP] Initial Commit for stake commands. * `stake show` command working. * Root commands (#3) * `root list` working * Fixed help output * Fixed help output * Fixed the way config for network/chain is handled. * [WIP] Check-in. Pausing on setting weights until I determine whether we're doing the metagraph approach still. * Root get-weights * Circular import temp fix. * Added root boost command. Not finished as I need to confirm the use of metagraph on it. * Ruff * Root boost and root set-weights. * Code cleanup. * Code cleanup. * Feedback from PR #1 * Feedback from PR #1. Docstrings mostly. * Final PR #1 suggestions I will be implementing. * In the arena, trying things. * Boost and Slash created with new logic to parse old weights. Confirming this logic is correct in Discord. * Senate vote added * Added `root senate` command. * Root register command. * Root proposals * Root `set-take` * Root `set-delegate` * Root `undelegate-stake` * Docstring. * [WIP] Check-in * [WIP] Check-in * Root `my-delegates` * Root `list-delegates` * Root `nominate`, made extrinsics more general for signing and such. * Ruff and Mypy * Ruff and Mypy * Corrected type registry change. * `stake show` command working. * `stake get-children` command * `stake set-children` command * Added commands to stake_app * Exception handling and printing. * Close subtensor. * Added TODOs * Fixed the list options in CLI. Began adding stake command. * Update requirements.txt to use SSH instead of HTTPS for easier cloning * Fixed interactive prompting and mypy issues. * Fixed interactive prompting and mypy issues. * Removed _take_extrinsic logic to the subtensor.sign_and_send_extrinsic method. Added the actual logic for doing the `root set-weights` command to its respective CLI command. * Mypy * `stake add` command * Fixed vecu8 * `stake show` command * PR Feedback — added docstrings.
- Loading branch information
1 parent
0f27e30
commit a0e02ec
Showing
8 changed files
with
2,189 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.