|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 9.3.0 /2025-04-09 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* More E2E tests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2754 |
| 7 | +* Fix E2E: fix wait_epoch and next_tempo by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2753 |
| 8 | +* Add all supported python versions to e2e tests workflow by @basfroman in https://github.com/opentensor/bittensor/pull/2761 |
| 9 | +* update docker image name by @basfroman in https://github.com/opentensor/bittensor/pull/2760 |
| 10 | +* Add pypi package version checker for `python -m bittensor` by @basfroman in https://github.com/opentensor/bittensor/pull/2762 |
| 11 | +* Feat: set_children and get_pending_children methods by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2752 |
| 12 | +* Add logic for keep docker image up to date by @basfroman in https://github.com/opentensor/bittensor/pull/2765 |
| 13 | +* Fix: CI/CD Set up Python version for E2E tests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2767 |
| 14 | +* Fix E2E Tests: wait for new nonce by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2768 |
| 15 | +* Fix e2e `conftest.py` for legacy runner by @basfroman in https://github.com/opentensor/bittensor/pull/2769 |
| 16 | +* Fix E2E with devnet-ready by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2776 |
| 17 | +* Add compatibility check for 3.13 by @thewhaleking in https://github.com/opentensor/bittensor/pull/2779 |
| 18 | +* Fix E2E test_dendrite by making sure Alice is Top validator in Subnet by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2780 |
| 19 | +* Add get_owned_hotkeys to subtensor and async one + tests by @basfroman in https://github.com/opentensor/bittensor/pull/2766 |
| 20 | +* Add drand-commitments by @basfroman in https://github.com/opentensor/bittensor/pull/2781 |
| 21 | +* Missing f-string format by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2785 |
| 22 | +* bump version by @basfroman in https://github.com/opentensor/bittensor/pull/2786 |
| 23 | +* Improvement and fix for https://github.com/opentensor/bittensor/pull/2781 by @basfroman in https://github.com/opentensor/bittensor/pull/2787 |
| 24 | +* Add `stop_existing_test_containers` logic before run e2e test/s by @basfroman in https://github.com/opentensor/bittensor/pull/2790 |
| 25 | +* Bump async substrate interface by @thewhaleking in https://github.com/opentensor/bittensor/pull/2788 |
| 26 | +* Improve CRv3 functionality by @basfroman in https://github.com/opentensor/bittensor/pull/2791 |
| 27 | +* Improve logic in Balance magic methods by @basfroman in https://github.com/opentensor/bittensor/pull/2764 |
| 28 | +* Requirements update by @thewhaleking in https://github.com/opentensor/bittensor/pull/2789 |
| 29 | +* remove Levenshtein requirement by @thewhaleking in https://github.com/opentensor/bittensor/pull/2802 |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.2.0...v9.3.0 |
| 32 | + |
3 | 33 | ## 9.2.0 /2025-03-18
|
4 | 34 |
|
5 | 35 | ## What's Changed
|
|
0 commit comments