e2e

package module
v0.0.0-...-ed0e92f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PFMImage = ibc.DockerImage{
		Repository: pfmRepo,
		Version:    pfmVersion,
		UidGid:     "1025:1025",
	}

	Denom         = "utoken"
	DefaultConfig = ibc.ChainConfig{
		Type:           "cosmos",
		Name:           "pfm",
		ChainID:        "pfm-1",
		Images:         []ibc.DockerImage{PFMImage},
		Bin:            "simd",
		Bech32Prefix:   "cosmos",
		Denom:          Denom,
		CoinType:       "118",
		GasPrices:      fmt.Sprintf("0.0%s", Denom),
		GasAdjustment:  2.0,
		TrustingPeriod: "336h",
		NoHostMount:    false,
		EncodingConfig: encoding(),
	}

	NonRefundableConfig = ibc.ChainConfig{
		Type:           "cosmos",
		Name:           "pfm",
		ChainID:        "pfm-1",
		Images:         []ibc.DockerImage{PFMImage},
		Bin:            "simd",
		Bech32Prefix:   "cosmos",
		Denom:          Denom,
		CoinType:       "118",
		GasPrices:      fmt.Sprintf("0.0%s", Denom),
		GasAdjustment:  2.0,
		TrustingPeriod: "336h",
		NoHostMount:    false,
		EncodingConfig: encoding(),
		Env:            []string{"NON_REFUNDABLE_TEST=true"},
	}

	DefaultRelayer = ibc.DockerImage{
		Repository: "ghcr.io/cosmos/relayer",
		Version:    "main",
		UidGid:     "1025:1025",
	}
)

Functions

func GetDockerImageInfo

func GetDockerImageInfo() (repo, version string)

GetDockerImageInfo returns the appropriate repo and branch version string for integration with the CI pipeline. The remote runner sets the BRANCH_CI env var. If present, interchaintest will use the docker image pushed up to the repo. If testing locally, user should run `make local-image` and interchaintest will use the local image.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL