|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 10.0.0 /2025-12-09 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | + |
| 7 | +* [v10] RootClaim update by @basfroman in https://github.com/opentensor/bittensor/pull/3154 |
| 8 | +* feat: add comprehensive unit tests for bittensor.core.stream module by @codomposer in https://github.com/opentensor/bittensor/pull/3168 |
| 9 | +* [v10] `MEV Shield Protection` support by @basfroman in https://github.com/opentensor/bittensor/pull/3163 |
| 10 | +* [v10] Fix `blocks_until` issue in `get_next_epoch_start_block` by @basfroman in https://github.com/opentensor/bittensor/pull/3188 |
| 11 | +* [v10] Transaction-has-an-ancient-birth-block by @basfroman in https://github.com/opentensor/bittensor/pull/3189 |
| 12 | +* [v10] Add `AdminUtills` pallet support by @basfroman in https://github.com/opentensor/bittensor/pull/3190 |
| 13 | +* [v10] `MeV` update by @basfroman in https://github.com/opentensor/bittensor/pull/3192 |
| 14 | +* feat: add comprehensive unit tests for bittensor.core.threadpool module by @codomposer in https://github.com/opentensor/bittensor/pull/3169 |
| 15 | +* [v10] Subtensor Pallet-Based GenericCall creation logic. by @basfroman in https://github.com/opentensor/bittensor/pull/3136 |
| 16 | +* [v10] fix: simplify `AxonInfo.__eq__` method and add type check by @basfroman in https://github.com/opentensor/bittensor/pull/3142 |
| 17 | +* [v10] Add Proxy Pallet Support by @basfroman in https://github.com/opentensor/bittensor/pull/3140 |
| 18 | +* [v10] New logic + small refactoring by @basfroman in https://github.com/opentensor/bittensor/pull/3145 |
| 19 | +* [v10] Improve btlogging by @basfroman in https://github.com/opentensor/bittensor/pull/3143 |
| 20 | +* [v10] Improve proxy by @basfroman in https://github.com/opentensor/bittensor/pull/3147 |
| 21 | +* [v10] Adds block backwards compatibility for fetching metagraph. by @thewhaleking in https://github.com/opentensor/bittensor/pull/3139 |
| 22 | +* [v10] remove nest asyncio + loosen requirements by @thewhaleking in https://github.com/opentensor/bittensor/pull/3149 |
| 23 | +* [v10] Add warning and protection to `create_pure_proxy_extrinsic` by @basfroman in https://github.com/opentensor/bittensor/pull/3150 |
| 24 | +* [v10] Add `Async/Subtensor.get_stake_info_for_coldkeys` method by @basfroman in https://github.com/opentensor/bittensor/pull/3151 |
| 25 | +* [v10] fix: resolve python 3.14 syntax warnings and update deps by @Arthurdw in https://github.com/opentensor/bittensor/pull/3155 |
| 26 | +* [v10] Apply default era.period to all extrinsics by @basfroman in https://github.com/opentensor/bittensor/pull/3116 |
| 27 | +* [V10] python3.14 by @thewhaleking in https://github.com/opentensor/bittensor/pull/3123 |
| 28 | +* [v10] Fix py3.14 tests issue by @basfroman in https://github.com/opentensor/bittensor/pull/3124 |
| 29 | +* [v10] `Root claim/ Airdrop` mechanism implementation by @basfroman in https://github.com/opentensor/bittensor/pull/3117 |
| 30 | +* [v10] RootClaim fix by @basfroman in https://github.com/opentensor/bittensor/pull/3130 |
| 31 | +* [v10] EMA InFlow support by @basfroman in https://github.com/opentensor/bittensor/pull/3131 |
| 32 | +* [v10] Remove deprecated `bittensor.version_split` by @basfroman in https://github.com/opentensor/bittensor/pull/3100 |
| 33 | +* [v10] Fix `bittensor.core.types.Weights` type annotation by @basfroman in https://github.com/opentensor/bittensor/pull/3103 |
| 34 | +* [v10] Integrate Crowdloan by @basfroman in https://github.com/opentensor/bittensor/pull/3098 |
| 35 | +* [v10] Rename max_retries to max_attempts to be more obvious by @basfroman in https://github.com/opentensor/bittensor/pull/3108 |
| 36 | +* [v10] It includes a full refactor of the extrinsic layer, API standardization across Subtensor, and the introduction of multiple-mechanism (sub-subnet) support. |
| 37 | +* [v10] For a complete list of breaking changes and migration details, see the **MIGRATION_GUIDE.md** file in the repository. |
| 38 | + |
| 39 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.12.0...v10.0.0 |
| 40 | + |
3 | 41 | ## 10.0.0rc4 /2025-11-26 |
4 | 42 |
|
5 | 43 | ## What's Changed |
|
0 commit comments