Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/8.2.1 #2391

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d421b16
Expands the type registry to include all the available options (#2353)
thewhaleking Oct 16, 2024
6b0fb3f
add `Subtensor.register`, `Subtensor.difficulty` and related staff wi…
roman-opentensor Oct 16, 2024
720894a
added to Subtensor: `burned_register`, `get_subnet_burn_cost`, `recyc…
roman-opentensor Oct 16, 2024
a2ae849
Poem "Risen from the Past". Act 3. (#2363)
roman-opentensor Oct 18, 2024
95d5139
default port from 9946 to 9944 (#2376)
roman-opentensor Oct 31, 2024
5aa979c
remove unused prometheus extrinsic (#2378)
roman-opentensor Nov 4, 2024
ffbc2d3
Replace rich.console to btlogging.loggin (#2377)
roman-opentensor Nov 4, 2024
835dfdb
SDK (AsyncSubtensor) Part 1 (#2374)
roman-opentensor Nov 4, 2024
f72a66b
async_transfer.py: remove prompt, refactoring
roman-opentensor Nov 4, 2024
6fae77f
async_registration.py
roman-opentensor Nov 4, 2024
33eda2d
commit_weights.py
roman-opentensor Nov 5, 2024
9dd4a0f
set_weights.py
roman-opentensor Nov 5, 2024
f7f36c4
remove all prompts
roman-opentensor Nov 5, 2024
d424cd1
SDK (AsyncSubtensor) Part 2 (#2380)
roman-opentensor Nov 5, 2024
492a0d0
Merge remote-tracking branch 'origin/staging' into feat/roman/remove-…
roman-opentensor Nov 5, 2024
fa9f581
last check
roman-opentensor Nov 5, 2024
81a9cdd
fix `tests/e2e_tests/test_commit_weights.py`
roman-opentensor Nov 5, 2024
20c8ba2
ruff
roman-opentensor Nov 5, 2024
43a01a7
Handle SSL Error on Connection (#2384)
thewhaleking Nov 5, 2024
858f732
Merge branch 'staging' into feat/roman/remove-prompt-from-sdk
roman-opentensor Nov 5, 2024
e50b59b
review comments fixed
roman-opentensor Nov 5, 2024
3e1e179
Merge pull request #2382 from opentensor/feat/roman/remove-prompt-fro…
ibraheem-opentensor Nov 5, 2024
78c94fe
Merge branch 'staging' into backmerge/8.2.0
ibraheem-opentensor Nov 5, 2024
e1a6a36
Merge pull request #2389 from opentensor/backmerge/8.2.0
ibraheem-opentensor Nov 5, 2024
ed9b4da
Updates changelog and bumps version
ibraheem-opentensor Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 8.2.1 /2024-11-06

## What's Changed

* Expands the type registry to include all the available options by @thewhaleking in https://github.com/opentensor/bittensor/pull/2353
* add `Subtensor.register`, `Subtensor.difficulty` and related staff with tests by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2352
* added to Subtensor: `burned_register`, `get_subnet_burn_cost`, `recycle` and related extrinsics by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2359
* Poem "Risen from the Past". Act 3. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2363
* default port from 9946 to 9944 by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2376
* remove unused prometheus extrinsic by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2378
* Replace rich.console to btlogging.loggin by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2377

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.2.0...v8.2.1

## 8.2.0 /2024-10-10

## What's Changed
Expand Down
Loading
Loading