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

### Describe the bug Currently staking is affected by existential deposit because it is using `Currency::withdraw` (and `Currency::deposit` for unstaking). Pallet balances has the locking mechanism for this, which does...

bug
needs-triage

## Description The python package currently makes [4 queries to subtensor](https://github.com/opentensor/bittensor/blob/dynamic/bittensor/subtensor.py#L3367-L3386) in order to retrieve the dynamic pool info, which leads to a higher latency. This PR is reduce of...

## Description WIP: This allows us to sync from scratch again on the blockchain by ignoring the bad block 2,585,474. ## Related Issue(s) - Closes #[issue number] ## Type of...

See https://github.com/opentensor/subtensor/pull/325

Since miners don't set weights anymore, the value of the last 'UPDATE' value in the metagraph remains untouched for miners. The current 'set_weights' function correctly updates the weights for the...

The RPC call `delegateInfo.getDelegates` provides information for delegates. e.g. ```json { "delegate_ss58": "5G3jKS7BJPgrsirMu8cXGQiPRZYC5ceDx9xVyswhSEG8tGUs", "take": 11796, "nominators": [ ["5ExqSxwZWrPMuur8RBUjbfLMaGFkq3dmLedUvNWwhExkCxxF", 5755727], ["5FsZgSiWPJmm7Aj2H2fYPwMSWkG3LvHoo93m8WQNCJN6VrYx", 71999] ], "owner_ss58": "5FsZgSiWPJmm7Aj2H2fYPwMSWkG3LvHoo93m8WQNCJN6VrYx", "registrations": [0, 11, 21], "validator_permits": [],...

blue team

### Is your feature request related to a problem? Please describe. The nodes currently reject some extrinsics (registration/stake/unstake) for rate limiting purposes, etc. However, the error message for any case...

### Describe the bug By following the README instructions for `cargo run` I get the following error: ``` root@b8032326feec:~/subtensor# cargo run --release -- --dev warning: profiles for the non root...

bug

### Is your feature request related to a problem? Please describe. Currently the StakeAdded/Removed events do not list the origin that initiated the stake add or removal action. This makes...

red team