refactor(x/group): use core migrations api (#19423)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
Julien Robert
2024-02-14 18:26:52 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent 01bad3ebb6
commit f6d970d52f
11 changed files with 40 additions and 32 deletions
-4
View File
@@ -17,10 +17,6 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
)
// Configurator provides the hooks to allow modules to configure and register
// their services in the RegisterServices method. It is designed to eventually
// support module object capabilities isolation as described in
// https://github.com/cosmos/cosmos-sdk/issues/7093
// Deprecated: The Configurator is deprecated.
// Preferably use core services for registering msg/query server and migrations.
type Configurator interface {