Cargo Features

[dependencies]
cw-orch-publish-test = { version = "0.11.2", default-features = false, features = ["node-tests", "daemon", "interchain"] }

Interact with local/remote daemons over gRPC

default = interchain

enable node-backed tests (ensure Docker is running) run with cargo test --jobs 1 --features node-tests

node-tests = daemon
daemon interchain node-tests?

enable the optional dependencies

Enables base16, base64 ^0.21.0, bitcoin ^0.30.0, chrono, and cosmrs ^0.14.0, derive_builder ^0.12.0, diff-struct, ed25519-dalek ^1, eyre, futures-util, hex, hkd32, ibc-chain-registry ^0.23.0, ibc-relayer-types ^0.23.0, log4rs, prost ^0.11, rand_core, reqwest ^0.11.9, ring ^0.16.20, ripemd, secp256k1 ^0.27.0, tokio, and tonic ^0.9.2 and propagate_daemon of cw-orch-contract-derive ^0.11

Default deps

Affects cw-orch-publish-test::daemon

interchain default = daemon

Interact with interchaintest's docker nodes

Enables async-recursion and bollard ^0.14.0

bollard:

Interchain deps