bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
AC: - [ ] all decoders across the repo replaced with `bt_decode`.
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...
### 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 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...
### AC: - [ ] Test coverage for each individual module must be at least 80% ### Currently: 
## 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...
### 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...
### 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()...