interchaintest icon indicating copy to clipboard operation
interchaintest copied to clipboard

deps!(v7): use default dependencies

Open faddat opened this issue 4 months ago • 6 comments

For a long time, the v7 version of interchain test has used:

  • a retracted version of wasmd
  • a version of cometbft that is quite behind the times
  • a version of comsos-sdk that lacks a number of security patches

This PR resolves that set of problems, caused by a cluster of replace statements. It may have a single remaining issue remaining related to gogoproto, so I'm submitting this as a draft until that is resolved.

The biggest issue that this PR addresses is compatibility with the newer versions of standard cosmos software.

Note, this PR uses a "faddat" fork of go-substrate-rpc -- I can make a PR to misko9's repository, if that is preferred.

faddat avatar Apr 02 '24 13:04 faddat

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
interchaintest-docs ⬜️ Ignored (Inspect) Visit Preview Apr 19, 2024 3:30am

vercel[bot] avatar Apr 02 '24 13:04 vercel[bot]

We'll need to bring in one replace:

  • https://github.com/ComposableFi/go-substrate-rpc-client/pull/27

faddat avatar Apr 02 '24 13:04 faddat

Hopefully better?

https://github.com/ComposableFi/go-substrate-rpc-client/pull/28

faddat avatar Apr 02 '24 15:04 faddat

I'm not sure if test-cosmos examples is failing due to flakiness or another reason. Could you please let me know?

faddat avatar Apr 02 '24 16:04 faddat

I'll revert the superfluous commit, just want to determine if we've got a flakiness issue or a test failure.

faddat avatar Apr 02 '24 17:04 faddat

Ok i'll resolve the conflicts here.

faddat avatar Apr 10 '24 07:04 faddat