Commit 4f57bd1 1 parent ed700b2 commit 4f57bd1 Copy full SHA for 4f57bd1
File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.0.3 /2025-02-26
4
+
5
+ ## What's Changed
6
+ * Release/9.0.2 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2696
7
+ * fix: typos in config test by @EricHasegawa in https://github.com/opentensor/bittensor/pull/2693
8
+ * Removes limits in async + unstake_multiple by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2701
9
+ * Fixes get_all_commitments, adds tests. by @thewhaleking in https://github.com/opentensor/bittensor/pull/2699
10
+ * Use ` .value ` in e2e test by @thewhaleking in https://github.com/opentensor/bittensor/pull/2700
11
+ * Fix e2e test setup by @thewhaleking in https://github.com/opentensor/bittensor/pull/2681
12
+ * Dendrite ` __del__ ` method fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/2702
13
+ * Fix E2E test_set_weights by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2703
14
+ * Updates test incentive by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2688
15
+ * Add ` get_timestamp ` method by @thewhaleking in https://github.com/opentensor/bittensor/pull/2704
16
+ * fix: async get_delegated by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2706
17
+ * Properly mock data_chain class methods by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2705
18
+ * Install btcli from install sh by @thewhaleking in https://github.com/opentensor/bittensor/pull/2708
19
+ * Bumps dependencies of async substrate + btwallet by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2710
20
+ * Backmerge/main to staging 902 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2711
21
+
22
+ ## New Contributors
23
+ * @EricHasegawa made their first contribution in https://github.com/opentensor/bittensor/pull/2693
24
+
25
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.0.2...v9.0.3
26
+
3
27
## 9.0.2 /2025-02-24
4
28
5
29
## What's Changed
Original file line number Diff line number Diff line change 1
- 9.0.2
1
+ 9.0.3
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.2 "
1
+ __version__ = "9.0.3 "
2
2
3
3
import os
4
4
import re
You can’t perform that action at this time.
0 commit comments