Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 Changes in this version + const BootLuxNodeTimeout + const DefaultLocalNodeURI + const HealthCheckTimeout + var NodeURIs = []string + func CreateNewSubnet(ctx context.Context, genesisFilePath string) string + func GetDefaultChainURI(blockchainID string) string + func GetFilesAndAliases(dir string) (map[string]string, error) + func IssueTxsToActivateProposerVMFork(ctx context.Context, chainID *big.Int, fundedKey *ecdsa.PrivateKey, ...) error + func RegisterNodeRun() + func RegisterPingTest() + func RunCommand(bin string, args ...string) (*cmd.Cmd, error) + func RunHardhatTests(ctx context.Context, blockchainID string, execPath string, testPath string) + func RunHardhatTestsCustomURI(ctx context.Context, chainURI string, execPath string, testPath string) + type SubnetSuite struct + func CreateSubnetsSuite(genesisFiles map[string]string) *SubnetSuite + func (s *SubnetSuite) GetBlockchainID(alias string) string + func (s *SubnetSuite) SetBlockchainIDs(blockchainIDs map[string]string)