|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 9.8.0 /2025-07-07 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* Update e2e-tests (metagraph_info, staking) by @basfroman in https://github.com/opentensor/bittensor/pull/2907 |
| 7 | +* Add method to fetch parents for child hotkeys by @thewhaleking in https://github.com/opentensor/bittensor/pull/2906 |
| 8 | +* Add local env variable for `config.wallet.*` by @basfroman in https://github.com/opentensor/bittensor/pull/2908 |
| 9 | +* Subtensor docstring cleanup by @thewhaleking in https://github.com/opentensor/bittensor/pull/2910 |
| 10 | +* chore(ci): upgrade Docker GitHub Actions to latest stable versions by @MamunC0der in https://github.com/opentensor/bittensor/pull/2912 |
| 11 | +* improve `scripts/install.sh` by @basfroman in https://github.com/opentensor/bittensor/pull/2914 |
| 12 | +* Cleanup websocket integration data by @thewhaleking in https://github.com/opentensor/bittensor/pull/2915 |
| 13 | +* chore: fix some typos in comment by @eveneast in https://github.com/opentensor/bittensor/pull/2868 |
| 14 | +* Add `SKIP_PULL` variable for conftest.py by @basfroman in https://github.com/opentensor/bittensor/pull/2920 |
| 15 | +* Update `SubnetIdentity` with subtensor related v3 changes by @basfroman in https://github.com/opentensor/bittensor/pull/2923 |
| 16 | +* add time for flaky test by @basfroman in https://github.com/opentensor/bittensor/pull/2924 |
| 17 | +* Add `root_set_pending_childkey_cooldown_extrinsic` by @basfroman in https://github.com/opentensor/bittensor/pull/2925 |
| 18 | +* New logic for alpha low and high (0.025 <= alpha_low <= alpha_high <= 1) by @basfroman in https://github.com/opentensor/bittensor/pull/2927 |
| 19 | +* Fix Typo in test_commit_weights.py by @zeevick10 in https://github.com/opentensor/bittensor/pull/2922 |
| 20 | +* New websockets option by @thewhaleking in https://github.com/opentensor/bittensor/pull/2917 |
| 21 | +* Retry archive node support by @thewhaleking in https://github.com/opentensor/bittensor/pull/2909 |
| 22 | +* Fix: Safe staking e2e test by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/2929 |
| 23 | +* fix type conversion in axon preprocess by @Windfarer in https://github.com/opentensor/bittensor/pull/2930 |
| 24 | +* [LINT] Improved type hints by @Arthurdw in https://github.com/opentensor/bittensor/pull/2918 |
| 25 | +* Set balance netuids in staking tests by @thewhaleking in https://github.com/opentensor/bittensor/pull/2934 |
| 26 | +* Improve subnet method logic by @basfroman in https://github.com/opentensor/bittensor/pull/2937 |
| 27 | +* Update `SubnetHyperparameters` with v2 by @basfroman in https://github.com/opentensor/bittensor/pull/2938 |
| 28 | +* upgrade numpy by @thewhaleking in https://github.com/opentensor/bittensor/pull/2936 |
| 29 | +* decode metadata with empty value by @thewhaleking in https://github.com/opentensor/bittensor/pull/2940 |
| 30 | +* Reset bonds by @andreea-popescu-reef in https://github.com/opentensor/bittensor/pull/2876 |
| 31 | +* Add new logic for `unstake_all` extrinsics by @basfroman in https://github.com/opentensor/bittensor/pull/2897 |
| 32 | +* SelectiveMetagraph back by @basfroman in https://github.com/opentensor/bittensor/pull/2887 |
| 33 | +* add unstake_all to SubtensorApi.extrinsics by @basfroman in https://github.com/opentensor/bittensor/pull/2943 |
| 34 | +* Integrate Liquidity Provider feature by @basfroman in https://github.com/opentensor/bittensor/pull/2939 |
| 35 | +* Fix e2e test metagraph after chain change by @basfroman in https://github.com/opentensor/bittensor/pull/2945 |
| 36 | + |
| 37 | +## New Contributors |
| 38 | +* @MamunC0der made their first contribution in https://github.com/opentensor/bittensor/pull/2912 |
| 39 | +* @eveneast made their first contribution in https://github.com/opentensor/bittensor/pull/2868 |
| 40 | +* @Windfarer made their first contribution in https://github.com/opentensor/bittensor/pull/2930 |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.7.0...v9.8.0 |
| 43 | + |
3 | 44 | ## 9.7.1 /2025-06-06
|
4 | 45 |
|
5 | 46 | ## What's Changed
|
|
0 commit comments