subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

Bittensor Blockchain Layer

Results 156 subtensor issues
Sort by recently updated
recently updated
newest added

### Describe the bug The Senate is comprised of the top peers by Stake in the root subnet (SN0). This group is a governance group that is permitted to vote...

bug
red team

# Ledger App support Zondax et al. have developed a Ledger app to support generic substrate networks,[^1] meaning Bittensor will benefit from this app provided we integrate the required changes...

### Describe the bug Building subtensor leads to a non-functioning binary (with fatal errors such as `"runtime requires function imports which are not present on the host: 'env:ext_benchmarking_current_time_version_1'"`) which is...

bug

## Description Investigate the subnet lock cost and potential changes to its structure ### Background > https://github.com/opentensor/subtensor/issues/294 > > Currently, if a subnet owner registers on mainnet, the cost for...

red team

We want to move to a more formal release process characterized by the following points: * all PRs merge into `main` * PRs don't get merged until they are finney-ready...

blue team

This is the definition of the storage item `Stake`. ```rust #[pallet::storage] // --- DMAP ( hot, cold ) --> stake | Returns the stake under a coldkey prefixed by hotkey....

It's pretty annoying that the UI doesn't know at all what errors are if they haven't been hard-coded. Unknown error isn't a great user experience, and right now introducing new...

blue team

### Test Plan #### Scope 1. `fn run_coinbase` 2. `fn emit_inflation_through_hotkey_account` 3. `fn epoch` #### Code changes In order to make the code more testable, we need to separate `emit_inflation_through_hotkey_account`...

red team

Currently we only check finney. Now that we're on polkadot v1.10.0 (https://github.com/opentensor/subtensor/pull/387), migrations are idempotent and we can check them on devnet and testnet.

blue team

## Decscription The goal is to implement a commit-reveal scheme for submitting weights in the Subtensor module. This scheme will require validators to submit a hashed version of their weights...

red team
breaking-change