subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

Bittensor Blockchain Layer

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

Adding the ability to moving a portion of a stake from one subnet to another

enhancement

### Is your feature request related to a problem? Please describe. It is possible for a subnet to be on epoch at the same block that a hotkey reaches 20...

Pallet indexing in `construct_runtime!` has been a footgun recently. It would be desirable if we could just disable not using explicit pallet indexing. This can be done with a custom...

## Description This PR modifies the preexecution error codes to ensure that the code matches its index in the metadata. ## Related Issue(s) - Closes #[issue number] ## Type of...

## Description We should also keep track of parent stake by netuid ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ] Bug fix (non-breaking change...

### Describe the bug A few storage items such as `LastMechansimStepBlock` & `PendingdHotkeyEmission` are misspelled. ### To Reproduce https://github.com/opentensor/subtensor/blob/4f3f151ce940faded957496fe3b02191aa322ffb/pallets/subtensor/src/lib.rs#L757 ### Expected behavior All pallet items should be spelled correctly. ###...

bug

reviving: https://github.com/opentensor/subtensor/pull/522 ## Description On neuron registration the trust, emission, consensus, incentive, dividends values as well as axon info associated with the assigned neuron_uid are inherited from the previous neuron....

### Describe the bug While indexing an Archive node ### To Reproduce node-subtensor \ --base-path /blockchain \ --chain raw_spec_finney.json \ --rpc-external --rpc-cors all \ --prometheus-external --no-telemetry \ --no-mdns \ --max-runtime-instances...

bug

## Description This PR: - creates a helper function `get_total_stake_for_hotkey_on_subnets` to return the total stake for hotkeys across subnets . This takes into account childkey contributions. - replace get_total_hotkey_stake in...

## Description Adds logic to unstake any accounts staked to a subnet on deregistration ## Related Issue(s) - Closes #564 ## Type of Change - [x] Bug fix (non-breaking change...