bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
### 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.
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.
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...