Remove the dependency on cosmossdk.io/simapp #3545
Labels
dependencies
Issues or PRs to update a dependency
type: code hygiene
Clean up code but without changing functionality or interfaces
Summary
Our go module currently depends on
cosmossdk.io/simapp
. This module is pre-release and encapsulates the SDK's simulation app. We have no need to depend on this directly.go mod why -m cosmossdk.io/simapp # cosmossdk.io/simapp github.com/cosmos/ibc-go/v7/testing/simapp/simd/cmd cosmossdk.io/simapp/simd/cmd
We use the module to simply bootstrap the
testnet
subcommand of the ibc-go simapp. The testnet cmd can be redefined internally similarly to how prod apps do it. Alternatively we can remove this entirely if we don't see a need for thetestnet
subcommand.For Admin Use
The text was updated successfully, but these errors were encountered: