|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 9.5.0 /2025-05-12 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* Release/9.4.0 by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/2837 |
| 7 | +* Update subnet units by @thewhaleking in https://github.com/opentensor/bittensor/pull/2838 |
| 8 | +* Add `force_register_neuron` into MockSubtensor by @basfroman in https://github.com/opentensor/bittensor/pull/2839 |
| 9 | +* Add `Monitor-Requirements-Size` workflow by @basfroman in https://github.com/opentensor/bittensor/pull/2842 |
| 10 | +* Add `SelectiveMetagraph` interface into SDK by @basfroman in https://github.com/opentensor/bittensor/pull/2846 |
| 11 | +* Update docs for unstake amount by @thewhaleking in https://github.com/opentensor/bittensor/pull/2845 |
| 12 | +* Add one more attempt to e2e tests by @basfroman in https://github.com/opentensor/bittensor/pull/2849 |
| 13 | +* Fix typos in test documentation and docstrings by @leopardracer in https://github.com/opentensor/bittensor/pull/2848 |
| 14 | +* Add bittensor-drand==0.5.0 by @basfroman in https://github.com/opentensor/bittensor/pull/2835 |
| 15 | +* Extend selective metagraph logic by @basfroman in https://github.com/opentensor/bittensor/pull/2852 |
| 16 | +* fix: $BASH_ENV loading issue by @defitricks in https://github.com/opentensor/bittensor/pull/2851 |
| 17 | +* Update github actions versions due to deprecation by @PixelPil0t1 in https://github.com/opentensor/bittensor/pull/2850 |
| 18 | +* Add methods to Async/Subtensor class by @basfroman in https://github.com/opentensor/bittensor/pull/2854 |
| 19 | +* Cleanup, refactoring, small fix, improvement by @basfroman in https://github.com/opentensor/bittensor/pull/2856 |
| 20 | +* Add `period` argument to extrinsics calls by @basfroman in https://github.com/opentensor/bittensor/pull/2857 |
| 21 | +* Add nightly run of e2e tests by @basfroman in https://github.com/opentensor/bittensor/pull/2858 |
| 22 | +* `period=16` for fast blocks test by @basfroman in https://github.com/opentensor/bittensor/pull/2859 |
| 23 | +* Fix some unittests warnings by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2774 |
| 24 | +* docs: fix typos in `README.md` by @gap-editor in https://github.com/opentensor/bittensor/pull/2861 |
| 25 | +* Introduce `SubtensorApi` interface for SDK by @basfroman in https://github.com/opentensor/bittensor/pull/2862 |
| 26 | +* Adds `__all__` to easy_imports.py to get rid of all the #noqa stuff by @thewhaleking in https://github.com/opentensor/bittensor/pull/2863 |
| 27 | +* `🥩s` to `staking` by @basfroman in https://github.com/opentensor/bittensor/pull/2864 |
| 28 | +* Fix `get_next_epoch_start_block` by @basfroman in https://github.com/opentensor/bittensor/pull/2865 |
| 29 | +* docs: fix dead link by @GarmashAlex in https://github.com/opentensor/bittensor/pull/2866 |
| 30 | +* Add `non-fast-blocks` e2e tests each Saturday by @basfroman in https://github.com/opentensor/bittensor/pull/2860 |
| 31 | +* Selective-metagraph -> MetagraphInfo by @basfroman in https://github.com/opentensor/bittensor/pull/2870 |
| 32 | +* Improve e2e tests and fix bug in SubtensorApi by @basfroman in https://github.com/opentensor/bittensor/pull/2869 |
| 33 | + |
| 34 | +## New Contributors |
| 35 | +* @defitricks made their first contribution in https://github.com/opentensor/bittensor/pull/2851 |
| 36 | +* @PixelPil0t1 made their first contribution in https://github.com/opentensor/bittensor/pull/2850 |
| 37 | +* @gap-editor made their first contribution in https://github.com/opentensor/bittensor/pull/2861 |
| 38 | +* @GarmashAlex made their first contribution in https://github.com/opentensor/bittensor/pull/2866 |
| 39 | + |
| 40 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.4.0...v9.5.0 |
| 41 | + |
3 | 42 | ## 9.4.0 /2025-04-17
|
4 | 43 |
|
5 | 44 | ## What's Changed
|
|
0 commit comments