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

Keep max priority among user given and expected timeout. Also add timeout management to AddNode + other ones (currently user given timeout is applied but there is no clear err...

Health check client should not have hard-coded `localhost` but instead use the value set in the config for http-host. https://github.com/ava-labs/avalanche-network-runner/blob/main/local/network.go#L631

Currently the flags are passed by command line. Config file will left better record of the configuration used for a node.

Set port to 0 and then get port from either logs or json file. This will enable better dynamic port generation as: 1. there seems to be a flaky condition...

Currently the user receives the following error message: `Error: rpc error: code = Unknown desc = avalanche exec not exists` A user getting started with Avalanche Network Runner does not...

From @cgcardona /v1/control/sendoutboundmessage just hangs. And it blocks any other requests from going through. I didn’t kill it and just let it run to see what would happen and eventually...

From @cgcardona We should rename `getsnapshotnames` to `listsnapshots` to match the naming convention of `listblockchains`, `listrpcs` and `listsubnets` In the `POST` body of `v1/control/attachpeer` we should change the key from...