File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.0.0rc6 /2025-02-11
4
+ * Using one determine_chain_endpoint_and_network by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2661
5
+ * Tests: separate templates fixture by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2660
6
+ * add name and symbol fields to metagraph by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2658
7
+ * Metagraph Improvements by @thewhaleking in https://github.com/opentensor/bittensor/pull/2659
8
+ * feat/roman/add-subnet-identity-with-subnet-creation by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2662
9
+
10
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.0.0rc5...v9.0.0rc6
11
+
3
12
## 9.0.0rc5 /2025-02-07
4
13
* Fix InfoBase + dataclasses @roman-opentensor in https://github.com/opentensor/bittensor/pull/2649
5
14
Original file line number Diff line number Diff line change 1
- 9.0.0rc5
1
+ 9.0.0rc6
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.0rc5 "
1
+ __version__ = "9.0.0rc6 "
2
2
3
3
import os
4
4
import re
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ uvicorn
23
23
websockets>=14.1
24
24
bittensor-commit-reveal>=0.2.0
25
25
bittensor-wallet>=3.0.2
26
- async-substrate-interface>=1.0.0rc13
26
+ async-substrate-interface>=1.0.0rc14
27
27
bittensor-cli>=9.0.0rc1
You can’t perform that action at this time.
0 commit comments