Merged
Conversation
…sue-with-claim-type
…calls Fix/speed issue with network calls
…e-move fix: resolve proxy address for stake queries in move/transfer/swap and sudo trim
…ow-versions Bumps workflow versions, uses permission in release
* fix: remove unused --hotkey option and split inspect into two tables Remove the regressed --hotkey parameter from wallet inspect command and split the single 9-column table into two focused tables: a Coldkey Overview table and a Hotkey Details table. - Remove wallet_hotkey parameter from wallet_inspect signature - Update help text to reflect coldkey-only wallet display - Refactor inspect output into separate coldkey and hotkey tables - Extract helper functions for delegate/neuron row generation - Add unit tests for all new helper functions - Remove unused itertools import Fixes #233 * fix: address review — add ss58 option, fix alpha symbols, re-enable command - Remove early exit that disabled inspect on rao network - Add --ss58-address option so users can inspect any coldkey without a local wallet file (read-only, no extrinsics) - Fix hotkey details table to show subnet alpha symbols instead of tao symbol by calling Balance.set_unit(netuid) - Refactor inspect() to work with SS58 addresses directly, decoupling data fetching from wallet file existence Verified get_delegated in subtensor_interface.py — the method signature and return type match upstream (main and staging). No data structure update needed. * Typing and backwards compatibility * Ruff * fix subtensor init * use new identities * update tests --------- Co-authored-by: Nicknamess96 <n.zuddas96@gmail.com> Co-authored-by: ibraheem-latent <i@latent.to>
fix: error handling in wallet_create() and new_coldkey()
…king/better-move-interactivity
* Consolidate text fixtures in one place * Adds more tests * Adds more tests * Ruff * Update contributing guide * More reuse
Co-authored-by: Ibraheem <165814940+ibraheem-abe@users.noreply.github.com>
Co-authored-by: Ibraheem <165814940+ibraheem-abe@users.noreply.github.com> Co-authored-by: BD Himes <37844818+thewhaleking@users.noreply.github.com>
…interactivity Better st move interactivity
Changelog + version
basfroman
approved these changes
Apr 2, 2026
ibraheem-abe
approved these changes
Apr 2, 2026
This file contains hidden or 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
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.
What's Changed
New Contributors
Full Changelog: v9.20.0...v9.20.1