|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 36 | ## 10.1.0 /2026-01-15 |
4 | 37 |
|
5 | 38 | ## What's Changed |
|
0 commit comments