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

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.3&new-version=1.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger...

dependencies

The `AddNode` RPC API appears to accept [NodeConfig](https://github.com/ava-labs/avalanche-network-runner/blob/main/rpcpb/rpc.pb.go#L2802) (enabling the caller to specify any relevant configuration value for a new node), but actually converts the values supplied as NodeConfig [to...

Eg setting staking-tls-key-contents as a flag via RPC should be denied as ANR takes ownership of the file generation. The setting should be configurable by passing a node config, and...

Implement addPrimaryValidator when adding node local network. Since we can only add BLS keys for non genesis nodes, we have to work around this restriction

document in the best place the convention used on ANR by many functions the methods have the same name but the upper case one is expected to take a lock...