Skip to content

Commit ab22eca

Browse files
committed
CHANGELOG.md + bumping rc version
1 parent 9ca431e commit ab22eca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 10.0.0rc4 /2025-11-25
4+
5+
## What's Changed
6+
* [v10] Subtensor Pallet-Based GenericCall creation logic. by @basfroman in https://github.com/opentensor/bittensor/pull/3136
7+
* [v10] fix: simplify `AxonInfo.__eq__` method and add type check by @basfroman in https://github.com/opentensor/bittensor/pull/3142
8+
* [v10] Add Proxy Pallet Support by @basfroman in https://github.com/opentensor/bittensor/pull/3140
9+
* [v10] New logic + small refactoring by @basfroman in https://github.com/opentensor/bittensor/pull/3145
10+
* [v10] Improve btlogging by @basfroman in https://github.com/opentensor/bittensor/pull/3143
11+
* [v10] Improve proxy by @basfroman in https://github.com/opentensor/bittensor/pull/3147
12+
* [v10] Adds block backwards compatibility for fetching metagraph. by @thewhaleking in https://github.com/opentensor/bittensor/pull/3139
13+
* [v10] remove nest asyncio + loosen requirements by @thewhaleking in https://github.com/opentensor/bittensor/pull/3149
14+
* [v10] Add warning and protection to `create_pure_proxy_extrinsic` by @basfroman in https://github.com/opentensor/bittensor/pull/3150
15+
* [v10] Add `Async/Subtensor.get_stake_info_for_coldkeys` method by @basfroman in https://github.com/opentensor/bittensor/pull/3151
16+
17+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.0.0rc3...v10.0.0rc4
18+
319
## 10.0.0rc3 /2025-11-05
420

521
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0rc3"
7+
version = "10.0.0rc4"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)