subtensor
subtensor copied to clipboard
Bittensor Blockchain Layer
## Description ## Related Issue(s) - Closes #1589 ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...
## Description ## Related Issue(s) - Closes #1524 ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...
### Is your feature request related to a problem? Please describe. Given that the Bittensor network is currently paused, I propose the following schedule for the recovery and update process:...
## Description This PR addresses the stake manipulation problem. It introduces a stake lock after each stake deposit operation (like `add_stake` or `add_stake_limit`). The lock is the block number after...
The upgrade to the latest SDK will be divided into multiple steps and require upgrading the dependencies first for [frontier](https://github.com/opentensor/frontier) followed by subtensor. - [x] #1607 opentensor/frontier#12 - [ ]...
## Description This PR removes values for root subnets from the following storage item list: - SubnetworkN - Tempo - ActivityCutoff - Bonds - Keys - MaxAllowedValidators - SubnetOwnerHotkey -...
## Description This PR reimplements "stake delta" feature that was removed previously. It saves stake movement into the separate storage by hotkey, coldkey, and netuid. During the `epoch()` function execution...