Skip to content

Commit 34fa24a

Browse files
authored
Merge pull request #3206 from opentensor/release/v10.0.0
Release/v10.0.0
2 parents baaddf9 + 29d08ed commit 34fa24a

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

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+
341
## 10.0.0rc4 /2025-11-26
442

543
## What's Changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "10.0.0rc4"
7+
version = "10.0.0"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [
@@ -64,7 +64,7 @@ torch = [
6464
"torch>=1.13.1,<3.0"
6565
]
6666
cli = [
67-
"bittensor-cli>=9.15.3"
67+
"bittensor-cli>=9.16.0"
6868
]
6969

7070

0 commit comments

Comments
 (0)