From 63b55ea35f54bc18f6193ed57f9f2caa847f6636 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 7 Jan 2025 10:03:14 +0100 Subject: [PATCH] updates --- ignite/services/plugin/plugin_test.go | 4 ---- ignite/services/plugin/template/go.mod.plush | 13 +------------ 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/ignite/services/plugin/plugin_test.go b/ignite/services/plugin/plugin_test.go index bda1e9013d..25acc45649 100644 --- a/ignite/services/plugin/plugin_test.go +++ b/ignite/services/plugin/plugin_test.go @@ -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) @@ -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 diff --git a/ignite/services/plugin/template/go.mod.plush b/ignite/services/plugin/template/go.mod.plush index 77bc1d2a9f..6ab2bdf96c 100644 --- a/ignite/services/plugin/template/go.mod.plush +++ b/ignite/services/plugin/template/go.mod.plush @@ -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 -) \ No newline at end of file +replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-rc.1.0.20250107080912-2bcc7678255f \ No newline at end of file