subtensor
subtensor copied to clipboard
Bittensor Blockchain Layer
## Description ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...
## Description We need to save total subnet stake amount ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ] Bug fix (non-breaking change which fixes...
## Description - This should only check if the weights_rate_limit time has passed since the last committed weights, without imposing the interval-based restriction. - The chain should now store multiple...
Hello, made some edits to the script. 1. Replaced 'release' occurrences with 'production' to match the new --profile=production flag. 2. Switched fast blocks off. Caused issue when using script to...
## Description The PR will fix the issue #575. ## Related Issue(s) - Closes #[575] ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description Currently, only the user requested amount is emitted in the event `StakeRemoved`. In the new runtime upgrade, when the staked amount is less than the minimum amount(set to...
## Description This PR: - Adds unstaking to `remove_network` - Adds migration to remove all stake entries with 0 stake. - Adds unit tests for `remove_network` and `remove_zero_stakes_v1` migration ##...
### Describe the bug The `pallet_subtensor::migrations::migrate_init_total_issuance::initialise_total_issuance` migration is seemingly running every time there is a runtime upgrade. Also running every upgrade is a `try_state` check for the total issuance trackers,...