|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 9.17.0 /2025-12-22 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* feat: add cli for axon set and reset by @Mobile-Crest in https://github.com/opentensor/btcli/pull/726 |
| 7 | +* json console and tests by @thewhaleking in https://github.com/opentensor/btcli/pull/744 |
| 8 | +* Consolidates the `--coldkey-ss58` param into a predefined Option. by @thewhaleking in https://github.com/opentensor/btcli/pull/750 |
| 9 | +* Testing: Disables non fast blocks for hyperparam by @ibraheem-abe in https://github.com/opentensor/btcli/pull/755 |
| 10 | +* Feat: Improve Subnet Hyperparameters cmd #607 by @SmartDever02 in https://github.com/opentensor/btcli/pull/746 |
| 11 | +* feat: show weights difference when setting root weights by @MkDev11 in https://github.com/opentensor/btcli/pull/747 |
| 12 | +* Feat/Add `--no` flag to auto-decline confirmation prompts 194 by @MkDev11 in https://github.com/opentensor/btcli/pull/748 |
| 13 | +* Improve subnets register command and error message by @Mobile-Crest in https://github.com/opentensor/btcli/pull/754 |
| 14 | +* fix: resolve SQL syntax error in ProxyAnnouncements and improve event loop by @leonace924 in https://github.com/opentensor/btcli/pull/769 |
| 15 | +* pr fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/768 |
| 16 | +* Account for 0x-prepended call hashes by @thewhaleking in https://github.com/opentensor/btcli/pull/772 |
| 17 | +* Unit test fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/775 |
| 18 | +* fix: remove unused --hotkey option from wallet inspect command by @calm329 in https://github.com/opentensor/btcli/pull/770 |
| 19 | +* Fix: update the err_console.print to print_error to make consistency in error printing with cross mark by @leonace924 in https://github.com/opentensor/btcli/pull/778 |
| 20 | +* Feat: Safe staking in swap_stake by @ibraheem-abe in https://github.com/opentensor/btcli/pull/779 |
| 21 | +* proxy execute improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/774 |
| 22 | +* Adds CONTRIBUTING guide by @thewhaleking in https://github.com/opentensor/btcli/pull/777 |
| 23 | + |
| 24 | +## New Contributors |
| 25 | +* @Mobile-Crest made their first contribution in https://github.com/opentensor/btcli/pull/726 |
| 26 | +* @SmartDever02 made their first contribution in https://github.com/opentensor/btcli/pull/746 |
| 27 | +* @MkDev11 made their first contribution in https://github.com/opentensor/btcli/pull/747 |
| 28 | +* @leonace924 made their first contribution in https://github.com/opentensor/btcli/pull/769 |
| 29 | +* @calm329 made their first contribution in https://github.com/opentensor/btcli/pull/770 |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.16.0...v9.17.0 |
| 32 | + |
3 | 33 | ## 9.16.0 /2025-12-09 |
4 | 34 |
|
5 | 35 | ## What's Changed |
|
0 commit comments