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

Tool to run and interact with an Avalanche network locally

Results 60 avalanche-network-runner issues
Sort by recently updated
recently updated
newest added

Specifically for the Health call, it seems it's not always set (for example, after loading a snapshot and waiting for health in `pkg/subnet/local.go`.

bug

check which dir/file flags can be removed, and to what extent, now that data-dir is beign used

only needed when there is a need to discriminate between nil and default value.

Note, not to be addressed in this PR but possibly create a ticket: These naked parameters are close to impossible to reason about what each means. I think we should...

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...

coreth stopped working well on 1.9.0, add a e2e to keep an eye on this kind of problem

When stopping a local network gracefully with Ctrl-C, it reports an error due to the process being shut down. We should ensure that stopping the network gracefully does not attempt...

bug