Skip to content

Commit b338ad2

Browse files
authored
Merge pull request #3291 from opentensor/changelog/1020
Change-log update: 10.2.0
2 parents 1982032 + ca6adb9 commit b338ad2

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

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

3+
## 10.2.0 /2026-03-19
4+
5+
## What's Changed
6+
* Rework coldkey swap by @basfroman in https://github.com/opentensor/bittensor/pull/3218
7+
* Make SDK consistent with new `Balancer swap` logic by @basfroman in https://github.com/opentensor/bittensor/pull/3250
8+
* Fixes for many chain changes by @basfroman in https://github.com/opentensor/bittensor/pull/3254
9+
* Add subnet buyback extrinsic support to SDK by @basfroman in https://github.com/opentensor/bittensor/pull/3249
10+
* Add py.typed and pkg tools by @thewhaleking in https://github.com/opentensor/bittensor/pull/3253
11+
* Rename `subnet_buyback` extrinsic `to add_stake_burn` by @basfroman in https://github.com/opentensor/bittensor/pull/3256
12+
* fixed fee assumption by @basfroman in https://github.com/opentensor/bittensor/pull/3258
13+
* `get_subnet_prices` uses new runtime api call + fallback by @basfroman in https://github.com/opentensor/bittensor/pull/3259
14+
* docs: update documentation URLs to docs.learnbittensor.org by @droppingbeans in https://github.com/opentensor/bittensor/pull/3257
15+
* docs: fix broken changelog URL and typo in README by @droppingbeans in https://github.com/opentensor/bittensor/pull/3263
16+
* docs: fix branch name 'develop' to 'staging' in hotfix workflow by @droppingbeans in https://github.com/opentensor/bittensor/pull/3266
17+
* Handle scaleobj from asi in fixed_to_float by @thewhaleking in https://github.com/opentensor/bittensor/pull/3265
18+
* fix batching test by @basfroman in https://github.com/opentensor/bittensor/pull/3267
19+
* Technical debt by @basfroman in https://github.com/opentensor/bittensor/pull/3274
20+
* Revert/balancer update by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/3276
21+
* Update e2e gh workflow by @basfroman in https://github.com/opentensor/bittensor/pull/3277
22+
* Fix typo: pacakge → package in README by @droppingbeans in https://github.com/opentensor/bittensor/pull/3272
23+
* docs: fix typos in contrib documentation by @droppingbeans in https://github.com/opentensor/bittensor/pull/3271
24+
* Rework shielded transactions by @basfroman in https://github.com/opentensor/bittensor/pull/3269
25+
* Re enable alpha fees by @basfroman in https://github.com/opentensor/bittensor/pull/3284
26+
* Update/mev shield period by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/3280
27+
* Adds signed commit info to contrib by @thewhaleking in https://github.com/opentensor/bittensor/pull/3289
28+
* Typing improvements related to InfoBase by @thewhaleking in https://github.com/opentensor/bittensor/pull/3288
29+
* Update: Pin btwallet requirement by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/3290
30+
31+
## New Contributors
32+
* @droppingbeans made their first contribution in https://github.com/opentensor/bittensor/pull/3257
33+
34+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.1.0...v10.2.0
35+
336
## 10.1.0 /2026-01-15
437

538
## What's Changed

0 commit comments

Comments
 (0)