subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

Migration to remove TotalHotkeyColdkeyStakesThisInterval

Open sam0x17 opened this issue 1 year ago • 0 comments

The TotalHotkeyColdkeyStakesThisInterval doesn't exist anymore, but it existed previously as

    pub type TotalHotkeyColdkeyStakesThisInterval<T: Config> = StorageDoubleMap<
        _,
        Identity,
        T::AccountId,
        Identity,
        T::AccountId,
        (u64, u64),
        ValueQuery,
        DefaultStakesPerInterval<T>,
    >;

https://github.com/opentensor/subtensor/blob/8f39a58329f2d195f029793942d1de3388b3edeb/pallets/subtensor/src/lib.rs#L755

The storage needs to be cleaned up as we never had a migration to remove these entries.

sam0x17 avatar Jun 27 '24 17:06 sam0x17