Documentation ¶
Index ¶
- Constants
- func CheckAvalancheGoExists(version string) bool
- func CheckKeyEquality(keyPath1, keyPath2 string) (bool, error)
- func CheckSubnetEVMExists(version string) bool
- func DeleteBins() error
- func DeleteConfigs(subnetName string) error
- func DeleteKey(keyName string) error
- func DownloadCustomVMBin() (string, error)
- func GetBaseDir() string
- func KeyExists(keyName string) (bool, error)
- func ParseGreeterAddress(output string) error
- func ParseRPCsFromOutput(output string) ([]string, error)
- func PrintStdErr(err error)
- func RunHardhatScript(script string) (string, string, error)
- func RunHardhatTests(test string) error
- func SetHardhatRPC(rpc string) error
- func SubnetConfigExists(subnetName string) (bool, error)
- func SubnetCustomVMExists(subnetName string) (bool, error)
Constants ¶
View Source
const ( BaseTest = "./test/index.ts" GreeterScript = "./scripts/deploy.ts" GreeterCheck = "./scripts/checkGreeting.ts" )
Variables ¶
This section is empty.
Functions ¶
func CheckAvalancheGoExists ¶ added in v0.2.2
func CheckKeyEquality ¶ added in v0.2.0
func CheckSubnetEVMExists ¶ added in v0.2.2
func DeleteBins ¶ added in v0.2.2
func DeleteBins() error
func DeleteConfigs ¶
func DownloadCustomVMBin ¶ added in v0.2.2
Currently downloads subnet-evm, but that suffices to test the custom vm functionality
func GetBaseDir ¶
func GetBaseDir() string
func ParseGreeterAddress ¶
func ParseRPCsFromOutput ¶ added in v0.2.0
func PrintStdErr ¶ added in v0.2.0
func PrintStdErr(err error)
func RunHardhatTests ¶
func SetHardhatRPC ¶
func SubnetConfigExists ¶
func SubnetCustomVMExists ¶ added in v0.2.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.