You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
1
# Changelog
2
+
## 9.14.1 /2025-10-23
3
+
* Updates kappa to root sudo only in-line with devnet-ready by @thewhaleking in https://github.com/opentensor/btcli/pull/668
4
+
* Adds additional warnings for move vs transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/672
5
+
* Childkey take was incorrectly labeled. by @thewhaleking in https://github.com/opentensor/btcli/pull/669
6
+
* Updates the help text of crownloan refund by @thewhaleking in https://github.com/opentensor/btcli/pull/674
7
+
* Add a warn flag when --netuid 0 is used for btcli hotkey swap by @nstankov-stkd in https://github.com/opentensor/btcli/pull/666
8
+
* Add warning and confirmation for `wallet swap_hotkey --netuid 0` to prevent accidental misuse. Using `--netuid 0` only swaps the hotkey on the root network (netuid 0) and does NOT move child hotkey delegation mappings. This is not a full swap across all subnets. Updated documentation and added comprehensive unit tests to clarify proper usage.
9
+
* Edge case bug fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/675
10
+
* Adds wallet balance sorting by @thewhaleking in https://github.com/opentensor/btcli/pull/676
11
+
12
+
## New Contributors
13
+
*@nstankov-stkd made their first contribution in https://github.com/opentensor/btcli/pull/666
0 commit comments