Categorygithub.com/skip-mev/connect/tests/integration/v2
modulepackage
2.0.0
Repository: https://github.com/skip-mev/connect.git
Documentation: pkg.go.dev

# Functions

AddSidecarToNode adds the sidecar configured by the given config to the given node.
CCVChainConstructor is a constructor for the CCV chain.
CCVInterchainConstructor is a constructor for the CCV interchain.
CreateTx creates a new transaction to be signed by the given user, including a provided set of messages.
DefaultChainConstructor is the default construct of a chan that will be used in the connect integration tests.
DefaultInterchainConstructor is the default constructor of an interchain that will be used in the connect.
No description provided by the author
No description provided by the author
No description provided by the author
ExpectVoteExtensions waits for empty oracle update waits for a pre-determined number of blocks for an extended commit with the given oracle-vote extensions provided per validator.
GetChainGRPC gets a GRPC client of the given chain NOTICE: this client must be closed after use.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PassProposal given a proposal id, vote for the proposal and wait for it to pass.
QueryCurrencyPair queries the price for the given currency-pair given a desired height to query from.
QueryCurrencyPairs queries the chain for the given CurrencyPair, this method returns the grpc response from the module.
QueryProposal queries the chain for a given proposal.
RestartOracle restarts the oracle sidecar for a given node.
SetOracleConfigsOnApp writes the oracle configuration to the given node's application config.
SetOracleConfigsOnOracle writes the oracle and metrics configs to the given node's oracle sidecar.
StartOracle starts the oracle sidecar for a given node.
StopOracle stops the oracle sidecar for a given node.
SubmitProposal creates and submits a proposal to the chain.
WaitForHeight waits for the giuve height to be reached.
WaitForProposalStatus, waits for the deposit period for the proposal to end.
WithAuthority sets the authority address.
WithBlockTime sets the block time.
WithChainConstructor sets the chain constructor.
WithDenom sets the token denom.
WithInterchainConstructor sets the interchain constructor.

# Structs

No description provided by the author
ConnectCCVSuite is a testing-suite for testing Connect's integration with ics consumer chains.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Interchain is an interface representing the set of chains that are used in the connect e2e tests, as well as any additional relayer / ibc-path information.

# Type aliases

ChainConstructor returns the chain that will be using connect, as well as any additional chains that are needed for the test.
InterchainConstructor returns an interchain that will be used in the connect integration tests.
Option is a function that modifies the ConnectIntegrationSuite.