bittensor icon indicating copy to clipboard operation
bittensor copied to clipboard

Internet-scale Neural Networks

Results 190 bittensor issues
Sort by recently updated
recently updated
newest added

### Bug While working with the e2e tests, it appeared that the miner code did not function well, but the test never gave any indication of this. The two issues...

In Review

### Bug The e2e test in `test_root_register_add_member_senate.py` searches for specific strings in specific lines (line numbers) of output. This does not make sense as the line number is not necessarily...

Executes the ``register_cost`` command to return the cost of registering a neuron on the Bittensor network by recycling some TAO. This command is used to determine the registration cost for...

In Review

## Description This PR - Updates the the Child Hot Key API to follow changes in https://github.com/opentensor/subtensor/tree/childkeys. TLDR , we only have SetChildren , and RevokeChildren now , to handle...

### Is your feature request related to a problem? Please describe. I just cloned the repo and it is very large (329.54 Mi). For example we have been committing files...

feature

### Describe the bug In template, there is `force_register_neuron` in `MockSubtensor` which is not available in new bittensor library ``` │ /Users/wojtasy/dev/_cancer_ai/cancerai/cancer_ai/mock.py:29 in __init__ │ │ │ │ 26 │...

bug

We should use [Google Style Python Docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) to describe docstrings. AC: - [ ] Raj (Gyrus Team) approve the related PR.

enhancement
bittensor
refactoring

Integrate Rust decoder implementation into new SDK AC: - [x] all of decode code places replaced with `bt-decode`; - [x] all of tests (include e2e) passed.

enhancement
bittensor

Removed unnecessary "store_true" actions from `--wait_for_inclusion` and `--wait_for_finalization` flags in multiple argument parsers. This change ensures proper default behavior without requiring explicit action parameters.