opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
130 stars 143 forks source link

Reserved test nodes #406

Closed shibshib closed 3 months ago

shibshib commented 3 months ago

Description

This PR adds two flags to testnet nodes: reserved-nodes and reserved-only. These nodes serve to ensure that testnet nodes will only synchronize with the boot node, and no other nodes, this ensures that they won't lose their way if we have any issues with upgrades or bad blocks.

Type of Change

Additional flags

Checklist

sam0x17 commented 3 months ago

I went a head and added this to development in #409