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

### Describe the bug When I want to have newest version of bittensor and tensorflow, I have clash of numpy requirement. I can't have both installed in one project ###...

bug

## Bug - ### Description of the Change Apparently, in the context of python it was possible to set a env var with hyphen in it. Which makes change introduced...

### Bug Various issues were encountered trying to run and understand e2e tests: - if uvicorn fails to start, an uncaught exception is emitted to stderr - axon keeps spinning,...

In Review

### Bug - You can pass any argument to code that uses `bt.config()` with default kwargs, and it will not complain. This leads to confusion on all levels (developers, devops,...

In Review

### Bug The e2e test that tests metagraph has some flaws. Some assertions don't work as intended and a bug in metagraph is not caught. While I was at it...

In Review

Executes the ``sign`` command to sign a message with the provided wallet or wallet hotkey. This command signs a message using the provided wallet. Usage: The command generates a signature...

In Review

This PR splits the E2E tests into a directory running approach instead of file. Here, the CI will identify the folders and spawn 1 machine for each directory instead of...

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.

### Requirements for Adding, Changing, or Removing a Feature subtensor migrated to version that handles certificate discovery ### Description of the Change Adds the ability to send neuron certificate and...

### Bug The get_subnets function was truncating to max. 100 results due to list comprehensions handling of iterators. The bug has been described in https://github.com/opentensor/bittensor/issues/2208. ### Description of the Change...