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

AC: - [ ] all decoders across the repo replaced with `bt_decode`.

enhancement
bittensor

When user inputs a wrong password to unlock the wallet, bittensor throws and all user input is lost. This PR fixes this issue.

### Is your feature request related to a problem? Please describe. Hello, It would be really helpful from an automation perspective if we could allow JSON support output when querying...

feature

### Describe the bug After some inactive connection, the substratum loses connection and returns the error "[Errno 32] Broken pipe". ### To Reproduce 1. Create a Subtensor instance. 2. Keep...

bug
bittensor

### Bug 1 #### Explanation: Command: `btcli st remove --netuid x --wallet.name COLD --wallet.hot HOT` Result: `TypeError: 'NoneType' object is not subscriptable` But: `btcli st remove` and then walking through...

bittensor
rao

### AC: - [ ] Test coverage for each individual module must be at least 80% ### Currently: ![Image](https://github.com/user-attachments/assets/6863f5db-5dfa-44fc-aa4f-f96229ee3bdf)

bittensor
testing

## Description Implement `set_childkey_take` functionality in the Bittensor CLI to interact with the newly added chain feature. This allows a coldkey to set the childkey take for a given hotkey...

### Describe the bug The function ```python subtensor.neuron_has_validator_permit(netuid, uid) ``` Does not currently work. The storage was changed to a single map returning a UID-indexed vector of booleans matching whether...

bug

### Is your feature request related to a problem? Please describe. Running any tests with bittensor throws depreciation warnings. ```bash =========================================================================================== warnings summary ============================================================================================ ../../miniconda3/envs/mc-api/lib/python3.10/site-packages/munch/__init__.py:24 /Users/nicholasmiller/miniconda3/envs/mc-api/lib/python3.10/site-packages/munch/__init__.py:24: DeprecationWarning: pkg_resources is deprecated...

feature

### Describe the bug The `subtensor.get_subnets` function returns *at most* 100 subnets, regardless of the true subnet count. ### To Reproduce ```python import bittensor sub = bittensor.subtensor("wss://test.chain.opentensor.ai:443") subnets = sub.get_subnets()...

bug