Versions in this module Expand all Collapse all v1 v1.0.9 Nov 20, 2024 Changes in this version + var ErrMutuallyExlusiveKeyLedger = errors.New("--key and --ledger,--ledger-addrs are mutually exclusive") + var ErrNoBlockchainID = errors.New(...) + var ErrNoSubnetID = errors.New(...) + var ErrStoredKeyOnMainnet = errors.New("--key is not available for mainnet operations") + func AddMonitoringSecurityGroupRule(ec2Svc map[string]*awsAPI.AwsCloud, ...) error + func CreateClusterNodeConfig(network models.Network, cloudConfigMap models.CloudConfig, ...) error + func GetLatestAvagoVersionForRPC(configuredRPCVersion int, latestPreReleaseVersion string) (string, error) + func GetLoadTestScript(app *application.Avalanche) error + func GetMinStakingAmount(network models.Network) (uint64, error) + func GetTimeParametersPrimaryNetwork(network models.Network, nodeIndex int, validationDuration time.Duration, ...) (time.Time, time.Duration, error) + func GrantAccessToIPinAWS(awsProfile string, region string, sgName string, userIPAddress string) error + func GrantAccessToIPinGCP(userIPAddress string) error + func NewCmd(injectedApp *application.Avalanche) *cobra.Command + func NewLoadTestCmd() *cobra.Command + func NewValidateCmd() *cobra.Command + func PrintNodeJoinPrimaryNetworkOutput(nodeID ids.NodeID, weight uint64, network models.Network, start time.Time) + func PromptWeightPrimaryNetwork(network models.Network) (uint64, error) + type NumNodes struct + func (n NumNodes) All() int