Skip to content

Commit

Permalink
remove icaauth
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jul 24, 2024
1 parent 8690bf6 commit 21d062a
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 4,264 deletions.
5 changes: 1 addition & 4 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/types/module"
clientkeeper "github.com/cosmos/ibc-go/v8/modules/core/02-client/keeper"
icaauthtypes "github.com/crypto-org-chain/chain-main/v4/x/icaauth/types"
)

func (app *ChainApp) RegisterUpgradeHandlers(cdc codec.BinaryCodec, clientKeeper clientkeeper.Keeper) {
Expand All @@ -24,9 +23,7 @@ func (app *ChainApp) RegisterUpgradeHandlers(cdc codec.BinaryCodec, clientKeeper
}
if upgradeInfo.Name == planName && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {
storeUpgrades := storetypes.StoreUpgrades{
Deleted: []string{
icaauthtypes.StoreKey,
},
Deleted: []string{"icaauth"},

Check warning on line 26 in app/upgrades.go

View check run for this annotation

Codecov / codecov/patch

app/upgrades.go#L25-L26

Added lines #L25 - L26 were not covered by tests
}
// configure store loader that checks if version == upgradeHeight and applies store upgrades
app.SetStoreLoader(upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, &storeUpgrades))

Check warning on line 29 in app/upgrades.go

View check run for this annotation

Codecov / codecov/patch

app/upgrades.go#L29

Added line #L29 was not covered by tests
Expand Down
6 changes: 0 additions & 6 deletions x/icaauth/client/cli/flags.go

This file was deleted.

26 changes: 0 additions & 26 deletions x/icaauth/client/cli/query.go

This file was deleted.

47 changes: 0 additions & 47 deletions x/icaauth/client/cli/query_interchain_account_address.go

This file was deleted.

34 changes: 0 additions & 34 deletions x/icaauth/client/cli/query_params.go

This file was deleted.

25 changes: 0 additions & 25 deletions x/icaauth/client/cli/tx.go

This file was deleted.

49 changes: 0 additions & 49 deletions x/icaauth/client/cli/tx_register_account.go

This file was deleted.

68 changes: 0 additions & 68 deletions x/icaauth/client/cli/tx_submit_tx.go

This file was deleted.

21 changes: 0 additions & 21 deletions x/icaauth/genesis.go

This file was deleted.

7 changes: 0 additions & 7 deletions x/icaauth/keeper/grpc_query.go

This file was deleted.

27 changes: 0 additions & 27 deletions x/icaauth/keeper/grpc_query_interchain_account_address.go

This file was deleted.

19 changes: 0 additions & 19 deletions x/icaauth/keeper/grpc_query_params.go

This file was deleted.

Loading

0 comments on commit 21d062a

Please sign in to comment.