-
Notifications
You must be signed in to change notification settings - Fork 61
Release/9.15.3 #715
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
Merged
Merged
Release/9.15.3 #715
+110
−69
Conversation
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
fix missing classifiers, migrate to flit
…vortex Removes subvortex as the project is gone.
Add max_width constraints to all table columns in the stake move display to prevent the table from extending beyond terminal width. This fixes issue #516 where the table was too wide to display properly, especially on systems with narrower terminal windows. Changes: - Added max_width parameters to all 9 table columns - Constrained hotkey columns to 15 characters (already truncated in display) - Set reasonable widths for amount, rate, fee columns - Table now fits within standard terminal width (80-120 chars) Closes #516
… at the end of running cmds
…ixes Small Bug Fixes
docs: fix typos in some files
Fix table width visual bug in stake move command
Changelog + version
Fix: Decode account id in `btcli swap-check`
Update changelog
ibraheem-abe
approved these changes
Nov 17, 2025
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.
9.15.3 /2025-11-17
What's Changed
btcli swap-checkby @ibraheem-abe in Fix: Decode account id inbtcli swap-check#714New Contributors
Full Changelog: v9.15.2...v9.15.3