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

we can move this stuff to a helper, and probably call it on config generation

depends on https://github.com/ava-labs/avalanchego/pull/3247 being merged after that, update dep

According to the RPC protocol of avalanchego 1.11.10 is newer. Coreth 0.13.7 uses avalanchego 1.11.10.

In this repository what I did was: ``` go get github.com/supranational/[email protected] go mod tidy ```

blst 0.3.11 produces segmentation faults in OpenBSD due to constants present in a text section instead of being in a read-only section. The problem was solved in version 0.3.12. See...

just let anr receive ~ whenever suitable

it should be much easier to just specify binary name and let ANR copy the files into proper location eg ``` go run main.go control start --avalanchego-path ~/avalanchego-v1.11.10/avalanchego --blockchain-specs '[{"vm_name":"chain1","genesis":"~/genesis.json","vm_binary":...