avalanche-network-runner icon indicating copy to clipboard operation
avalanche-network-runner copied to clipboard

Check for network upgrade consistency if updating, and add direct blockchain conf update functionality

Open felipemadero opened this issue 2 years ago • 0 comments

Currently there are an indirect ways of updating chain config + network upgrade over an existing blockchain:

  • restart all nodes specifying those files
  • save to snapshot and reload specifying those files Neither of those verifies that a new network upgrade is consistent with the previous one (https://github.com/ava-labs/avalanche-network-runner/pull/316#discussion_r1003493205). Add this check. Also add a direct function that enables to directly change a given blockchain conf, without having to use restart or snapshot ops.

felipemadero avatar Oct 24 '22 17:10 felipemadero