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.3.0rc3 #2390

Open
wants to merge 69 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 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
88f9177
Add commit-reveal subprocess and related utilities
opendansor Oct 16, 2024
3046fa9
Refactor log file paths to constants
opendansor Oct 16, 2024
d325288
Refactor weight setting with commit-reveal logic.
opendansor 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
0ca94f1
Tests passing, happy path is done.
opendansor Oct 17, 2024
616e0d1
Add commit-reveal subprocess and weight handling improvements
opendansor Oct 18, 2024
2e3d79f
Add blocks_until_next_epoch method
opendansor Oct 18, 2024
ef0e90b
Add version_key parameter and detailed docstrings
opendansor Oct 18, 2024
a2ae849
Poem "Risen from the Past". Act 3. (#2363)
roman-opentensor Oct 18, 2024
6c36639
Add batch weight reveal functionality
opendansor Oct 18, 2024
96f0af3
Add chain hash consistency check and refactor commit reveal
opendansor Oct 21, 2024
baa42bf
Change subprocess initialization flag and refactor socket handling.
opendansor Oct 22, 2024
86b07f2
Ruff
opendansor Oct 22, 2024
8217c6e
Merge conflict.
opendansor Oct 22, 2024
ca653c3
Rename and refactor subprocess utilities and related tests
opendansor Oct 22, 2024
65b7e89
prepare for emmit on set weights
opendansor Oct 22, 2024
dd9c20d
remove convert to emmit
opendansor Oct 22, 2024
ba82e55
if weights is a list of floats
opendansor Oct 22, 2024
fb0c769
Refactor weight conversion logic in set_weights.
opendansor Oct 22, 2024
0ea65c1
Add test for commit-reveal batch weights over limit
opendansor Oct 23, 2024
bb60aa5
Enable commit reveal subprocess control and expiry handling
opendansor Oct 24, 2024
686b2cc
Add max_retries parameter and improve commit log details
opendansor Oct 25, 2024
77d097f
Change weight commit behavior and add debug prints
opendansor Oct 25, 2024
727ea44
Refactor subprocess to only delete old commits + update response from…
opendansor Oct 29, 2024
e4abb6f
Refactor commit reveal logic and clean up logging
opendansor Oct 29, 2024
1da70d8
Reduce max_retries and refactor substrate calls. Fix local and chain …
opendansor Oct 30, 2024
96c4584
Refactor commit reveal periods to interval in codebase, add combinati…
opendansor Oct 31, 2024
3c30f19
Fix typo in database commit operation
opendansor Oct 31, 2024
95d5139
default port from 9946 to 9944 (#2376)
roman-opentensor Oct 31, 2024
8f20eab
Ruff
opendansor Oct 31, 2024
c0c454d
Merge branch 'staging' into feat/opendansor/cr2
opendansor Oct 31, 2024
af1c0f6
Ruff
opendansor Oct 31, 2024
116e200
Fix unit test, add prepare values for emmit on commit.
opendansor Nov 1, 2024
70246e0
Dont initialize subprocess for unit test.
opendansor Nov 1, 2024
26c988f
Refactor subprocess initialization condition.
opendansor Nov 1, 2024
4182475
Lint
opendansor Nov 1, 2024
50309bc
Refactor subprocess initialization and update network defaults.
opendansor Nov 1, 2024
87a2ab2
Refactor logging and subprocess management
opendansor Nov 4, 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
636ec26
Refactor commit and reveal logic, remove prompts
opendansor Nov 5, 2024
cb8b314
Merge conficts
opendansor Nov 5, 2024
9705134
Refactor commit and reveal logic, remove prompts
opendansor Nov 5, 2024
77087df
Lint
opendansor Nov 5, 2024
666ec7e
Remove rich prompt
opendansor Nov 5, 2024
43a01a7
Handle SSL Error on Connection (#2384)
thewhaleking Nov 5, 2024
91e7043
Merge branch 'staging' into feat/opendansor/cr2
roman-opentensor 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
dd00498
Merge remote-tracking branch 'origin/staging' into feat/opendansor/cr2
roman-opentensor Nov 5, 2024
7d23094
merge staging
roman-opentensor Nov 5, 2024
e1a6a36
Merge pull request #2389 from opentensor/backmerge/8.2.0
ibraheem-opentensor Nov 5, 2024
8eb20cb
Merge branch 'staging' into feat/opendansor/cr2
ibraheem-opentensor Nov 5, 2024
26dce82
Bumps changelog and 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
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 8.3.0rc3 /2024-11-05

## What's Changed
* Further improvements in Commit-reveal V2, new subprocess, and related utilities by @opendansor in https://github.com/opentensor/bittensor/pull/2355
* 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
* SDK (AsyncSubtensor) Part 1 by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2374
* SDK (AsyncSubtensor) Part 2 by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2380
* Handle SSL Error on Connection by @thewhaleking in https://github.com/opentensor/bittensor/pull/2384
* Avoid using `prompt` in SDK by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2382
* Backmerge/8.2.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2389

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.3.0rc2...v8.3.0rc3

## 8.3.0rc2 /2024-11-04

## What's Changed
* Tweaks in Commit-reveal V2, new subprocess, and related utilities by @opendansor in https://github.com/opentensor/bittensor/pull/2355

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.3.0rc1...v8.3.0rc2

## 8.3.0rc1 /2024-11-01

## 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
* Commit-reveal V2, new subprocess, and related utilities by @opendansor in https://github.com/opentensor/bittensor/pull/2355

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

## 8.2.0 /2024-10-10

## What's Changed
Expand Down
Loading
Loading