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 Currently, the delegation rewards distribution system in our blockchain project retrieves delegate identities from a GitHub link. We need to migrate this process to use the new blockchain...

Merge staging in merge-async is required to keep the code base up to date.

bittensor
conflict
async migration

The PR is a part of #1932

do not merge

The solution to this problem is found: We need to append the RTL symbol with corresponding control character: ``` sn_symbol = f"{bt.Balance.get_unit(subnet.netuid)}\u200E" ``` But the issue is more complex: It...

- We are now normalizing weights in subtensor - Allows the community to call commit/reveal with floats

### Description of the Change Support Wallet names with hyphens when passing password through ENV vars ### Alternate Designs Another solutions would be to: * Explicitly discourage (disallow?) creating wallet...

> [!IMPORTANT] > This is not the official release. > Further details and documentation to follow.

do not merge
do not review yet

We are currently going with 2 parallel machines running our tests. The workload is distributed according to the folder directory in our e2e tests. **Note**: Tests where we wait for...

### Is your feature request related to a problem? Please describe. Selecting subnet type should be allowed via btcli ### Describe the solution you'd like Adding a flag ### Describe...

feature