|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 9.3.1a1 /2025-04-14 |
| 3 | +## 9.4.0 /2025-04-17 |
4 | 4 |
|
5 | 5 | ## What's Changed
|
6 | 6 | * Release/9.3.0 by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/2805
|
|
13 | 13 | * Remove requirements directory by @thewhaleking in https://github.com/opentensor/bittensor/pull/2812
|
14 | 14 | * version in one place by @thewhaleking in https://github.com/opentensor/bittensor/pull/2806
|
15 | 15 | * Update CONTRIBUTING hyperlinks by @thewhaleking in https://github.com/opentensor/bittensor/pull/2820
|
| 16 | +* 9.3.1a1: Updates changelog by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/2821 |
| 17 | +* Remove cubit as extra by @thewhaleking in https://github.com/opentensor/bittensor/pull/2823 |
| 18 | +* fix/roman/get-metagraph-identities by @basfroman in https://github.com/opentensor/bittensor/pull/2826 |
| 19 | +* Replace waiting logic for `test_commit_reveal_v3.py` by @basfroman in https://github.com/opentensor/bittensor/pull/2827 |
| 20 | +* Add `start_call` extrinsic to the sdk by @basfroman in https://github.com/opentensor/bittensor/pull/2828 |
| 21 | +* Add `timelock` module by @basfroman in https://github.com/opentensor/bittensor/pull/2824 |
| 22 | +* Fix: raise_error=True in AsyncSubtensor fails to get error_message by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2771 |
| 23 | +* Fix: async set_subnet_identity_extrinsic doesn't sign the extrinsic by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2772 |
| 24 | +* Update settings.py by @petryshkaCODE in https://github.com/opentensor/bittensor/pull/2814 |
| 25 | +* Bumping ruff version by @basfroman in https://github.com/opentensor/bittensor/pull/2831 |
| 26 | +* Fix and improve e2e tests after `start call` new limit in subtensor by @basfroman in https://github.com/opentensor/bittensor/pull/2830 |
| 27 | +* Add `bittensor.timelock` module description by @basfroman in https://github.com/opentensor/bittensor/pull/2833 |
| 28 | +* fix: Update broken link in `CONTRIBUTING.md` by @cypherpepe in https://github.com/opentensor/bittensor/pull/2818 |
| 29 | +* docs: added a new badge by @sashaphmn in https://github.com/opentensor/bittensor/pull/2819 |
| 30 | +* Fix AxonInfo initialization in get_mock_neuron function by @VolodymyrBg in https://github.com/opentensor/bittensor/pull/2803 |
| 31 | +* Dendrite: log ClientOSError as Debug by @Thykof in https://github.com/opentensor/bittensor/pull/2770 |
| 32 | +* remove `rao` endpoint from settings by @basfroman in https://github.com/opentensor/bittensor/pull/2834 |
16 | 33 |
|
17 | 34 | ## New Contributors
|
18 | 35 | * @Hack666r made their first contribution in https://github.com/opentensor/bittensor/pull/2813
|
| 36 | +* @petryshkaCODE made their first contribution in https://github.com/opentensor/bittensor/pull/2814 |
| 37 | +* @cypherpepe made their first contribution in https://github.com/opentensor/bittensor/pull/2818 |
| 38 | +* @VolodymyrBg made their first contribution in https://github.com/opentensor/bittensor/pull/2803 |
| 39 | +* @Thykof made their first contribution in https://github.com/opentensor/bittensor/pull/2770 |
19 | 40 |
|
20 |
| -**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.3.0...v9.3.1a1 |
| 41 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.3.0...v9.4.0 |
21 | 42 |
|
22 | 43 | ## 9.3.0 /2025-04-09
|
23 | 44 |
|
|
0 commit comments