Documentation ¶
Overview ¶
Package utils contains some common paths used in configuration and tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProjectRoot Root folder of this project ProjectRoot = filepath.Join(filepath.Dir(b), "/..") // ChartsRoot test suite root ChartsRoot = filepath.Join(ProjectRoot, "charts") // K8sRoot test suite soak root K8sRoot = filepath.Join(ProjectRoot, "soak") // PresetRoot root folder for environments preset PresetRoot = filepath.Join(ProjectRoot, "preset") // ContractsDir path to our contracts ContractsDir = filepath.Join(ProjectRoot, "contracts") // EthereumContractsDir path to our ethereum contracts EthereumContractsDir = filepath.Join(ContractsDir, "ethereum") // MirrorDir path to our ecr mirror helpers MirrorDir = filepath.Join(ProjectRoot, "mirror") )
Functions ¶
func EtherToWei ¶
EtherToWei converts an ETH float amount to wei
func GetEnv ¶ added in v1.10.9
GetEnv returns the value of the environment variable named by the key and sets the environment variable up to be used in the remote runner
func PrivateKeyToAddress ¶
func PrivateKeyToAddress(privateKey *ecdsa.PrivateKey) (common.Address, error)
PrivateKeyToAddress is a handy converter for an ecdsa private key to a usable eth address
func SetupEnvVarsForRemoteRunner ¶ added in v1.11.1
SetupEnvVarsForRemoteRunner sets up the environment variables in the list to propagate to the remote runner
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.