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

Description: In order to support capturing logs from 3rd party libraries, `btlogging` needs to be updated to support the standard Python `logger` library. Currently `btlogging` uses `loguru`, so it needs...

bittensor

Action item 5: Break out wildcard import statements into bespoke imports.

Addresses "Action 4" - Replaces rich console print calls with new ConsoleLogger calls while preserving color, and icons. (Except tables, which are still handled with rich console) - Adds a...

Without logs, retries happen silently, obfuscating the errors causing the retries. To improve performance we need to understand the origins of these retries.

The following tests are failing locally but not in CI and need to be addressed. ``` FAILED tests/integration_tests/test_cli.py::TestCLIWithNetworkAndConfig::test_overview - AssertionError: 'Subnet: 1' not found in 'Wallet - mock_wallet:5EqYFZBJnnXfMfHnLGf436z4Q4KFoobQbkYnuUKtTvwbQhm4\n ... FAILED...

Description: We have identified an issue in the Python Substrate Interface that causes interactions with the chain to hang when using multithreading in the Bittensor python API. This is due...

Description: The BTCLI is currently operating too slow for metagraph pulls and other functionality. In order to identify the core issues, we need to benchmark the various features within the...

### Describe the bug I cannot claim a senate seat. I am registered on root network, am nominated as a delegate to stake to (verified validator), and registered on subnetworks....

bug

### Describe the bug `btcli stake add` asks the user: 1. Do you want to stake to the following keys from owner: (...) 2. Enter password to unlock key: 3....

bug

New feature: Gossip protocol to discover nodes and extend for message passing among validators (or any nodes) on a subnet. This will be useful for coordinating across nodes (particularly validators)...

do not merge
do not review yet