Skip to content

Releases: strangelove-ventures/interchaintest

v8.7.1

20 Sep 13:27
ed1e436
Compare
Choose a tag to compare

What's Changed

Features

  • implement relayer override flag when creating clients by @boojamya in #1237
  • optionally override port in ibc transfer by @boojamya in #1239
  • check for panic in container logs on start for better DevEx by @Reecepbcups in #1258

Fixes

Chores

New Contributors

Full Changelog: v8.7.0...v8.7.1

v8.7.0

24 Aug 02:24
cfa5d4b
Compare
Choose a tag to compare

📝 Implementation
Integrate E2E Test Locally + Github Actions

require (
    github.com/strangelove-ventures/interchaintest/v8 v8.7.0
)

Highlights

Chores & Fixes

Full Changelog: v8.6.1...v8.7.0

v7.1.0

15 Aug 15:43
244599f
Compare
Choose a tag to compare

📝 Implementation

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

Major Breaking

Features

Other

New Contributors

Full Changelog: v7.0.0...v7.1.0

v8.6.1

24 Jul 16:10
54e5595
Compare
Choose a tag to compare

Features

Fixes

Full Changelog: v8.6.0...v8.6.1

v8.6.0

22 Jul 11:44
77d9ca2
Compare
Choose a tag to compare

Features

Chores

New Contributors

Full Changelog: v8.5.0...v8.6.0

v8.5.0

02 Jul 16:17
2aba342
Compare
Choose a tag to compare

Features

Chores

  • update go-substrate-rpc-client to remove the denom trace queries by @misko9 in #1150

Full Changelog: v8.4.0...v8.5.0

v8.4.0

31 May 18:36
2e881e2
Compare
Choose a tag to compare

📝 Implementation
Integrate E2E Test Locally + Github Actions

require (
    github.com/strangelove-ventures/interchaintest/v8 v8.4.0
)

IMPORTANT NOTE

This release changes the IBCTEST_SKIP_FAILURE_CLEANUP environment prefix to ICTEST_SKIP_FAILURE_CLEANUP

Feature Highlights

  • Adding functions for pre-start of node + pre-start of all nodes in a chain by @nivasan1 in #1123
  • Migrate Wasm contracts helper by @BiPhan4 in #1122

Local Interchain

Other

New Contributors

Full Changelog: v8.3.0...v8.4.0

v8.3.0

08 May 19:54
65cce0c
Compare
Choose a tag to compare

📝 Implementation
Integrate E2E Test Locally + Github Actions

require (
    github.com/strangelove-ventures/interchaintest/v8 v8.3.0
)

Feature Highlights

Local Interchain

What's Changed

Chores

Full Changelog: v8.2.0...v8.3.0

v8.2.0

08 Mar 18:44
74fa714
Compare
Choose a tag to compare

Breaking Changes

Changelog

  • refactor!: changing block height type from uint64 to int64 by @spoo-bar in #979
  • feat!: replace broadcaster's account retriever to use chain's bech32 prefix when converting AccAddress to string by @madrezaz in #1009
  • feat: local-ic native cli interaction by @Reecepbcups in #1007
  • fix: Parse sequence number as uint instead of int in cosmos SendIBCTransfer by @pharr117 in #990
  • fix: local interchain readme by @bekauz in #988
  • ux: use relative path for chains if applicable by @Reecepbcups in #999
  • chore: Version Bumps by @Reecepbcups in #985
  • chore(deps): fix open security issues for SOC 2 by @Reecepbcups in #1006

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

05 Feb 17:00
23a8755
Compare
Choose a tag to compare

📝 Implementation

Integrate E2E Test Locally + Github Actions

require (
    github.com/strangelove-ventures/interchaintest/v8 v8.1.0
)

State Breaking Changes

  • Use math.Int instead of int64 for funds related functions
  • PollForProposalStatus and PollForProposalStatusV1 now require govv1beta1 and govv1 status types.
    • cosmos.PollForProposalStatus(ctx, chain, height, height+10, 1, govv1beta1.StatusPassed)
    • osmos.PollForProposalStatusV1(ctx, chain, height, height+10, 1, govv1.StatusPassed)
  • Core module interactions renamed to -> (Module)Query(Action) and ModuleAction for transactions.
    • chain.TokenFactoryQueryAdmin(...)
    • chain.BankQueryDenomMetadata(...)
    • chain.GetNode().TokenFactoryCreateDenom(...)
    • chain.GetNode().BankSend(...)

💥 Interchaintest Highlights

💥 Local Interchain Highlights

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

💻 Contributors

  • Strangelove Team

Full Changelog: v8.0.0...v8.1.0