Skip to content

Commit 73d9fd4

Browse files
ibraheem-abebasfromanWatchmaker
authored
Release/8.0.0 (#2319)
* delete old stuff * add btsdk stuff * rename e2e tests utils file * fix axon.py typing.Tuple in import and blacklist_sig * Bumps version & changelog * Updates changelog * fix tests/unit_tests/test_axon.py * Changelog updated * Update README.md * Merge pull request #2321 from opentensor/feat/roman/logging-default-warning Set `WARNING` level ad default logging level * Updates requirements --------- Co-authored-by: Roman <roman@opentensor.dev> Co-authored-by: Watchmaker <rajk@opentensor.dev> Co-authored-by: Roman <167799377+roman-opentensor@users.noreply.github.com>
1 parent f531c8e commit 73d9fd4

File tree

188 files changed

+10585
-42585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+10585
-42585
lines changed

.github/workflows/e2e-multiple-bittensor-tests.yml

Lines changed: 0 additions & 115 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 8.0.0 /2024-09-25
4+
5+
## What's Changed
6+
7+
Removes Bittensor CLI and Wallet functionalities and changes the Bittensor SDK package to be light while maintaining backwards compatibility
8+
9+
* Update README.md by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/2320
10+
* remove unused code (tensor.py-> class tensor), remove old tests, add new tests by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2311
11+
* Updating/improving/creating docstring codebase by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2310
12+
* README updates for SDK by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/2309
13+
* Improved logic for concatenating message, prefix, and suffix in bittensor logging + test by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2306
14+
* BTSDK: Implementation of substrait custom errors handler for bittensor by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2305
15+
* btsdk cleanup by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2303
16+
* Fix mypy error for btlogging by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2299
17+
* Integrate `bt_decode` into BTSDK by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2298
18+
* BTSDK: Corrected arguments order in logging methods + test by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2292
19+
* BTSDK: removed exit sys call for ConnectionRefusedError in _get_substrate by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2288
20+
* BTSDK: Move `do*` methods to related extrinsic by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2286
21+
* add reconnection logic for correctly closed connection by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2283
22+
* Move extrinsics, update `deprecated.py` module. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2278
23+
* Add substrate reconnection logic by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2269
24+
* Prod requirements cleanup by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2266
25+
* Decoupling chain_data.py to sub-package by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2264
26+
* Increase Bittensor SDK test coverage by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2262
27+
* Increase SDK test coverage (Part3) by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2257
28+
* Increase bittensor SDK test coverage by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2256
29+
* Increase test coverage for subtensor.py by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2252
30+
* Adds e2e and fixes metagraph save()/load() by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2231
31+
* feat/roman/reafctoring-before-test-coverage by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2230
32+
* Enhance: Switch from format() to f-strings by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2228
33+
* Commit-reveal re-added & e2e coverage by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2224
34+
* Adds e2e setup & tests by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2221
35+
* Updates after review session by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2220
36+
* Fix the usage of env vars in default settings. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2218
37+
* Add dendrite reference to backwords compatibility by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2217
38+
* Bringing `btsdk` up-to-date with `staging` branch. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2210
39+
* Part 3: Create new 'bittensor-sdk` package by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2206
40+
* Part 2: Redesign, fix namespace conflicts, remove btcli by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2204
41+
* Part1: Removing content related to the wallet. Start use the pip installable package. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2191
42+
43+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v7.4.0...v8.0.0
44+
345
## 7.4.0 /2024-08-29
446

547
## What's Changed

0 commit comments

Comments
 (0)