subtensor
subtensor copied to clipboard
Bittensor Blockchain Layer
Fixes #421.
## Description We need to modify the calculation of the exponential moving average (EMA) of bonds in our blockchain system to make it more responsive to the current consensus. Currently,...
No matter if pow-faucet feature is used or not, the runtime panics when btcli is used to run faucet. Steps to reproduce: 1. Checkout dynamic branch in subtensor 2. Run...
## Description This PR : - extracts the baekker aritfacts from the dynamic branch - Adds a ci job to build the Baedeker artifacts - Adds a script to download...
## Description This PR bumps the spec version on finney in preparation for the runtime upgrade ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ]...
Right now it is possible to have code that panics in pallets, extrinsics, etc., which can brick the chain. Ideally we disallow this at the clippy linting level so the...
We should add automated fuzzing to the CI particularly to catch bugs around matrix operations and unanticipated combinations of extrinsics potentially. AC: - [ ] pick a fuzzing library/crate -...
The saying "prevention is better than the cure" **overwhelmingly** applies when it comes to chain outages, and we must always first and foremost do everything possible to avoid them happening...
A new state map was added in DTAO and needs a migration to be populated: SubnetCreator::::insert(netuid_to_register, hotkey.clone()); // Set the creator hotkey (which is forever.)'''
get_hotkey_global_dynamic_tao is the method in staking.rs Merged to dynamic branch now. Matching PR for Bittensor: https://github.com/opentensor/bittensor/pull/1881