subtensor
subtensor copied to clipboard
`bad_blocks`, `fork_blocks` chain extension
- [ ] Currently
local,testnet,finneyand common chain spec logic is all in 1 file, which is somewhat unorganised. Split up into dedicated files for better organisation and easier maintenance. - [ ] Add
bad_blocks,fork_blockschain extensions. - [ ] Test
bad_blockslocally to ensure it works. - [ ] Test
fork_blockslocally to ensure it works.
This is a necessary part of our chain recovery SOP (https://github.com/opentensor/subtensor/issues/438).