-
Notifications
You must be signed in to change notification settings - Fork 328
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.4.0 #2483
Merged
Merged
Release/8.4.0 #2483
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Until now ANSI was stripped from stdout if bittensor was not running within a TTY (like in PM2) - This caused colored output to be broken under PM2 (and other process managers which do not give a TTY do bittensor/python - Bittensor posseses its own file logger, which makes this behavior unnecessary and unwanted. - This patch disables that behavior.
Only without output wrapping does terminal output under PM2 behave correctly.
* Expands the type registry to include all the available options (#2353) Expands the type registry to include all the available options * add `Subtensor.register`, `Subtensor.difficulty` and related staff with tests (#2352) * add `bittensor.core.subtensor.Subtensor.register`, `bittensor.core.subtensor.Subtensor.difficulty` and related staff with tests * remove commented code * update `_terminate_workers_and_wait_for_exit` by review * added to Subtensor: `burned_register`, `get_subnet_burn_cost`, `recycle` and related extrinsics (#2359) * added to Subtensor: `burned_register`, `get_subnet_burn_cost`, `recycle` and related extrinsics * formatter * Update bittensor/core/extrinsics/registration.py Co-authored-by: Benjamin Himes <[email protected]> --------- Co-authored-by: Benjamin Himes <[email protected]> * Poem "Risen from the Past". Act 3. (#2363) * add `get_delegate_by_hotkey`, update `DelegateInfo` in chain data * add `root_register_extrinsic`, `set_root_weights_extrinsic` and related stuff * add `Subtensor.get_all_subnets_info` method and related stuff * add `Subtensor.get_delegate_take` method and tests * ruff * remove unused import * default port from 9946 to 9944 (#2376) * remove unused prometheus extrinsic (#2378) * Replace rich.console to btlogging.loggin (#2377) * replace `rich.console` to `btlogging.logging` * update requirements * use whole path import * fix some logging * fix registration.py * ruff * del prometheus.py * fix review comments * Merge pull request #2382 from opentensor/feat/roman/remove-prompt-from-sdk Avoid using `prompt` in SDK * Handle SSL Error on Connection (#2384) * Add `subvortex` subnet and tests (#2395) * add `subvortex` subnet and tests * ruff * Bumps version and updates changelog * bumping up version * Update CHANGELOG.md * bumping version * Update CHANGELOG.md with 8.3.1 * update docker version in config.yml * update docker version in config.yml * remove docker job in config.yml * remove docker job in config.yml 2 --------- Co-authored-by: Roman <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: ibraheem-opentensor <[email protected]> Co-authored-by: Roman <[email protected]>
…ion-mess Async unittests for `bittensor/core/extrinsics/async_weights.py`
…sync-transfer Async unittests for `bittensor/core/extrinsics/async_transfer.py`
…sync-root Async `unittests for bittensor/core/extrinsics/async_root.py`
Removes Conda Info
…ion.py to async_subtensor.py as `AsyncSubtensor` method
…on_for_pubkey_and_subnet` method
…gistration` sub-package
…async_registration.py`
* fix typos
* Improves the general docstrings of async_substrate_interface.py --------- Co-authored-by: Cameron Fairchild <[email protected]>
fix: increase stacklevel in LoggingMachine log calls
decode_scale's return_scale_obj arg was removed, but its references were not.
Backmerge master to staging for 8.4.0
* add back list from vec u8 to neuron info * use new decode in the neurons func * chore: ruff * fix `tests/unit_tests/test_async_subtensor.py::test_neurons` --------- Co-authored-by: Roman <[email protected]>
* Updates `ensure_connected` for the change to websockets. * Regenerates the websocket connection if it is closed.
* Updates `ensure_connected` for the change to websockets. * Only need to catch ConnectionClosed, as ConnectionClosedError subclasses ConnectionClosed. * Regenerates the websocket connection if it is closed. * Add property to FakeWebsocket * Ruff * Makes tests that use MockSubtensor run offline. * Changed scope of patch.
Updates btwallet to 2.1.2
thewhaleking
approved these changes
Nov 27, 2024
garrett-opentensor
approved these changes
Nov 27, 2024
ibraheem-opentensor
temporarily deployed
to
release
November 27, 2024 22:46 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
8.4.0 /2024-11-27
What's Changed
bittensor/core/extrinsics/async_weights.py
by @roman-opentensor in Async unittests forbittensor/core/extrinsics/async_weights.py
#2425bittensor/core/extrinsics/async_transfer.py
by @roman-opentensor in Async unittests forbittensor/core/extrinsics/async_transfer.py
#2426unittests for bittensor/core/extrinsics/async_root.py
by @roman-opentensor in Asyncunittests for bittensor/core/extrinsics/async_root.py
#2427bittensor/core/extrinsics/async_registration.py
by @roman-opentensor in Async unittests forbittensor/core/extrinsics/async_registration.py
#2445stake
andunstake
extrinsics by @roman-opentensor in Tests for subtensor methods related withstake
andunstake
extrinsics #2458reuse_block
by @thewhaleking in Expandreuse_block
#2481ensure_connected
for websockets by @thewhaleking in Updateensure_connected
for websockets #2486wait_for_block
method by @thewhaleking in Addwait_for_block
method #2489New Contributors
Full Changelog: v8.3.1...v8.4.0