You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+78Lines changed: 78 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,83 @@
1
1
# Changelog
2
2
3
+
## 7.4.0 /2024-08-29
4
+
5
+
## What's Changed
6
+
*[Fix] Allow unstake below network min by @camfairchild in https://github.com/opentensor/bittensor/pull/2016
7
+
* Tests/e2e tests staging by @open-junius in https://github.com/opentensor/bittensor/pull/1943
8
+
* Chore: Backmerge 7.2 by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2020
9
+
* Fix broken tests and Enforce BTCLI usage by @opendansor in https://github.com/opentensor/bittensor/pull/2027
10
+
* Add time delay to faucet by @opendansor in https://github.com/opentensor/bittensor/pull/2030
11
+
* Skip faucet test by @opendansor in https://github.com/opentensor/bittensor/pull/2031
12
+
* Adds normalization for alpha hyperparams by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2035
13
+
* Revert info logging in processing response by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2043
14
+
* Pin numpy version to 1.26.4 in prod.txt by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/2045
15
+
* Test hot key Swap by @opendansor in https://github.com/opentensor/bittensor/pull/2044
16
+
* Do not run Circle-CI on drafts by @thewhaleking in https://github.com/opentensor/bittensor/pull/1959
17
+
* Enhancement: Detailed nonce information in-case of failures by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2050
18
+
* fix bittensor not installing under Python 3.13 by @mjurbanski-reef in https://github.com/opentensor/bittensor/pull/2053
19
+
* Enable Faucet Test by @opendansor in https://github.com/opentensor/bittensor/pull/2056
20
+
* Add back BT_SUBTENSOR_CHAIN_ENDPOINT env variable by @bradleytf in https://github.com/opentensor/bittensor/pull/2034
21
+
* Fix: Logging configs not being set by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2065
22
+
* Feature/gus/liquid alpha params by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2012
23
+
* Test Emissions E2E by @opendansor in https://github.com/opentensor/bittensor/pull/2036
24
+
* Prevent e2e draft by @opendansor in https://github.com/opentensor/bittensor/pull/2072
25
+
* Fix e2e to only run when PR is ready for review by @opendansor in https://github.com/opentensor/bittensor/pull/2077
26
+
* Fix Faucet and fastblocks interaction by @opendansor in https://github.com/opentensor/bittensor/pull/2083
27
+
* Float normalization for child hotkeys by @opendansor in https://github.com/opentensor/bittensor/pull/2093
28
+
* Fix e2e test hanging by @open-junius in https://github.com/opentensor/bittensor/pull/2118
29
+
* Fixes leaked semaphores by @thewhaleking in https://github.com/opentensor/bittensor/pull/2125
30
+
* Backmerge master -> staging by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2136
31
+
* fix: coldkeypub usage instead of coldkey for arbitration_stats by @Rapiiidooo in https://github.com/opentensor/bittensor/pull/2132
32
+
* Removes extra no_prompts in commands by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2140
33
+
* Adds timeout for e2e tests by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2141
34
+
* fix: updates test_axon verify body async tests by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2142
35
+
* test: fix mocksubtensor query previous blocks by @timabilov in https://github.com/opentensor/bittensor/pull/2139
36
+
* Adds E2E for Metagraph command by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2143
37
+
* feat: Enhance dendrite error messaging by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2117
38
+
* Adds E2E Tests for wallet creation commands by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2145
39
+
*[Ledger Integration][Feature] bump pysub to 1.7.9+ by @camfairchild in https://github.com/opentensor/bittensor/pull/2156
40
+
* Ruff complains about an extra line by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2158
41
+
* support Wallet names with hyphens when passing password through ENV vars by @mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1949
42
+
* Fix naming convention of swap hotkey test by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2162
43
+
* Adds E2E test for wallet regenerations + fixes input bug for regen hotkey by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2149
44
+
* Backmerge Master -> Staging (7.4) by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2170
45
+
* ci: auto assigns cortex to opened PRs by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2184
46
+
* CI/E2E test improvements by @mvds00 in https://github.com/opentensor/bittensor/pull/2168
47
+
* Fix multiprocessing POW errors and No Torch logging errors by @thewhaleking in https://github.com/opentensor/bittensor/pull/2186
48
+
* ci: update reviewers by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2189
49
+
* Adds updated type in timeouts dendrite by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2196
50
+
* Bumps setuptools ~=70.0.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2150
51
+
* Bump black from 23.7.0 to 24.3.0 in /requirements by @dependabot in https://github.com/opentensor/bittensor/pull/2197
52
+
* btlogging/loggingmachine.py: Fix bw compat API. by @mvds00 in https://github.com/opentensor/bittensor/pull/2155
53
+
* Check for participation before nomination call by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2193
54
+
* test: subnet list e2e by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2198
55
+
* ensure msg is str in _concat_msg by @thewhaleking in https://github.com/opentensor/bittensor/pull/2200
56
+
* Fixes tests depending on explicit line numbers by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2211
57
+
* Merge streaming fix to staging by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2183
58
+
* Multiple bittensor versions e2e workflow by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2212
59
+
* Changes name of workflow file by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2213
60
+
* Enhances e2e tests to contain assertions & logging by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2192
61
+
* Security fix: Bumps ansible and certifi by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2214
62
+
* Wallet List Command e2e test by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2207
63
+
* fix Synapse base performance (more than 10x speed up) by @mjurbanski-reef in https://github.com/opentensor/bittensor/pull/2161
64
+
* Child Hotkeys by @opendansor in https://github.com/opentensor/bittensor/pull/2071
65
+
* Improve child hotkeys QOL by @opendansor in https://github.com/opentensor/bittensor/pull/2225
66
+
* Child hotkeys handle excess normalization by @opendansor in https://github.com/opentensor/bittensor/pull/2229
67
+
* Fixes chain compilation timeouts by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2238
68
+
* Update Child Hotkey commands by @opendansor in https://github.com/opentensor/bittensor/pull/2245
69
+
* feat: return error message instead of raising exception by @gus-opentensor in https://github.com/opentensor/bittensor/pull/2244
70
+
* Backmerge master to staging (7.3.1) by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2254
71
+
72
+
## New Contributors
73
+
*@bradleytf made their first contribution in https://github.com/opentensor/bittensor/pull/2034
74
+
*@Rapiiidooo made their first contribution in https://github.com/opentensor/bittensor/pull/2132
75
+
*@timabilov made their first contribution in https://github.com/opentensor/bittensor/pull/2139
76
+
*@mvds00 made their first contribution in https://github.com/opentensor/bittensor/pull/2168
77
+
*@dependabot made their first contribution in https://github.com/opentensor/bittensor/pull/2197
0 commit comments