Skip to content

Releases: strangelove-ventures/interchaintest

v6.0.0

06 Dec 22:04
8f0bb15
Compare
Choose a tag to compare

v8.0.0

07 Nov 20:01
cc09872
Compare
Choose a tag to compare

v7.0.0

07 Nov 19:56
79f1a55
Compare
Choose a tag to compare

Interchaintest: Background & Use Cases

NOTE if using CometBFT v0.37.3+, use a replace statement in the interchaintest nested go.mod for v0.37.2. A state breaking function signature occurs due to a Schnorrkel v1.0.0 bump on the BFT side, which is not compatible.
github.com/cometbft/cometbft => github.com/cometbft/cometbft v0.37.2

📝 Implementation

Integrate E2E Test Locally + Github Actions

require (
    github.com/strangelove-ventures/interchaintest/v7 v7.0.0
)

💥 Highlights

Find a full list of examples at v7: interchaintest/examples/cosmos

💻 Contributors

Full Changelog: https://github.com/strangelove-ventures/interchaintest/commits/v7.0.0