|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 9.9.0 /2025-08-11 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* Fix crv3 tests after devnet-ready get `CRV3WeightCommitsV2` by @basfroman in https://github.com/opentensor/bittensor/pull/2978 |
| 7 | +* Add webhook for failed nightly tests by @basfroman in https://github.com/opentensor/bittensor/pull/2987 |
| 8 | +* Fix liquidity test (non-fast-blocks node) by @basfroman in https://github.com/opentensor/bittensor/pull/2988 |
| 9 | +* improve nightly logic by @basfroman in https://github.com/opentensor/bittensor/pull/2989 |
| 10 | +* improve nightly 2 by @basfroman in https://github.com/opentensor/bittensor/pull/2990 |
| 11 | +* Add `get_stake_weight` methods by @basfroman in https://github.com/opentensor/bittensor/pull/2985 |
| 12 | +* Handles both exceptions for Swap pallet fetching by @thewhaleking in https://github.com/opentensor/bittensor/pull/2991 |
| 13 | +* chore: fix typo by @socialsister in https://github.com/opentensor/bittensor/pull/2969 |
| 14 | +* optimisations mostly related to liquidity_list by @thewhaleking in https://github.com/opentensor/bittensor/pull/2980 |
| 15 | +* Transfers improvements by @thewhaleking in https://github.com/opentensor/bittensor/pull/2993 |
| 16 | +* Remove ownership check in `transfer_stake_extrinsic` and `swap_stake_extrinsic` by @basfroman in https://github.com/opentensor/bittensor/pull/2996 |
| 17 | +* Missed await by @thewhaleking in https://github.com/opentensor/bittensor/pull/3002 |
| 18 | +* chore: fix typo by @lechpzn in https://github.com/opentensor/bittensor/pull/3001 |
| 19 | +* Adds note for installing on macOS by @thewhaleking in https://github.com/opentensor/bittensor/pull/3004 |
| 20 | +* Bump bittensor-wallet version by @thewhaleking in https://github.com/opentensor/bittensor/pull/3005 |
| 21 | +* Format Error with string docs by @thewhaleking in https://github.com/opentensor/bittensor/pull/3006 |
| 22 | +* `LoggingMachine` initialization updated to explicitly call both parent constructors by @basfroman in https://github.com/opentensor/bittensor/pull/3008 |
| 23 | +* Fixed `moving_price` conversion from `I96F32` to float by @mcjkula in https://github.com/opentensor/bittensor/pull/3010 |
| 24 | +* Add new CRv4 logic by @basfroman in https://github.com/opentensor/bittensor/pull/2999 |
| 25 | +* UV Fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/3011 |
| 26 | + |
| 27 | +## New Contributors |
| 28 | +* @socialsister made their first contribution in https://github.com/opentensor/bittensor/pull/2969 |
| 29 | +* @lechpzn made their first contribution in https://github.com/opentensor/bittensor/pull/3001 |
| 30 | +* @mcjkula made their first contribution in https://github.com/opentensor/bittensor/pull/3010 |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.8.3...v9.9.0 |
| 33 | + |
3 | 34 | ## 9.8.3 /2025-07-18
|
4 | 35 | * improve make file by @basfroman in https://github.com/opentensor/bittensor/pull/2965
|
5 | 36 | * Move all workflows from `app.circleci.com` to `GH actions` by @basfroman in https://github.com/opentensor/bittensor/pull/2970
|
|
0 commit comments