ava-labs / avalanche-cli

Other
103 stars 63 forks source link

make network start to not download new snapshots #2314

Open felipemadero opened 7 hours ago

felipemadero commented 7 hours ago

Why this should be merged

An issue in avacloud devnets. When a new snapshot is released, and a devnet is restarted, the new snapshot is installed and the persistent state is lost.

How this works

It ensures network start will not download new snapshots (but network clean and blockchain deploy will)

How this was tested

How is this documented