Skip to content

Commit 2c3bb63

Browse files
authored
Merge pull request #2494 from opentensor/backmerge-master-740
Backmerge master 740
2 parents 4839689 + 84851a4 commit 2c3bb63

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

3+
## 8.4.0 /2024-11-27
4+
5+
## What's Changed
6+
7+
* Async unittests for `bittensor/core/extrinsics/async_weights.py` by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2425
8+
* Async unittests for `bittensor/core/extrinsics/async_transfer.py` by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2426
9+
* Async `unittests for bittensor/core/extrinsics/async_root.py` by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2427
10+
* Removes Conda Info by @thewhaleking in https://github.com/opentensor/bittensor/pull/2437
11+
* Fix typos by @omahs in https://github.com/opentensor/bittensor/pull/2440
12+
* [SDK] Registration related content refactoring by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2439
13+
* Async unittests for `bittensor/core/extrinsics/async_registration.py` by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2445
14+
* BittensorConsole class by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2446
15+
* Improve reconnection logic by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2442
16+
* E2E tests - Increasing Subtensor coverage (Pt 1) by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2443
17+
* Add python3.12 support by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2450
18+
* add neuron certificate discovery by @andreea-popescu-reef in https://github.com/opentensor/bittensor/pull/2267
19+
* Use websockets for Subtensor by @thewhaleking in https://github.com/opentensor/bittensor/pull/2455
20+
* Part 2: E2E tests - Increasing Subtensor coverage by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2457
21+
* Tests for subtensor methods related with `stake` and `unstake` extrinsics by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2458
22+
* Apply BittensorConsole + logging refactoring by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2452
23+
* Add staking and unstaking extrinsics by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2456
24+
* Don't strip ANSI from stdout (fixes #2365) by @vaqxai in https://github.com/opentensor/bittensor/pull/2366
25+
* Support fastblocks when setting root set weights in e2e tests by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2464
26+
* Extrinsic Submission Timeout by @thewhaleking in https://github.com/opentensor/bittensor/pull/2448
27+
* Resync async substrate by @thewhaleking in https://github.com/opentensor/bittensor/pull/2463
28+
* Fixes logging when setting weights by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2465
29+
* Integration tests by @thewhaleking in https://github.com/opentensor/bittensor/pull/2433
30+
* Fixes logic for checking block_since_last_update by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2473
31+
* Update unit tests websocket by @thewhaleking in https://github.com/opentensor/bittensor/pull/2468
32+
* Improve MockSubtensor by @thewhaleking in https://github.com/opentensor/bittensor/pull/2469
33+
* Fixes logging when passing multiple objects by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2477
34+
* Add script for solving ssl issue by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2474
35+
* Improve async docstrings by @thewhaleking in https://github.com/opentensor/bittensor/pull/2478
36+
* fix: increase stacklevel in LoggingMachine log calls by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2476
37+
* remove uses of return scale obj by @thewhaleking in https://github.com/opentensor/bittensor/pull/2479
38+
* Backmerge master to staging for 8.4.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2482
39+
* Expand `reuse_block` by @thewhaleking in https://github.com/opentensor/bittensor/pull/2481
40+
* Add NeuronInfo list from vec u8 by @camfairchild in https://github.com/opentensor/bittensor/pull/2480
41+
* Update `ensure_connected` for websockets by @thewhaleking in https://github.com/opentensor/bittensor/pull/2486
42+
* MockSubtensor work offline by @thewhaleking in https://github.com/opentensor/bittensor/pull/2487
43+
* Add `wait_for_block` method by @thewhaleking in https://github.com/opentensor/bittensor/pull/2489
44+
* Updates btwallet to 2.1.2 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2490
45+
* Bumps bittensor wallet to 2.1.3 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2492
46+
47+
## New Contributors
48+
* @vaqxai made their first contribution in https://github.com/opentensor/bittensor/pull/2366
49+
* @zyzniewski-reef made their first contribution in https://github.com/opentensor/bittensor/pull/2476
50+
51+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.3.1...v8.4.0
52+
353
## 8.3.1 /2024-11-14
454

555
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.1
1+
8.4.0

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.3.1"
18+
__version__ = "8.4.0"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)