-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release/8.3.0 #219
Merged
Merged
Release/8.3.0 #219
Conversation
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
…e-incorrect-pw Better handle incorrect password
Pow register fix
* Adds `--all` flag to transfer * Conflict * Adds check for -ve balance * Uses print_error --------- Co-authored-by: ibraheem-opentensor <[email protected]>
* Use correct dict key * Clean up error handling for main CLI. Add KeyboardInterrupt. * Race conditions for metadata set. * CLI error handling cleanup * Change error description output in format_error_message to use single quotes instead of backticks for easier formatting when pasting error. * Fix taostats link * Updates set-id tests * Adds config missing values * Updates set-id test * Fix sudo set. * Fix no-prompt on confirmation for unstake --------- Co-authored-by: ibraheem-opentensor <[email protected]>
Handles decoding of null neuron lite results.
Fix cuda pow registration
…ting Adds confirmation after each successful regen
* Removes prompts for wallet path * Improves colour * Tweak * Fixes subnet create requiring hotkey
…tions for stake add and stake remove
…mes-in-stake-add-remove Support hotkey names for include/exclude in st add/remove
Adds subvortex network
* Added all prompt options.
thewhaleking
previously approved these changes
Nov 6, 2024
roman-opentensor
approved these changes
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
8.3.0 /2024-11-06
What's Changed
--all
flag to transfer by @thewhaleking in Adds--all
flag to transfer #181do_transfer
, we check the balance with coldkeypub.ss58, but then retrieve it from the dict with coldkey.ss58. Resolve this. by @thewhaleking in Various fixes #199Full Changelog: v8.2.0...v8.3.0