|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 9.19.0 /2026-03-02 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* fix: JSON output empty for `btcli subnets list --json-out` command by @GlobalStar117 in https://github.com/opentensor/btcli/pull/800 |
| 7 | +* fix: disable wallet history command due to external API deprecation by @jose-blockchain in https://github.com/opentensor/btcli/pull/811 |
| 8 | +* Reusable `create_table()` Utility for Consistent Table Styling by @eureka928 in https://github.com/opentensor/btcli/pull/790 |
| 9 | +* fix: replace broad exception catches with specific exception types by @Achieve3318 in https://github.com/opentensor/btcli/pull/773 |
| 10 | +* Improve disk caching by @thewhaleking in https://github.com/opentensor/btcli/pull/682 |
| 11 | +* Feat/rework ck swap by @ibraheem-abe in https://github.com/opentensor/btcli/pull/792 |
| 12 | +* Error message handled properly by @thewhaleking in https://github.com/opentensor/btcli/pull/814 |
| 13 | +* Backmerge/9181 by @ibraheem-abe in https://github.com/opentensor/btcli/pull/816 |
| 14 | +* Adds more to the debug section of the readme by @thewhaleking in https://github.com/opentensor/btcli/pull/817 |
| 15 | +* Fix/proxy stake add remove by @ibraheem-abe in https://github.com/opentensor/btcli/pull/819 |
| 16 | +* Fix/update proxy usage stuff by @ibraheem-abe in https://github.com/opentensor/btcli/pull/820 |
| 17 | +* Feat: Add help cmd alias by @ibraheem-abe in https://github.com/opentensor/btcli/pull/821 |
| 18 | +* Backmerge/9.18.1 by @ibraheem-abe in https://github.com/opentensor/btcli/pull/823 |
| 19 | +* Feat/balancer swap updates by @ibraheem-abe in https://github.com/opentensor/btcli/pull/813 |
| 20 | +* Handle different types in `sudo set` with arbitrary hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/825 |
| 21 | +* Update: Python 3.9 End of Life by @ibraheem-abe in https://github.com/opentensor/btcli/pull/829 |
| 22 | +* Optimises the workflow for ruff. by @thewhaleking in https://github.com/opentensor/btcli/pull/831 |
| 23 | +* Optimises the workflow for ruff. by @thewhaleking in https://github.com/opentensor/btcli/pull/832 |
| 24 | +* feat: Add hyperparams: sudo_set_sn_owner_hotkey, sudo_set_subnet_owner_hotkey, sudo_set_recycle_or_burn by @MkDev11 in https://github.com/opentensor/btcli/pull/827 |
| 25 | +* subnet buyback / stake-burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/818 |
| 26 | +* Fix: Update test_stake_burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/837 |
| 27 | +* Feat: Updated MevShield mechanics by @ibraheem-abe in https://github.com/opentensor/btcli/pull/828 |
| 28 | +* docs: fix typo in README (pacakge → package) by @GeObts in https://github.com/opentensor/btcli/pull/839 |
| 29 | +* Fix: Remove old mev_shield artifact from stake_burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/842 |
| 30 | +* Revert "Feat/balancer swap updates" by @ibraheem-abe in https://github.com/opentensor/btcli/pull/836 |
| 31 | +* Update/CK swap error handling by @ibraheem-abe in https://github.com/opentensor/btcli/pull/844 |
| 32 | +* Tests: Add custom tags for docker images in e2e by @ibraheem-abe in https://github.com/opentensor/btcli/pull/848 |
| 33 | +* Update: Cap MeV shield txs era to 8 by @ibraheem-abe in https://github.com/opentensor/btcli/pull/850 |
| 34 | +* Update: Enforce era 'always' for mev_shield txs by @ibraheem-abe in https://github.com/opentensor/btcli/pull/851 |
| 35 | +* Adds max_allowed_uids hyperparam for setting by @thewhaleking in https://github.com/opentensor/btcli/pull/852 |
| 36 | +* Applies type hint to to `process_nested` by @thewhaleking in https://github.com/opentensor/btcli/pull/856 |
| 37 | +* Update/runtime update by @ibraheem-abe in https://github.com/opentensor/btcli/pull/857 |
| 38 | +* feat: add support for the `--all` to proxy remove by @eureka928 in https://github.com/opentensor/btcli/pull/834 |
| 39 | +* Adds signed commits info to docs by @thewhaleking in https://github.com/opentensor/btcli/pull/859 |
| 40 | +* Add better typing by @thewhaleking in https://github.com/opentensor/btcli/pull/858 |
| 41 | +* Update: Pin btwallet requirement by @ibraheem-abe in https://github.com/opentensor/btcli/pull/864 |
| 42 | + |
| 43 | +## New Contributors |
| 44 | +* @GlobalStar117 made their first contribution in https://github.com/opentensor/btcli/pull/800 |
| 45 | +* @jose-blockchain made their first contribution in https://github.com/opentensor/btcli/pull/811 |
| 46 | +* @Achieve3318 made their first contribution in https://github.com/opentensor/btcli/pull/773 |
| 47 | +* @GeObts made their first contribution in https://github.com/opentensor/btcli/pull/839 |
| 48 | + |
| 49 | +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.18.1...v9.19.0 |
| 50 | + |
3 | 51 | ## 9.18.1 /2026-02-05 |
4 | 52 |
|
5 | 53 | ## What's Changed |
|
0 commit comments