Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 7, 2025
1 parent ba67826 commit 63b55ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
4 changes: 0 additions & 4 deletions ignite/services/plugin/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ func (TestClientAPI) GetChainInfo(context.Context) (*ChainInfo, error) {
}

func TestPluginLoad(t *testing.T) {
t.Skip() // Re-enable when 0.52 integration finished

wd, err := os.Getwd()
require.NoError(t, err)

Expand Down Expand Up @@ -417,8 +415,6 @@ func TestPluginLoad(t *testing.T) {
}

func TestPluginLoadSharedHost(t *testing.T) {
t.Skip() // Re-enable when 0.52 integration finished

tests := []struct {
name string
instances int
Expand Down
13 changes: 1 addition & 12 deletions ignite/services/plugin/template/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,4 @@ require (
)

replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main

// remove once everything is tagged in 0.52
replace (
cosmossdk.io/api => cosmossdk.io/api v0.7.3-0.20241106232657-2290c5ee5582 // main
cosmossdk.io/core => cosmossdk.io/core v1.0.0-alpha.4 // main
cosmossdk.io/store => cosmossdk.io/store v1.0.0-rc.0.0.20241106232657-2290c5ee5582 // main
cosmossdk.io/x/accounts => cosmossdk.io/x/accounts v0.0.0-20241106211233-535aa2f3508e // release/v0.52.x
cosmossdk.io/x/bank => cosmossdk.io/x/bank v0.0.0-20241106211233-535aa2f3508e // release/v0.52.x
cosmossdk.io/x/consensus => cosmossdk.io/x/consensus v0.0.0-20241106211233-535aa2f3508e // release/v0.52.x
cosmossdk.io/x/staking => cosmossdk.io/x/staking v0.0.0-20241106211233-535aa2f3508e // release/v0.52.x
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-beta.2
)
replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-rc.1.0.20250107080912-2bcc7678255f

0 comments on commit 63b55ea

Please sign in to comment.