Module cosmrs::dev

source ·
Available on crate feature dev only.
Expand description

Development-related functionality.

This module contains support for integration testing against a Cosmos SDK-compatible full node (gaia) running inside of Docker.

Constants

Docker image (on Docker Hub) containing a single-node test environment for gaia, the reference implementation of a Cosmos Hub full node.

Functions

Invoke docker run with the given arguments, calling the provided function after the container has booted and terminating the container after the provided function completes, catching panics and propagating them to ensure that the container reliably shuts down.
Wait for the node to produce the first block.
Wait for a transaction with the given hash to appear in the blockchain