diff --git a/app/app.go b/app/app.go index 2ec4adf4e..76585ce6a 100644 --- a/app/app.go +++ b/app/app.go @@ -29,7 +29,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/sentinel-official/hub/v1/app/ante" + "github.com/sentinel-official/hub/v12/app/ante" ) const ( diff --git a/app/keeper.go b/app/keeper.go index f492cbb2e..53ef8cecb 100644 --- a/app/keeper.go +++ b/app/keeper.go @@ -61,12 +61,12 @@ import ( ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - custommintkeeper "github.com/sentinel-official/hub/v1/x/mint/keeper" - customminttypes "github.com/sentinel-official/hub/v1/x/mint/types" - swapkeeper "github.com/sentinel-official/hub/v1/x/swap/keeper" - swaptypes "github.com/sentinel-official/hub/v1/x/swap/types" - vpnkeeper "github.com/sentinel-official/hub/v1/x/vpn/keeper" - vpntypes "github.com/sentinel-official/hub/v1/x/vpn/types" + custommintkeeper "github.com/sentinel-official/hub/v12/x/mint/keeper" + customminttypes "github.com/sentinel-official/hub/v12/x/mint/types" + swapkeeper "github.com/sentinel-official/hub/v12/x/swap/keeper" + swaptypes "github.com/sentinel-official/hub/v12/x/swap/types" + vpnkeeper "github.com/sentinel-official/hub/v12/x/vpn/keeper" + vpntypes "github.com/sentinel-official/hub/v12/x/vpn/types" ) type Keepers struct { diff --git a/app/module.go b/app/module.go index 778c6ac36..5626da4fc 100644 --- a/app/module.go +++ b/app/module.go @@ -59,13 +59,13 @@ import ( ibcsolomachine "github.com/cosmos/ibc-go/v7/modules/light-clients/06-solomachine" ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - deposittypes "github.com/sentinel-official/hub/v1/x/deposit/types" - custommint "github.com/sentinel-official/hub/v1/x/mint" - customminttypes "github.com/sentinel-official/hub/v1/x/mint/types" - "github.com/sentinel-official/hub/v1/x/swap" - swaptypes "github.com/sentinel-official/hub/v1/x/swap/types" - "github.com/sentinel-official/hub/v1/x/vpn" - vpntypes "github.com/sentinel-official/hub/v1/x/vpn/types" + deposittypes "github.com/sentinel-official/hub/v12/x/deposit/types" + custommint "github.com/sentinel-official/hub/v12/x/mint" + customminttypes "github.com/sentinel-official/hub/v12/x/mint/types" + "github.com/sentinel-official/hub/v12/x/swap" + swaptypes "github.com/sentinel-official/hub/v12/x/swap/types" + "github.com/sentinel-official/hub/v12/x/vpn" + vpntypes "github.com/sentinel-official/hub/v12/x/vpn/types" ) var ( diff --git a/app/store.go b/app/store.go index 1f3c48443..b6a24cc37 100644 --- a/app/store.go +++ b/app/store.go @@ -27,9 +27,9 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - customminttypes "github.com/sentinel-official/hub/v1/x/mint/types" - swaptypes "github.com/sentinel-official/hub/v1/x/swap/types" - vpntypes "github.com/sentinel-official/hub/v1/x/vpn/types" + customminttypes "github.com/sentinel-official/hub/v12/x/mint/types" + swaptypes "github.com/sentinel-official/hub/v12/x/swap/types" + vpntypes "github.com/sentinel-official/hub/v12/x/vpn/types" ) type StoreKeys struct { diff --git a/cmd/sentinelhub/app_creator.go b/cmd/sentinelhub/app_creator.go index 89d57f534..2b2b87f32 100644 --- a/cmd/sentinelhub/app_creator.go +++ b/cmd/sentinelhub/app_creator.go @@ -17,8 +17,8 @@ import ( "github.com/prometheus/client_golang/prometheus" "github.com/spf13/cast" - "github.com/sentinel-official/hub/v1/app" - hubtypes "github.com/sentinel-official/hub/v1/types" + "github.com/sentinel-official/hub/v12/app" + hubtypes "github.com/sentinel-official/hub/v12/types" ) type appCreator struct { diff --git a/cmd/sentinelhub/main.go b/cmd/sentinelhub/main.go index e3eb1504b..b63ffb7ac 100644 --- a/cmd/sentinelhub/main.go +++ b/cmd/sentinelhub/main.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/server" servercmd "github.com/cosmos/cosmos-sdk/server/cmd" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func HomeDir() (string, error) { diff --git a/cmd/sentinelhub/root.go b/cmd/sentinelhub/root.go index 291413e57..ed1fdae9f 100644 --- a/cmd/sentinelhub/root.go +++ b/cmd/sentinelhub/root.go @@ -20,7 +20,7 @@ import ( genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/app" + "github.com/sentinel-official/hub/v12/app" ) func initAppConfig() (string, interface{}) { diff --git a/go.mod b/go.mod index cd4fd3bd6..aea49e797 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sentinel-official/hub/v1 +module github.com/sentinel-official/hub/v12 go 1.21 diff --git a/proto/sentinel/deposit/v1/deposit.proto b/proto/sentinel/deposit/v1/deposit.proto index 34897ceeb..fd564dd5f 100644 --- a/proto/sentinel/deposit/v1/deposit.proto +++ b/proto/sentinel/deposit/v1/deposit.proto @@ -4,7 +4,7 @@ package sentinel.deposit.v1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/deposit/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/deposit/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/deposit/v1/events.proto b/proto/sentinel/deposit/v1/events.proto index 37e951f2b..ef71ee536 100644 --- a/proto/sentinel/deposit/v1/events.proto +++ b/proto/sentinel/deposit/v1/events.proto @@ -3,7 +3,7 @@ package sentinel.deposit.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/deposit/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/deposit/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/deposit/v1/querier.proto b/proto/sentinel/deposit/v1/querier.proto index 02e300e14..8b20e91ef 100644 --- a/proto/sentinel/deposit/v1/querier.proto +++ b/proto/sentinel/deposit/v1/querier.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "sentinel/deposit/v1/deposit.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/deposit/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/deposit/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/mint/v1/genesis.proto b/proto/sentinel/mint/v1/genesis.proto index deb250d9e..a114ad73a 100644 --- a/proto/sentinel/mint/v1/genesis.proto +++ b/proto/sentinel/mint/v1/genesis.proto @@ -4,7 +4,7 @@ package sentinel.mint.v1; import "gogoproto/gogo.proto"; import "sentinel/mint/v1/inflation.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/mint/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/mint/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/mint/v1/inflation.proto b/proto/sentinel/mint/v1/inflation.proto index 01ec58ba7..4bb5ba4e7 100644 --- a/proto/sentinel/mint/v1/inflation.proto +++ b/proto/sentinel/mint/v1/inflation.proto @@ -4,7 +4,7 @@ package sentinel.mint.v1; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/mint/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/mint/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/node/v2/events.proto b/proto/sentinel/node/v2/events.proto index 076fb2a19..2ee6527b9 100644 --- a/proto/sentinel/node/v2/events.proto +++ b/proto/sentinel/node/v2/events.proto @@ -4,7 +4,7 @@ package sentinel.node.v2; import "gogoproto/gogo.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/node/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/node/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/node/v2/genesis.proto b/proto/sentinel/node/v2/genesis.proto index 2eee301ca..881f6919c 100644 --- a/proto/sentinel/node/v2/genesis.proto +++ b/proto/sentinel/node/v2/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "sentinel/node/v2/node.proto"; import "sentinel/node/v2/params.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/node/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/node/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/node/v2/msg.proto b/proto/sentinel/node/v2/msg.proto index 9d3830e70..5e4df9a40 100644 --- a/proto/sentinel/node/v2/msg.proto +++ b/proto/sentinel/node/v2/msg.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/node/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/node/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/node/v2/node.proto b/proto/sentinel/node/v2/node.proto index 361b0683b..260fa35a1 100644 --- a/proto/sentinel/node/v2/node.proto +++ b/proto/sentinel/node/v2/node.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/node/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/node/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/node/v2/params.proto b/proto/sentinel/node/v2/params.proto index ef92a078a..4092c130d 100644 --- a/proto/sentinel/node/v2/params.proto +++ b/proto/sentinel/node/v2/params.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/node/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/node/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/node/v2/querier.proto b/proto/sentinel/node/v2/querier.proto index 552094cd7..99bd754b1 100644 --- a/proto/sentinel/node/v2/querier.proto +++ b/proto/sentinel/node/v2/querier.proto @@ -8,7 +8,7 @@ import "sentinel/node/v2/node.proto"; import "sentinel/node/v2/params.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/node/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/node/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/plan/v2/events.proto b/proto/sentinel/plan/v2/events.proto index f0e908ae5..447e4b418 100644 --- a/proto/sentinel/plan/v2/events.proto +++ b/proto/sentinel/plan/v2/events.proto @@ -4,7 +4,7 @@ package sentinel.plan.v2; import "gogoproto/gogo.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/plan/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/plan/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/plan/v2/genesis.proto b/proto/sentinel/plan/v2/genesis.proto index 07f79f6a9..6d091a849 100644 --- a/proto/sentinel/plan/v2/genesis.proto +++ b/proto/sentinel/plan/v2/genesis.proto @@ -4,7 +4,7 @@ package sentinel.plan.v2; import "gogoproto/gogo.proto"; import "sentinel/plan/v2/plan.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/plan/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/plan/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/plan/v2/msg.proto b/proto/sentinel/plan/v2/msg.proto index 704d641ac..bf2cba14e 100644 --- a/proto/sentinel/plan/v2/msg.proto +++ b/proto/sentinel/plan/v2/msg.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/plan/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/plan/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/plan/v2/plan.proto b/proto/sentinel/plan/v2/plan.proto index 49cb3eca7..29f672b01 100644 --- a/proto/sentinel/plan/v2/plan.proto +++ b/proto/sentinel/plan/v2/plan.proto @@ -7,7 +7,7 @@ import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/plan/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/plan/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/plan/v2/querier.proto b/proto/sentinel/plan/v2/querier.proto index 457ee8dde..a8f03f2ab 100644 --- a/proto/sentinel/plan/v2/querier.proto +++ b/proto/sentinel/plan/v2/querier.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "sentinel/plan/v2/plan.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/plan/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/plan/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/provider/v2/events.proto b/proto/sentinel/provider/v2/events.proto index feec3f65e..04ddb1d7a 100644 --- a/proto/sentinel/provider/v2/events.proto +++ b/proto/sentinel/provider/v2/events.proto @@ -3,7 +3,7 @@ package sentinel.provider.v2; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/provider/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/provider/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/provider/v2/genesis.proto b/proto/sentinel/provider/v2/genesis.proto index b37e17d8b..f3b3ce71e 100644 --- a/proto/sentinel/provider/v2/genesis.proto +++ b/proto/sentinel/provider/v2/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "sentinel/provider/v2/params.proto"; import "sentinel/provider/v2/provider.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/provider/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/provider/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/provider/v2/msg.proto b/proto/sentinel/provider/v2/msg.proto index f28872ff4..fd65ffc48 100644 --- a/proto/sentinel/provider/v2/msg.proto +++ b/proto/sentinel/provider/v2/msg.proto @@ -4,7 +4,7 @@ package sentinel.provider.v2; import "gogoproto/gogo.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/provider/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/provider/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/provider/v2/params.proto b/proto/sentinel/provider/v2/params.proto index d9413794c..ebd5595f9 100644 --- a/proto/sentinel/provider/v2/params.proto +++ b/proto/sentinel/provider/v2/params.proto @@ -4,7 +4,7 @@ package sentinel.provider.v2; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/provider/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/provider/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/provider/v2/provider.proto b/proto/sentinel/provider/v2/provider.proto index ae0e18c3f..dd4981d46 100644 --- a/proto/sentinel/provider/v2/provider.proto +++ b/proto/sentinel/provider/v2/provider.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/provider/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/provider/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/provider/v2/querier.proto b/proto/sentinel/provider/v2/querier.proto index cad67b327..283748069 100644 --- a/proto/sentinel/provider/v2/querier.proto +++ b/proto/sentinel/provider/v2/querier.proto @@ -8,7 +8,7 @@ import "sentinel/provider/v2/params.proto"; import "sentinel/provider/v2/provider.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/provider/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/provider/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/events.proto b/proto/sentinel/session/v2/events.proto index c46f85fde..213bcf5d0 100644 --- a/proto/sentinel/session/v2/events.proto +++ b/proto/sentinel/session/v2/events.proto @@ -4,7 +4,7 @@ package sentinel.session.v2; import "gogoproto/gogo.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/genesis.proto b/proto/sentinel/session/v2/genesis.proto index ebc98ba91..5b0b47e90 100644 --- a/proto/sentinel/session/v2/genesis.proto +++ b/proto/sentinel/session/v2/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "sentinel/session/v2/params.proto"; import "sentinel/session/v2/session.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/msg.proto b/proto/sentinel/session/v2/msg.proto index ca10add46..8df7ee7c3 100644 --- a/proto/sentinel/session/v2/msg.proto +++ b/proto/sentinel/session/v2/msg.proto @@ -4,7 +4,7 @@ package sentinel.session.v2; import "gogoproto/gogo.proto"; import "sentinel/session/v2/proof.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/params.proto b/proto/sentinel/session/v2/params.proto index 0aa817d80..7dfa5c542 100644 --- a/proto/sentinel/session/v2/params.proto +++ b/proto/sentinel/session/v2/params.proto @@ -4,7 +4,7 @@ package sentinel.session.v2; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/proof.proto b/proto/sentinel/session/v2/proof.proto index cf1906fb8..ddf5cd4f5 100644 --- a/proto/sentinel/session/v2/proof.proto +++ b/proto/sentinel/session/v2/proof.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "sentinel/types/v1/bandwidth.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/querier.proto b/proto/sentinel/session/v2/querier.proto index 8bc346c46..325c11d33 100644 --- a/proto/sentinel/session/v2/querier.proto +++ b/proto/sentinel/session/v2/querier.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "sentinel/session/v2/params.proto"; import "sentinel/session/v2/session.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/session/v2/session.proto b/proto/sentinel/session/v2/session.proto index 99d62d667..eb937cfb6 100644 --- a/proto/sentinel/session/v2/session.proto +++ b/proto/sentinel/session/v2/session.proto @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto"; import "sentinel/types/v1/bandwidth.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/session/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/session/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/allocation.proto b/proto/sentinel/subscription/v2/allocation.proto index 75433b1a3..bdd423dff 100644 --- a/proto/sentinel/subscription/v2/allocation.proto +++ b/proto/sentinel/subscription/v2/allocation.proto @@ -3,7 +3,7 @@ package sentinel.subscription.v2; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/events.proto b/proto/sentinel/subscription/v2/events.proto index 676a13ba0..001a5100d 100644 --- a/proto/sentinel/subscription/v2/events.proto +++ b/proto/sentinel/subscription/v2/events.proto @@ -4,7 +4,7 @@ package sentinel.subscription.v2; import "gogoproto/gogo.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/genesis.proto b/proto/sentinel/subscription/v2/genesis.proto index 7bbcc3b95..02b94ec45 100644 --- a/proto/sentinel/subscription/v2/genesis.proto +++ b/proto/sentinel/subscription/v2/genesis.proto @@ -6,7 +6,7 @@ import "google/protobuf/any.proto"; import "sentinel/subscription/v2/allocation.proto"; import "sentinel/subscription/v2/params.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/msg.proto b/proto/sentinel/subscription/v2/msg.proto index 3df0bf6db..ddb5fa33b 100644 --- a/proto/sentinel/subscription/v2/msg.proto +++ b/proto/sentinel/subscription/v2/msg.proto @@ -3,7 +3,7 @@ package sentinel.subscription.v2; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/params.proto b/proto/sentinel/subscription/v2/params.proto index 6cbcd47e7..ba4982e22 100644 --- a/proto/sentinel/subscription/v2/params.proto +++ b/proto/sentinel/subscription/v2/params.proto @@ -4,7 +4,7 @@ package sentinel.subscription.v2; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/payout.proto b/proto/sentinel/subscription/v2/payout.proto index adbcd6682..b81815472 100644 --- a/proto/sentinel/subscription/v2/payout.proto +++ b/proto/sentinel/subscription/v2/payout.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/querier.proto b/proto/sentinel/subscription/v2/querier.proto index dfb1dc944..eb77f3aaa 100644 --- a/proto/sentinel/subscription/v2/querier.proto +++ b/proto/sentinel/subscription/v2/querier.proto @@ -9,7 +9,7 @@ import "sentinel/subscription/v2/allocation.proto"; import "sentinel/subscription/v2/params.proto"; import "sentinel/subscription/v2/payout.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/subscription/v2/subscription.proto b/proto/sentinel/subscription/v2/subscription.proto index 27be84499..54eda9ca9 100644 --- a/proto/sentinel/subscription/v2/subscription.proto +++ b/proto/sentinel/subscription/v2/subscription.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "sentinel/types/v1/status.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/subscription/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/subscription/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/swap/v1/events.proto b/proto/sentinel/swap/v1/events.proto index 543a1ac63..94af90d51 100644 --- a/proto/sentinel/swap/v1/events.proto +++ b/proto/sentinel/swap/v1/events.proto @@ -3,7 +3,7 @@ package sentinel.swap.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/swap/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/swap/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/swap/v1/genesis.proto b/proto/sentinel/swap/v1/genesis.proto index affc70182..4afed0c9a 100644 --- a/proto/sentinel/swap/v1/genesis.proto +++ b/proto/sentinel/swap/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "sentinel/swap/v1/params.proto"; import "sentinel/swap/v1/swap.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/swap/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/swap/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/swap/v1/msg.proto b/proto/sentinel/swap/v1/msg.proto index 5fa2382cc..71334921a 100644 --- a/proto/sentinel/swap/v1/msg.proto +++ b/proto/sentinel/swap/v1/msg.proto @@ -3,7 +3,7 @@ package sentinel.swap.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/swap/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/swap/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/swap/v1/params.proto b/proto/sentinel/swap/v1/params.proto index 41fc4fda5..6d70547e6 100644 --- a/proto/sentinel/swap/v1/params.proto +++ b/proto/sentinel/swap/v1/params.proto @@ -3,7 +3,7 @@ package sentinel.swap.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/swap/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/swap/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/swap/v1/querier.proto b/proto/sentinel/swap/v1/querier.proto index 67d6e5467..3e7d1bb51 100644 --- a/proto/sentinel/swap/v1/querier.proto +++ b/proto/sentinel/swap/v1/querier.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "sentinel/swap/v1/params.proto"; import "sentinel/swap/v1/swap.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/swap/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/swap/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/swap/v1/swap.proto b/proto/sentinel/swap/v1/swap.proto index 3a2b2b588..bc3a0544a 100644 --- a/proto/sentinel/swap/v1/swap.proto +++ b/proto/sentinel/swap/v1/swap.proto @@ -4,7 +4,7 @@ package sentinel.swap.v1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/swap/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/swap/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/types/v1/bandwidth.proto b/proto/sentinel/types/v1/bandwidth.proto index 5dc5f1e21..85bfdbbca 100644 --- a/proto/sentinel/types/v1/bandwidth.proto +++ b/proto/sentinel/types/v1/bandwidth.proto @@ -3,7 +3,7 @@ package sentinel.types.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/types"; +option go_package = "github.com/sentinel-official/hub/v12/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/types/v1/status.proto b/proto/sentinel/types/v1/status.proto index 126af4592..99f35575c 100644 --- a/proto/sentinel/types/v1/status.proto +++ b/proto/sentinel/types/v1/status.proto @@ -3,7 +3,7 @@ package sentinel.types.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/sentinel-official/hub/v1/types"; +option go_package = "github.com/sentinel-official/hub/v12/types"; option (gogoproto.goproto_enum_prefix_all) = false; option (gogoproto.goproto_enum_stringer_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/proto/sentinel/vpn/v1/genesis.proto b/proto/sentinel/vpn/v1/genesis.proto index 96af2dd0e..4039812b5 100644 --- a/proto/sentinel/vpn/v1/genesis.proto +++ b/proto/sentinel/vpn/v1/genesis.proto @@ -9,7 +9,7 @@ import "sentinel/provider/v2/genesis.proto"; import "sentinel/session/v2/genesis.proto"; import "sentinel/subscription/v2/genesis.proto"; -option go_package = "github.com/sentinel-official/hub/v1/x/vpn/types"; +option go_package = "github.com/sentinel-official/hub/v12/x/vpn/types"; option (gogoproto.equal_all) = false; option (gogoproto.goproto_getters_all) = false; diff --git a/scripts/proto-gen.sh b/scripts/proto-gen.sh index 6bb9af3f4..aa094b9b6 100755 --- a/scripts/proto-gen.sh +++ b/scripts/proto-gen.sh @@ -5,5 +5,5 @@ set -euo pipefail cd ./proto/ && \ buf generate && \ cd .. && \ -cp -r github.com/sentinel-official/hub/v1/* ./ && \ +cp -r github.com/sentinel-official/hub/v12/* ./ && \ rm -rf github.com/ \ No newline at end of file diff --git a/types/bandwidth.pb.go b/types/bandwidth.pb.go index 1748e56de..5df2ab751 100644 --- a/types/bandwidth.pb.go +++ b/types/bandwidth.pb.go @@ -76,7 +76,7 @@ func init() { func init() { proto.RegisterFile("sentinel/types/v1/bandwidth.proto", fileDescriptor_ed82d6e988b8939b) } var fileDescriptor_ed82d6e988b8939b = []byte{ - // 229 bytes of a gzipped FileDescriptorProto + // 230 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2c, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2f, 0x33, 0xd4, 0x4f, 0x4a, 0xcc, 0x4b, 0x29, 0xcf, 0x4c, 0x29, 0xc9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x84, @@ -85,13 +85,13 @@ var fileDescriptor_ed82d6e988b8939b = []byte{ 0x05, 0x39, 0xf9, 0x89, 0x29, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x9c, 0x4e, 0xb2, 0x27, 0xee, 0xc9, 0x33, 0xdc, 0xba, 0x27, 0x2f, 0x9a, 0x9c, 0x5f, 0x9c, 0x9b, 0x5f, 0x5c, 0x9c, 0x92, 0xad, 0x97, 0x99, 0xaf, 0x9f, 0x9b, 0x58, 0x92, 0xa1, 0xe7, 0x99, 0x57, 0x12, 0x04, 0x55, 0x2c, 0x64, 0xc9, - 0xc5, 0x91, 0x92, 0x5f, 0x9e, 0x07, 0xd6, 0xc8, 0x44, 0x8c, 0x46, 0xb8, 0x72, 0x27, 0xef, 0x13, + 0xc5, 0x91, 0x92, 0x5f, 0x9e, 0x07, 0xd6, 0xc8, 0x44, 0x8c, 0x46, 0xb8, 0x72, 0x27, 0x9f, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, - 0x86, 0x28, 0xcd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0xa7, - 0x74, 0xf3, 0xd3, 0xd2, 0x32, 0x93, 0x33, 0x13, 0x73, 0xf4, 0x33, 0x4a, 0x93, 0x40, 0xde, 0x07, - 0x7b, 0x32, 0x89, 0x0d, 0xec, 0x25, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0xe9, 0xa8, - 0xd5, 0x20, 0x01, 0x00, 0x00, + 0x86, 0x28, 0xad, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0xa7, + 0x74, 0xf3, 0xd3, 0xd2, 0x32, 0x93, 0x33, 0x13, 0x73, 0xf4, 0x33, 0x4a, 0x93, 0xf4, 0xcb, 0x0c, + 0x8d, 0x20, 0x01, 0x91, 0xc4, 0x06, 0xf6, 0x93, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x2c, 0xb7, + 0x09, 0xc9, 0x21, 0x01, 0x00, 0x00, } func (m *Bandwidth) Marshal() (dAtA []byte, err error) { diff --git a/types/status.pb.go b/types/status.pb.go index 967892a49..684a9bf42 100644 --- a/types/status.pb.go +++ b/types/status.pb.go @@ -60,7 +60,7 @@ func init() { func init() { proto.RegisterFile("sentinel/types/v1/status.proto", fileDescriptor_d849405e2938b021) } var fileDescriptor_d849405e2938b021 = []byte{ - // 293 bytes of a gzipped FileDescriptorProto + // 295 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2f, 0x33, 0xd4, 0x2f, 0x2e, 0x49, 0x2c, 0x29, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x84, 0xc9, 0xeb, 0x81, @@ -73,11 +73,11 @@ var fileDescriptor_d849405e2938b021 = []byte{ 0x85, 0xcc, 0xb8, 0xc4, 0xa1, 0x8a, 0x3c, 0xfd, 0x20, 0xca, 0xe2, 0x03, 0x5c, 0xfd, 0x5c, 0x3c, 0xfd, 0xdc, 0x05, 0x98, 0xa4, 0x24, 0xbb, 0xe6, 0x2a, 0x88, 0x42, 0x94, 0x7b, 0xe6, 0x25, 0x82, 0x35, 0x04, 0xa4, 0xe6, 0xa5, 0x64, 0xe6, 0xa5, 0x0b, 0xa9, 0x73, 0xf1, 0xa3, 0xe9, 0x13, 0x60, - 0x96, 0x12, 0xea, 0x9a, 0xab, 0xc0, 0x87, 0xaa, 0xde, 0xc9, 0xff, 0xc4, 0x43, 0x39, 0x86, 0x0b, + 0x96, 0x12, 0xea, 0x9a, 0xab, 0xc0, 0x87, 0xaa, 0xde, 0x29, 0xe0, 0xc4, 0x43, 0x39, 0x86, 0x0b, 0x0f, 0xe5, 0x18, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x17, 0x8f, 0xe4, 0x18, 0x26, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, - 0x86, 0x28, 0xcd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x58, 0xc8, - 0xe8, 0xe6, 0xa7, 0xa5, 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, 0x67, 0x94, 0x26, 0x81, 0x02, 0x10, - 0x1c, 0x52, 0x49, 0x6c, 0xe0, 0x70, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xbb, 0xe5, 0x97, - 0xb0, 0x62, 0x01, 0x00, 0x00, + 0x86, 0x28, 0xad, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x58, 0xc8, + 0xe8, 0xe6, 0xa7, 0xa5, 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, 0x67, 0x94, 0x26, 0xe9, 0x97, 0x19, + 0x1a, 0x41, 0x82, 0x32, 0x89, 0x0d, 0x1c, 0x30, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x87, + 0x7f, 0xe1, 0xfa, 0x63, 0x01, 0x00, 0x00, } diff --git a/utils/coin.go b/utils/coin.go index 823e12097..771ba2593 100644 --- a/utils/coin.go +++ b/utils/coin.go @@ -4,7 +4,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/types" + "github.com/sentinel-official/hub/v12/types" ) func AmountForBytes(gigabytePrice, bytes sdkmath.Int) sdkmath.Int { diff --git a/x/deposit/client/cli/query.go b/x/deposit/client/cli/query.go index f72f79e67..9e6b46d85 100644 --- a/x/deposit/client/cli/query.go +++ b/x/deposit/client/cli/query.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/deposit/types" + "github.com/sentinel-official/hub/v12/x/deposit/types" ) func queryDeposit() *cobra.Command { diff --git a/x/deposit/genesis.go b/x/deposit/genesis.go index 9aa15bdb8..46605a6ac 100644 --- a/x/deposit/genesis.go +++ b/x/deposit/genesis.go @@ -3,8 +3,8 @@ package deposit import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/deposit/keeper" - "github.com/sentinel-official/hub/v1/x/deposit/types" + "github.com/sentinel-official/hub/v12/x/deposit/keeper" + "github.com/sentinel-official/hub/v12/x/deposit/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state types.GenesisState) { diff --git a/x/deposit/keeper/deposit.go b/x/deposit/keeper/deposit.go index 87647f8b2..6d49df132 100644 --- a/x/deposit/keeper/deposit.go +++ b/x/deposit/keeper/deposit.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/deposit/types" + "github.com/sentinel-official/hub/v12/x/deposit/types" ) // SetDeposit stores a deposit in the module's KVStore. diff --git a/x/deposit/keeper/keeper.go b/x/deposit/keeper/keeper.go index d6514c51a..3edd2b40d 100644 --- a/x/deposit/keeper/keeper.go +++ b/x/deposit/keeper/keeper.go @@ -9,8 +9,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/deposit/expected" - "github.com/sentinel-official/hub/v1/x/deposit/types" + "github.com/sentinel-official/hub/v12/x/deposit/expected" + "github.com/sentinel-official/hub/v12/x/deposit/types" ) type Keeper struct { diff --git a/x/deposit/keeper/query_server.go b/x/deposit/keeper/query_server.go index edcc56e28..c5ab51da5 100644 --- a/x/deposit/keeper/query_server.go +++ b/x/deposit/keeper/query_server.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/sentinel-official/hub/v1/x/deposit/types" + "github.com/sentinel-official/hub/v12/x/deposit/types" ) var ( diff --git a/x/deposit/types/deposit.pb.go b/x/deposit/types/deposit.pb.go index 9164f3716..8320bf4e3 100644 --- a/x/deposit/types/deposit.pb.go +++ b/x/deposit/types/deposit.pb.go @@ -76,24 +76,24 @@ func init() { func init() { proto.RegisterFile("sentinel/deposit/v1/deposit.proto", fileDescriptor_6348f01112f3831f) } var fileDescriptor_6348f01112f3831f = []byte{ - // 269 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0x3f, 0x4e, 0xc3, 0x30, - 0x14, 0xc6, 0x6d, 0x10, 0x54, 0x84, 0x2d, 0x30, 0x84, 0x0e, 0x6e, 0x61, 0xca, 0x52, 0x9b, 0xd0, - 0x1b, 0x14, 0x4e, 0x50, 0x89, 0x85, 0xcd, 0x4e, 0xdc, 0xd4, 0xa2, 0xcd, 0x8b, 0xfa, 0xdc, 0x08, - 0x2e, 0xc0, 0xcc, 0x31, 0x10, 0x27, 0xc9, 0xd8, 0x91, 0x89, 0x3f, 0xc9, 0x45, 0x50, 0xe2, 0x1a, - 0x31, 0xf9, 0xf3, 0x93, 0xbf, 0xef, 0xe7, 0xf7, 0x05, 0x97, 0xa8, 0x0b, 0x6b, 0x0a, 0xbd, 0x12, - 0x99, 0x2e, 0x01, 0x8d, 0x15, 0x55, 0xe2, 0x25, 0x2f, 0x37, 0x60, 0x21, 0x3c, 0xf3, 0x4f, 0xb8, - 0x9f, 0x57, 0xc9, 0x90, 0xa5, 0x80, 0x6b, 0x40, 0xa1, 0x24, 0x6a, 0x51, 0x25, 0x4a, 0x5b, 0x99, - 0x88, 0x14, 0x4c, 0xe1, 0x4c, 0xc3, 0xf3, 0x1c, 0x72, 0xe8, 0xa5, 0xe8, 0x94, 0x9b, 0x5e, 0xbd, - 0xd0, 0x60, 0x70, 0xe7, 0x42, 0xc2, 0x28, 0x18, 0xc8, 0x2c, 0xdb, 0x68, 0xc4, 0x88, 0x8e, 0x69, - 0x7c, 0x32, 0xf7, 0xd7, 0x50, 0x06, 0x47, 0x5d, 0x12, 0x46, 0x07, 0xe3, 0xc3, 0xf8, 0xf4, 0xe6, - 0x82, 0x3b, 0x16, 0xef, 0x58, 0x7c, 0xcf, 0xe2, 0xb7, 0x60, 0x8a, 0xd9, 0x75, 0xfd, 0x39, 0x22, - 0xef, 0x5f, 0xa3, 0x38, 0x37, 0x76, 0xb9, 0x55, 0x3c, 0x85, 0xb5, 0xd8, 0x7f, 0xcc, 0x1d, 0x13, - 0xcc, 0x1e, 0x85, 0x7d, 0x2e, 0x35, 0xf6, 0x06, 0x9c, 0xbb, 0xe4, 0xd9, 0x7d, 0xfd, 0xc3, 0xc8, - 0x5b, 0xc3, 0x48, 0xdd, 0x30, 0xba, 0x6b, 0x18, 0xfd, 0x6e, 0x18, 0x7d, 0x6d, 0x19, 0xd9, 0xb5, - 0x8c, 0x7c, 0xb4, 0x8c, 0x3c, 0x4c, 0xff, 0x45, 0xfa, 0x02, 0x26, 0xb0, 0x58, 0x98, 0xd4, 0xc8, - 0x95, 0x58, 0x6e, 0x55, 0x57, 0xd4, 0xd3, 0x5f, 0x6b, 0x3d, 0x43, 0x1d, 0xf7, 0x6b, 0x4e, 0x7f, - 0x03, 0x00, 0x00, 0xff, 0xff, 0x91, 0xd1, 0x7b, 0x8e, 0x56, 0x01, 0x00, 0x00, + // 272 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0x3d, 0x52, 0xf3, 0x30, + 0x10, 0x86, 0xa5, 0xef, 0x1b, 0xc8, 0x60, 0x3a, 0x43, 0x61, 0x52, 0x28, 0x81, 0xca, 0x4d, 0xb4, + 0x38, 0x70, 0x82, 0xc0, 0x09, 0x52, 0x50, 0xd0, 0xf9, 0x47, 0x71, 0x34, 0x24, 0x5e, 0x4f, 0x56, + 0xf1, 0xc0, 0x05, 0xa8, 0x39, 0x06, 0xc3, 0x49, 0x5c, 0xa6, 0xa4, 0xe2, 0xc7, 0xbe, 0x08, 0x63, + 0x2b, 0x62, 0xa8, 0xf4, 0x6a, 0x47, 0xfb, 0x3c, 0xda, 0xf5, 0xce, 0x49, 0x15, 0x46, 0x17, 0x6a, + 0x05, 0x99, 0x2a, 0x91, 0xb4, 0x81, 0x2a, 0x72, 0x51, 0x96, 0x1b, 0x34, 0xe8, 0x9f, 0xb8, 0x27, + 0xd2, 0xd5, 0xab, 0x68, 0x28, 0x52, 0xa4, 0x35, 0x12, 0x24, 0x31, 0x29, 0xa8, 0xa2, 0x44, 0x99, + 0x38, 0x82, 0x14, 0x75, 0x61, 0x9b, 0x86, 0xa7, 0x39, 0xe6, 0xd8, 0x47, 0xe8, 0x92, 0xad, 0x5e, + 0x3c, 0x73, 0x6f, 0x70, 0x6b, 0x21, 0x7e, 0xe0, 0x0d, 0xe2, 0x2c, 0xdb, 0x28, 0xa2, 0x80, 0x8f, + 0x79, 0x78, 0x34, 0x77, 0x57, 0x3f, 0xf6, 0x0e, 0x3a, 0x12, 0x05, 0xff, 0xc6, 0xff, 0xc3, 0xe3, + 0xe9, 0x99, 0xb4, 0x2e, 0xd9, 0xb9, 0xe4, 0xde, 0x25, 0x6f, 0x50, 0x17, 0xb3, 0xcb, 0xfa, 0x63, + 0xc4, 0xde, 0x3e, 0x47, 0x61, 0xae, 0xcd, 0x72, 0x9b, 0xc8, 0x14, 0xd7, 0xb0, 0xff, 0x98, 0x3d, + 0x26, 0x94, 0x3d, 0x80, 0x79, 0x2a, 0x15, 0xf5, 0x0d, 0x34, 0xb7, 0xe4, 0xd9, 0x5d, 0xfd, 0x2d, + 0xd8, 0x6b, 0x23, 0x58, 0xdd, 0x08, 0xbe, 0x6b, 0x04, 0xff, 0x6a, 0x04, 0x7f, 0x69, 0x05, 0xdb, + 0xb5, 0x82, 0xbd, 0xb7, 0x82, 0xdd, 0x5f, 0xff, 0x41, 0xba, 0x05, 0x4c, 0x70, 0xb1, 0xd0, 0xa9, + 0x8e, 0x57, 0xb0, 0xdc, 0x26, 0x50, 0x45, 0x53, 0x78, 0xfc, 0x5d, 0x5b, 0x2f, 0x49, 0x0e, 0xfb, + 0x39, 0xaf, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0xff, 0x98, 0xa4, 0x4f, 0x57, 0x01, 0x00, 0x00, } func (m *Deposit) Marshal() (dAtA []byte, err error) { diff --git a/x/deposit/types/deposit_test.go b/x/deposit/types/deposit_test.go index 715abc0bf..4b736d810 100644 --- a/x/deposit/types/deposit_test.go +++ b/x/deposit/types/deposit_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestDeposit_GetAddress(t *testing.T) { diff --git a/x/deposit/types/events.pb.go b/x/deposit/types/events.pb.go index d6d97adfb..c7d8476a2 100644 --- a/x/deposit/types/events.pb.go +++ b/x/deposit/types/events.pb.go @@ -113,7 +113,7 @@ func init() { func init() { proto.RegisterFile("sentinel/deposit/v1/events.proto", fileDescriptor_0a7e1bce964bccb9) } var fileDescriptor_0a7e1bce964bccb9 = []byte{ - // 249 bytes of a gzipped FileDescriptorProto + // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x28, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x4f, 0x49, 0x2d, 0xc8, 0x2f, 0xce, 0x2c, 0xd1, 0x2f, 0x33, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, 0xa9, @@ -123,13 +123,13 @@ var fileDescriptor_0a7e1bce964bccb9 = []byte{ 0x9f, 0xee, 0xc9, 0xf3, 0x55, 0x26, 0xe6, 0xe6, 0x58, 0x29, 0x41, 0x25, 0x94, 0x82, 0x60, 0x4a, 0x84, 0xd4, 0xb8, 0x58, 0x93, 0xf3, 0x33, 0xf3, 0x8a, 0x25, 0x98, 0xc0, 0x6a, 0x05, 0x3e, 0xdd, 0x93, 0xe7, 0x81, 0xa8, 0x05, 0x0b, 0x2b, 0x05, 0x41, 0xa4, 0x95, 0x52, 0xb9, 0x78, 0xc1, 0x36, - 0x04, 0x97, 0x26, 0x95, 0x14, 0x25, 0x26, 0x97, 0xd0, 0xc6, 0x1a, 0xa7, 0xd0, 0x13, 0x0f, 0xe5, + 0x04, 0x97, 0x26, 0x95, 0x14, 0x25, 0x26, 0x97, 0xd0, 0xc6, 0x1a, 0xa7, 0xb0, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, - 0xe3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x58, 0x00, 0xe9, 0xe6, - 0xa7, 0xa5, 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, 0x67, 0x94, 0x26, 0x81, 0xc2, 0xb1, 0x02, 0x1e, - 0xa8, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0x60, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, - 0xff, 0xa6, 0xa2, 0xd5, 0xd5, 0x75, 0x01, 0x00, 0x00, + 0x93, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x58, 0x00, 0xe9, 0xe6, + 0xa7, 0xa5, 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, 0x67, 0x94, 0x26, 0xe9, 0x97, 0x19, 0x1a, 0xe9, + 0x57, 0xc0, 0x43, 0xb5, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x4e, 0xc6, 0x80, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x83, 0x93, 0x42, 0xf7, 0x76, 0x01, 0x00, 0x00, } func (m *EventAdd) Marshal() (dAtA []byte, err error) { diff --git a/x/deposit/types/querier.pb.go b/x/deposit/types/querier.pb.go index e88718195..1c84c64b6 100644 --- a/x/deposit/types/querier.pb.go +++ b/x/deposit/types/querier.pb.go @@ -198,36 +198,36 @@ func init() { func init() { proto.RegisterFile("sentinel/deposit/v1/querier.proto", fileDescriptor_60968570eeafa82b) } var fileDescriptor_60968570eeafa82b = []byte{ - // 455 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0xc7, 0xe3, 0x82, 0x18, 0x78, 0x70, 0xf1, 0x8a, 0x34, 0x55, 0x95, 0x81, 0x0a, 0x41, 0x37, - 0x09, 0x5b, 0xed, 0xae, 0x88, 0xc3, 0x84, 0xe0, 0x0a, 0x01, 0x2e, 0x1c, 0x90, 0x9c, 0xf4, 0x2d, - 0xb3, 0xd4, 0xc5, 0x59, 0xec, 0x44, 0x4c, 0x88, 0xcb, 0x6e, 0xdc, 0x90, 0xf8, 0x00, 0x70, 0xe4, - 0xa3, 0xf4, 0x38, 0x89, 0x0b, 0x27, 0x04, 0x29, 0x1f, 0x04, 0xc5, 0x71, 0xc2, 0xb2, 0x45, 0x6a, - 0x6f, 0xae, 0xfb, 0xff, 0xff, 0xdf, 0xef, 0xbd, 0xf8, 0xe1, 0x7b, 0x1a, 0x62, 0x23, 0x63, 0x98, - 0xf3, 0x19, 0x24, 0x4a, 0x4b, 0xc3, 0xf3, 0x09, 0x3f, 0xce, 0x20, 0x95, 0x90, 0xb2, 0x24, 0x55, - 0x46, 0x91, 0xad, 0x5a, 0xc2, 0x9c, 0x84, 0xe5, 0x93, 0xc1, 0x6e, 0xa8, 0xf4, 0x91, 0xd2, 0x3c, - 0x10, 0x1a, 0xac, 0xfe, 0x84, 0xe7, 0x93, 0x00, 0x8c, 0x98, 0xf0, 0x44, 0x44, 0x32, 0x16, 0x46, - 0xaa, 0xb8, 0x0a, 0x18, 0xf4, 0x23, 0x15, 0x29, 0x7b, 0xe4, 0xe5, 0xc9, 0xdd, 0x0e, 0x23, 0xa5, - 0xa2, 0x39, 0x70, 0x91, 0x48, 0x2e, 0xe2, 0x58, 0x19, 0x6b, 0xd1, 0xee, 0xdf, 0x4e, 0xae, 0xba, - 0xbe, 0x95, 0x8c, 0xde, 0xe1, 0xfe, 0xcb, 0xb2, 0xf0, 0xd3, 0xea, 0x56, 0xfb, 0x70, 0x9c, 0x81, - 0x36, 0xe4, 0x19, 0xc6, 0xff, 0x11, 0xb6, 0xd1, 0x5d, 0x34, 0xde, 0x9c, 0x3e, 0x60, 0x15, 0x2f, - 0x2b, 0x79, 0x99, 0xe5, 0x65, 0x8e, 0x97, 0xbd, 0x10, 0x11, 0x38, 0xaf, 0x7f, 0xce, 0x39, 0xe2, - 0x78, 0xeb, 0x7c, 0x7e, 0x1d, 0xbf, 0x8d, 0x37, 0xc4, 0x6c, 0x96, 0x82, 0xd6, 0x36, 0xfb, 0x86, - 0x5f, 0xff, 0x1c, 0x7d, 0x43, 0xf8, 0xf6, 0x05, 0x22, 0x9d, 0xa8, 0x58, 0x03, 0x79, 0x82, 0xaf, - 0x3b, 0xf6, 0xd2, 0x74, 0x65, 0xbc, 0x39, 0x1d, 0xb2, 0x8e, 0xa9, 0x32, 0x67, 0xdc, 0xbf, 0xba, - 0xf8, 0x75, 0xc7, 0xf3, 0x1b, 0x0f, 0x79, 0xde, 0x6a, 0xa9, 0x67, 0x5b, 0x7a, 0xb8, 0xb2, 0xa5, + // 457 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x31, 0x6f, 0xd4, 0x30, + 0x14, 0xc7, 0xe3, 0x03, 0x51, 0x70, 0x61, 0x71, 0x0f, 0xa9, 0x3a, 0x9d, 0x0c, 0x9c, 0x10, 0x5c, + 0x2b, 0x61, 0x2b, 0x07, 0x23, 0x62, 0xa8, 0x10, 0xac, 0x70, 0x20, 0x06, 0x06, 0x24, 0x27, 0xf7, + 0x9a, 0x5a, 0xba, 0xc6, 0x69, 0xec, 0x44, 0x54, 0x88, 0xa5, 0x1b, 0x1b, 0x12, 0x1f, 0x00, 0x46, + 0x3e, 0xca, 0x8d, 0x95, 0x58, 0x98, 0x10, 0xe4, 0xf8, 0x20, 0x28, 0x8e, 0x13, 0x9a, 0x36, 0xd2, + 0xdd, 0xe6, 0x38, 0xff, 0xff, 0xff, 0xfd, 0xde, 0xb3, 0x8d, 0xef, 0x68, 0x88, 0x8d, 0x8c, 0x61, + 0xce, 0x67, 0x90, 0x28, 0x2d, 0x0d, 0xcf, 0x7d, 0x7e, 0x94, 0x41, 0x2a, 0x21, 0x65, 0x49, 0xaa, + 0x8c, 0x22, 0x5b, 0xb5, 0x84, 0x39, 0x09, 0xcb, 0xfd, 0xc1, 0x6e, 0xa8, 0xf4, 0xa1, 0xd2, 0x3c, + 0x10, 0x1a, 0xac, 0xfe, 0x98, 0xe7, 0x7e, 0x00, 0x46, 0xf8, 0x3c, 0x11, 0x91, 0x8c, 0x85, 0x91, + 0x2a, 0xae, 0x02, 0x06, 0xfd, 0x48, 0x45, 0xca, 0x2e, 0x79, 0xb9, 0x72, 0xbb, 0xc3, 0x48, 0xa9, + 0x68, 0x0e, 0x5c, 0x24, 0x92, 0x8b, 0x38, 0x56, 0xc6, 0x5a, 0xb4, 0xfb, 0xdb, 0xc9, 0x55, 0xd7, + 0xb7, 0x92, 0xd1, 0x3b, 0xdc, 0x7f, 0x59, 0x16, 0x7e, 0x5a, 0xed, 0xea, 0x29, 0x1c, 0x65, 0xa0, + 0x0d, 0x79, 0x86, 0xf1, 0x7f, 0x84, 0x6d, 0x74, 0x1b, 0x8d, 0x37, 0x27, 0xf7, 0x58, 0xc5, 0xcb, + 0x4a, 0x5e, 0x66, 0x79, 0x99, 0xe3, 0x65, 0x2f, 0x44, 0x04, 0xce, 0x3b, 0x3d, 0xe3, 0x1c, 0x71, + 0xbc, 0x75, 0x36, 0xbf, 0x8e, 0xdf, 0xc6, 0x1b, 0x62, 0x36, 0x4b, 0x41, 0x6b, 0x9b, 0x7d, 0x6d, + 0x5a, 0x7f, 0x8e, 0xbe, 0x21, 0x7c, 0xf3, 0x1c, 0x91, 0x4e, 0x54, 0xac, 0x81, 0x3c, 0xc1, 0x57, + 0x1d, 0x7b, 0x69, 0xba, 0x34, 0xde, 0x9c, 0x0c, 0x59, 0xc7, 0x54, 0x99, 0x33, 0xee, 0x5d, 0x5e, + 0xfc, 0xba, 0xe5, 0x4d, 0x1b, 0x0f, 0x79, 0xde, 0x6a, 0xa9, 0x67, 0x5b, 0xba, 0xbf, 0xb2, 0xa5, 0xaa, 0x78, 0xab, 0xa7, 0xd7, 0xed, 0x99, 0x35, 0x80, 0x8f, 0xf1, 0x86, 0x2b, 0xe6, 0x06, 0xb6, - 0x0e, 0x5f, 0x6d, 0x99, 0x7e, 0xed, 0xe1, 0x9b, 0x36, 0xf6, 0x15, 0xa4, 0xb9, 0x0c, 0x81, 0x9c, - 0x22, 0x7c, 0xab, 0x35, 0x09, 0xb2, 0xd3, 0x99, 0xd7, 0xf5, 0xfd, 0x06, 0xbb, 0xeb, 0x48, 0x2b, - 0xee, 0xd1, 0xe0, 0xf4, 0xc7, 0xdf, 0x2f, 0xbd, 0x3e, 0x21, 0xfc, 0xe2, 0x7b, 0xd1, 0xe4, 0x13, - 0x72, 0x54, 0xce, 0x45, 0xc6, 0x2b, 0x83, 0x6b, 0x84, 0x9d, 0x35, 0x94, 0x8e, 0xe0, 0xbe, 0x25, - 0xa0, 0x64, 0x78, 0x99, 0x80, 0x7f, 0x70, 0x2f, 0xe3, 0xe3, 0xfe, 0x9b, 0xc5, 0x1f, 0xea, 0x7d, - 0x2f, 0xa8, 0xb7, 0x28, 0x28, 0x3a, 0x2b, 0x28, 0xfa, 0x5d, 0x50, 0xf4, 0x79, 0x49, 0xbd, 0xb3, - 0x25, 0xf5, 0x7e, 0x2e, 0xa9, 0xf7, 0x76, 0x2f, 0x92, 0xe6, 0x30, 0x0b, 0x58, 0xa8, 0x8e, 0x9a, - 0xa4, 0x47, 0xea, 0xe0, 0x40, 0x86, 0x52, 0xcc, 0xf9, 0x61, 0x16, 0x94, 0x0b, 0xf0, 0xbe, 0xd9, - 0x06, 0x73, 0x92, 0x80, 0x0e, 0xae, 0xd9, 0x4d, 0xd8, 0xfb, 0x17, 0x00, 0x00, 0xff, 0xff, 0xd6, - 0x21, 0xed, 0x28, 0xc6, 0x03, 0x00, 0x00, + 0x0e, 0x5f, 0x6d, 0x99, 0x7c, 0xed, 0xe1, 0xeb, 0x36, 0xf6, 0x15, 0xa4, 0xb9, 0x0c, 0x81, 0x9c, + 0x20, 0x7c, 0xa3, 0x35, 0x09, 0xb2, 0xd3, 0x99, 0xd7, 0x75, 0x7e, 0x83, 0xdd, 0x75, 0xa4, 0x15, + 0xf7, 0x68, 0x70, 0xf2, 0xe3, 0xef, 0x97, 0x5e, 0x9f, 0x10, 0x7e, 0xfe, 0xbe, 0x68, 0xf2, 0x09, + 0x39, 0x2a, 0xe7, 0x22, 0xe3, 0x95, 0xc1, 0x35, 0xc2, 0xce, 0x1a, 0x4a, 0x47, 0x70, 0xd7, 0x12, + 0x50, 0x32, 0xbc, 0x48, 0xc0, 0x3f, 0xb8, 0x9b, 0xf1, 0x71, 0xef, 0xcd, 0xe2, 0x0f, 0xf5, 0xbe, + 0x17, 0xd4, 0x5b, 0x14, 0x14, 0x9d, 0x16, 0x14, 0xfd, 0x2e, 0x28, 0xfa, 0xbc, 0xa4, 0xde, 0xe9, + 0x92, 0x7a, 0x3f, 0x97, 0xd4, 0x7b, 0xfb, 0x28, 0x92, 0xe6, 0x20, 0x0b, 0x58, 0xa8, 0x0e, 0x9b, + 0xa4, 0x07, 0x6a, 0x7f, 0x5f, 0x86, 0x52, 0xcc, 0xf9, 0x41, 0x16, 0xf0, 0xdc, 0x9f, 0xf0, 0xf7, + 0xcd, 0x73, 0x30, 0xc7, 0x09, 0xe8, 0xe0, 0x8a, 0x7d, 0x0a, 0x0f, 0xff, 0x05, 0x00, 0x00, 0xff, + 0xff, 0x3c, 0xda, 0xba, 0xa7, 0xc7, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/mint/abci.go b/x/mint/abci.go index 4858f1410..4988b1ff8 100644 --- a/x/mint/abci.go +++ b/x/mint/abci.go @@ -4,8 +4,8 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/mint/keeper" - "github.com/sentinel-official/hub/v1/x/mint/types" + "github.com/sentinel-official/hub/v12/x/mint/keeper" + "github.com/sentinel-official/hub/v12/x/mint/types" ) func BeginBlock(ctx sdk.Context, k keeper.Keeper) []abcitypes.ValidatorUpdate { diff --git a/x/mint/genesis.go b/x/mint/genesis.go index 2fd6c8751..9df748d15 100644 --- a/x/mint/genesis.go +++ b/x/mint/genesis.go @@ -3,8 +3,8 @@ package mint import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/mint/keeper" - "github.com/sentinel-official/hub/v1/x/mint/types" + "github.com/sentinel-official/hub/v12/x/mint/keeper" + "github.com/sentinel-official/hub/v12/x/mint/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/mint/keeper/inflation.go b/x/mint/keeper/inflation.go index 05a6bf97e..e518a2d49 100644 --- a/x/mint/keeper/inflation.go +++ b/x/mint/keeper/inflation.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/mint/types" + "github.com/sentinel-official/hub/v12/x/mint/types" ) func (k *Keeper) SetInflation(ctx sdk.Context, inflation types.Inflation) { diff --git a/x/mint/keeper/keeper.go b/x/mint/keeper/keeper.go index 2cf0702b9..4e99a6fbb 100644 --- a/x/mint/keeper/keeper.go +++ b/x/mint/keeper/keeper.go @@ -6,8 +6,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/mint/expected" - "github.com/sentinel-official/hub/v1/x/mint/types" + "github.com/sentinel-official/hub/v12/x/mint/expected" + "github.com/sentinel-official/hub/v12/x/mint/types" ) type Keeper struct { diff --git a/x/mint/module.go b/x/mint/module.go index 88effdad0..a3b387746 100644 --- a/x/mint/module.go +++ b/x/mint/module.go @@ -13,8 +13,8 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/mint/keeper" - "github.com/sentinel-official/hub/v1/x/mint/types" + "github.com/sentinel-official/hub/v12/x/mint/keeper" + "github.com/sentinel-official/hub/v12/x/mint/types" ) var ( diff --git a/x/mint/types/genesis.pb.go b/x/mint/types/genesis.pb.go index e29d712ea..70cc4a2fc 100644 --- a/x/mint/types/genesis.pb.go +++ b/x/mint/types/genesis.pb.go @@ -71,7 +71,7 @@ func init() { func init() { proto.RegisterFile("sentinel/mint/v1/genesis.proto", fileDescriptor_0bd09b50fd398be5) } var fileDescriptor_0bd09b50fd398be5 = []byte{ - // 231 bytes of a gzipped FileDescriptorProto + // 233 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0xcf, 0xcd, 0xcc, 0x2b, 0xd1, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x80, 0xc9, 0xeb, 0x81, @@ -80,13 +80,13 @@ var fileDescriptor_0bd09b50fd398be5 = []byte{ 0x4a, 0x69, 0x5c, 0x3c, 0xee, 0x10, 0xa3, 0x83, 0x4b, 0x12, 0x4b, 0x52, 0x85, 0xc2, 0xb8, 0xb8, 0xe0, 0x4a, 0x8a, 0x25, 0x18, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0xa4, 0xf5, 0xd0, 0xad, 0xd3, 0xf3, 0x84, 0xa9, 0x71, 0x92, 0x3c, 0x71, 0x4f, 0x9e, 0xe1, 0xd3, 0x3d, 0x79, 0xc1, 0xca, 0xc4, 0xdc, - 0x1c, 0x2b, 0x25, 0x84, 0x66, 0xa5, 0x20, 0x24, 0x93, 0x9c, 0x82, 0x4e, 0x3c, 0x94, 0x63, 0x58, + 0x1c, 0x2b, 0x25, 0x84, 0x66, 0xa5, 0x20, 0x24, 0x93, 0x9c, 0x82, 0x4f, 0x3c, 0x94, 0x63, 0x58, 0xf1, 0x48, 0x8e, 0xe1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, - 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x0c, 0xd2, + 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x0c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x61, 0xf6, 0xe9, 0xe6, 0xa7, 0xa5, - 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, 0x67, 0x94, 0x26, 0x81, 0x9c, 0x5f, 0x01, 0xf1, 0x48, 0x49, - 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x0b, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xba, - 0xd0, 0x29, 0xdb, 0x2e, 0x01, 0x00, 0x00, + 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, 0x67, 0x94, 0x26, 0xe9, 0x97, 0x19, 0x1a, 0xe9, 0x57, 0x40, + 0x7c, 0x52, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, 0x83, 0x31, 0x20, 0x00, 0x00, 0xff, + 0xff, 0x41, 0xeb, 0x62, 0x86, 0x2f, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/mint/types/inflation.pb.go b/x/mint/types/inflation.pb.go index 766a4c883..92a01c5ea 100644 --- a/x/mint/types/inflation.pb.go +++ b/x/mint/types/inflation.pb.go @@ -95,29 +95,29 @@ func init() { func init() { proto.RegisterFile("sentinel/mint/v1/inflation.proto", fileDescriptor_00e0e2355d878ebb) } var fileDescriptor_00e0e2355d878ebb = []byte{ - // 348 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0xb1, 0x4e, 0xe3, 0x30, - 0x00, 0x86, 0xe3, 0xf6, 0x74, 0x52, 0xdd, 0xa5, 0x8a, 0x6e, 0x88, 0x7a, 0x27, 0xa7, 0xca, 0xd4, - 0xe5, 0x6c, 0x0a, 0x13, 0x8c, 0x2d, 0x0b, 0x12, 0x53, 0x84, 0x18, 0xba, 0x20, 0x27, 0x38, 0x8e, - 0x45, 0x6c, 0x57, 0x8d, 0x5b, 0xb5, 0x6f, 0xd1, 0xc7, 0xe0, 0x51, 0xca, 0xd6, 0x11, 0x31, 0x04, - 0x48, 0xdf, 0xa0, 0x4f, 0x80, 0x9c, 0x28, 0x85, 0x11, 0xb1, 0xf9, 0x97, 0xff, 0xff, 0xb3, 0xf5, - 0xff, 0x70, 0x90, 0x33, 0x65, 0x84, 0x62, 0x19, 0x91, 0x42, 0x19, 0xb2, 0x1c, 0x11, 0xa1, 0x92, - 0x8c, 0x1a, 0xa1, 0x15, 0x9e, 0xcd, 0xb5, 0xd1, 0x6e, 0xaf, 0x71, 0x60, 0xeb, 0xc0, 0xcb, 0x51, - 0xff, 0x0f, 0xd7, 0x5c, 0x57, 0x97, 0xc4, 0x9e, 0x6a, 0x5f, 0xdf, 0xe7, 0x5a, 0xf3, 0x8c, 0x91, - 0x4a, 0x45, 0x8b, 0x84, 0x18, 0x21, 0x59, 0x6e, 0xa8, 0x9c, 0xd5, 0x86, 0xe0, 0xa9, 0x05, 0x3b, - 0x57, 0x0d, 0xdc, 0x9d, 0xc0, 0xb6, 0xa4, 0x2b, 0x0f, 0x0c, 0xc0, 0xb0, 0x33, 0x1e, 0x6d, 0x0b, - 0xdf, 0x79, 0x29, 0xfc, 0xbf, 0xb1, 0xce, 0xa5, 0xce, 0xf3, 0xfb, 0x07, 0x2c, 0x34, 0x91, 0xd4, - 0xa4, 0xf8, 0x9a, 0x71, 0x1a, 0xaf, 0x2f, 0x59, 0x7c, 0x28, 0x7c, 0xb8, 0xa6, 0x32, 0xbb, 0x08, - 0x24, 0x5d, 0x05, 0xa1, 0x4d, 0x57, 0x10, 0xa1, 0xbc, 0xd6, 0x4f, 0x20, 0x42, 0x59, 0x88, 0x50, - 0xee, 0x14, 0x76, 0xe7, 0xd4, 0xb0, 0xbb, 0x38, 0xa5, 0x8a, 0x33, 0xaf, 0x5d, 0xc1, 0xce, 0xbf, - 0x07, 0x73, 0x6b, 0xd8, 0x97, 0x7c, 0x10, 0x42, 0xab, 0x26, 0x95, 0x70, 0x6f, 0x61, 0xe7, 0x58, - 0x83, 0xf7, 0x6b, 0x00, 0x86, 0xdd, 0xd3, 0x3e, 0xae, 0x8b, 0xc2, 0x4d, 0x51, 0xf8, 0xa6, 0x71, - 0x8c, 0xff, 0xd9, 0x57, 0x0f, 0x85, 0xdf, 0xab, 0xb1, 0xc7, 0x68, 0xb0, 0x79, 0xf5, 0x41, 0xf8, - 0x89, 0x1a, 0x87, 0xdb, 0x77, 0xe4, 0x3c, 0x96, 0xc8, 0xd9, 0x96, 0x08, 0xec, 0x4a, 0x04, 0xde, - 0x4a, 0x04, 0x36, 0x7b, 0xe4, 0xec, 0xf6, 0xc8, 0x79, 0xde, 0x23, 0x67, 0x7a, 0xc2, 0x85, 0x49, - 0x17, 0x11, 0x8e, 0xb5, 0x24, 0xcd, 0x82, 0xff, 0x75, 0x92, 0x88, 0x58, 0xd0, 0x8c, 0xa4, 0x8b, - 0xc8, 0x6e, 0xbd, 0xaa, 0x57, 0x37, 0xeb, 0x19, 0xcb, 0xa3, 0xdf, 0xd5, 0x87, 0xce, 0x3e, 0x02, - 0x00, 0x00, 0xff, 0xff, 0xe7, 0x19, 0x4f, 0x2c, 0x13, 0x02, 0x00, 0x00, + // 347 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0x31, 0x4e, 0xc3, 0x30, + 0x14, 0x86, 0xe3, 0x16, 0x21, 0xd5, 0x5d, 0xaa, 0x88, 0x21, 0x2a, 0xc8, 0xa9, 0x32, 0x75, 0xc1, + 0x56, 0xca, 0x04, 0x63, 0xcb, 0x82, 0xc4, 0x54, 0x10, 0x43, 0x17, 0xe4, 0x04, 0xc7, 0xb1, 0x88, + 0xed, 0xaa, 0x71, 0xab, 0xf6, 0x16, 0x3d, 0x06, 0x47, 0x29, 0x5b, 0x47, 0xc4, 0x10, 0x20, 0xbd, + 0x41, 0x4f, 0x80, 0x92, 0x28, 0x85, 0x11, 0xb1, 0xf9, 0xc9, 0xdf, 0xff, 0xd9, 0xfa, 0x1f, 0xec, + 0xa5, 0x4c, 0x19, 0xa1, 0x58, 0x42, 0xa4, 0x50, 0x86, 0x2c, 0x7c, 0x22, 0x54, 0x94, 0x50, 0x23, + 0xb4, 0xc2, 0xd3, 0x99, 0x36, 0xda, 0xee, 0xd4, 0x04, 0x2e, 0x08, 0xbc, 0xf0, 0xbb, 0x27, 0x5c, + 0x73, 0x5d, 0x5e, 0x92, 0xe2, 0x54, 0x71, 0x5d, 0x97, 0x6b, 0xcd, 0x13, 0x46, 0xca, 0x29, 0x98, + 0x47, 0xc4, 0x08, 0xc9, 0x52, 0x43, 0xe5, 0xb4, 0x02, 0xbc, 0xd7, 0x06, 0x6c, 0xdd, 0xd4, 0x72, + 0x7b, 0x04, 0x9b, 0x92, 0x2e, 0x1d, 0xd0, 0x03, 0xfd, 0xd6, 0xd0, 0xdf, 0x64, 0xae, 0xf5, 0x9e, + 0xb9, 0xa7, 0xa1, 0x4e, 0xa5, 0x4e, 0xd3, 0xa7, 0x67, 0x2c, 0x34, 0x91, 0xd4, 0xc4, 0xf8, 0x96, + 0x71, 0x1a, 0xae, 0xae, 0x59, 0xb8, 0xcf, 0x5c, 0xb8, 0xa2, 0x32, 0xb9, 0xf2, 0x24, 0x5d, 0x7a, + 0xe3, 0x22, 0x5d, 0x4a, 0x84, 0x72, 0x1a, 0xff, 0x91, 0x08, 0x55, 0x48, 0x84, 0xb2, 0x27, 0xb0, + 0x3d, 0xa3, 0x86, 0x3d, 0x86, 0x31, 0x55, 0x9c, 0x39, 0xcd, 0x52, 0x76, 0xf9, 0x37, 0x99, 0x5d, + 0xc9, 0x7e, 0xe5, 0xbd, 0x31, 0x2c, 0xa6, 0x51, 0x39, 0xd8, 0x0f, 0xb0, 0x75, 0xa8, 0xc1, 0x39, + 0xea, 0x81, 0x7e, 0x7b, 0xd0, 0xc5, 0x55, 0x51, 0xb8, 0x2e, 0x0a, 0xdf, 0xd7, 0xc4, 0xf0, 0xac, + 0x78, 0x75, 0x9f, 0xb9, 0x9d, 0x4a, 0x7b, 0x88, 0x7a, 0xeb, 0x0f, 0x17, 0x8c, 0x7f, 0x54, 0xc3, + 0xbb, 0xcd, 0x17, 0xb2, 0x5e, 0x72, 0x64, 0x6d, 0x72, 0x04, 0xb6, 0x39, 0x02, 0x9f, 0x39, 0x02, + 0xeb, 0x1d, 0xb2, 0xb6, 0x3b, 0x64, 0xbd, 0xed, 0x90, 0x35, 0xf1, 0xb9, 0x30, 0xf1, 0x3c, 0xc0, + 0xa1, 0x96, 0xa4, 0xde, 0xe0, 0xb9, 0x8e, 0x22, 0x11, 0x0a, 0x9a, 0x90, 0x78, 0x1e, 0x90, 0x85, + 0x3f, 0x20, 0xcb, 0x6a, 0xed, 0x66, 0x35, 0x65, 0x69, 0x70, 0x5c, 0xfe, 0xe8, 0xe2, 0x3b, 0x00, + 0x00, 0xff, 0xff, 0xc1, 0xa0, 0x4f, 0x93, 0x14, 0x02, 0x00, 0x00, } func (m *Inflation) Marshal() (dAtA []byte, err error) { diff --git a/x/node/abci.go b/x/node/abci.go index c16dfaaf0..fca714451 100644 --- a/x/node/abci.go +++ b/x/node/abci.go @@ -4,7 +4,7 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/node/keeper" + "github.com/sentinel-official/hub/v12/x/node/keeper" ) func EndBlock(ctx sdk.Context, k keeper.Keeper) []abcitypes.ValidatorUpdate { diff --git a/x/node/client/cli/query.go b/x/node/client/cli/query.go index 87a440d51..1fbaee81c 100644 --- a/x/node/client/cli/query.go +++ b/x/node/client/cli/query.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) func queryNode() *cobra.Command { diff --git a/x/node/client/cli/tx.go b/x/node/client/cli/tx.go index 9ba9577e6..5b080051a 100644 --- a/x/node/client/cli/tx.go +++ b/x/node/client/cli/tx.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) func txRegister() *cobra.Command { diff --git a/x/node/expected/keeper.go b/x/node/expected/keeper.go index 6510e7c52..5de0011d8 100644 --- a/x/node/expected/keeper.go +++ b/x/node/expected/keeper.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) type AccountKeeper interface { diff --git a/x/node/genesis.go b/x/node/genesis.go index 7089a619c..4eae55563 100644 --- a/x/node/genesis.go +++ b/x/node/genesis.go @@ -3,9 +3,9 @@ package node import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/keeper" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/keeper" + "github.com/sentinel-official/hub/v12/x/node/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/node/keeper/abci.go b/x/node/keeper/abci.go index 422425f9f..331c1c6b2 100644 --- a/x/node/keeper/abci.go +++ b/x/node/keeper/abci.go @@ -6,8 +6,8 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) func (k *Keeper) EndBlock(ctx sdk.Context) []abcitypes.ValidatorUpdate { diff --git a/x/node/keeper/alias.go b/x/node/keeper/alias.go index e6da9d8a9..45efb33fd 100644 --- a/x/node/keeper/alias.go +++ b/x/node/keeper/alias.go @@ -3,8 +3,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) FundCommunityPool(ctx sdk.Context, fromAddr sdk.AccAddress, coin sdk.Coin) error { diff --git a/x/node/keeper/keeper.go b/x/node/keeper/keeper.go index deaeddc64..025c1c464 100644 --- a/x/node/keeper/keeper.go +++ b/x/node/keeper/keeper.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/sentinel-official/hub/v1/x/node/expected" - "github.com/sentinel-official/hub/v1/x/node/types" + "github.com/sentinel-official/hub/v12/x/node/expected" + "github.com/sentinel-official/hub/v12/x/node/types" ) type Keeper struct { diff --git a/x/node/keeper/msg_server.go b/x/node/keeper/msg_server.go index 6c1b3369b..eea3a73c9 100644 --- a/x/node/keeper/msg_server.go +++ b/x/node/keeper/msg_server.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) // The following line asserts that the `msgServer` type implements the `types.MsgServiceServer` interface. diff --git a/x/node/keeper/node.go b/x/node/keeper/node.go index fc4d6f6ca..4321f1f94 100644 --- a/x/node/keeper/node.go +++ b/x/node/keeper/node.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) func (k *Keeper) SetActiveNode(ctx sdk.Context, node types.Node) { diff --git a/x/node/keeper/params.go b/x/node/keeper/params.go index d666cf15c..f0ab29e85 100644 --- a/x/node/keeper/params.go +++ b/x/node/keeper/params.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/node/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) func (k *Keeper) Deposit(ctx sdk.Context) (v sdk.Coin) { diff --git a/x/node/keeper/query_server.go b/x/node/keeper/query_server.go index 2102f527b..b4a54887c 100644 --- a/x/node/keeper/query_server.go +++ b/x/node/keeper/query_server.go @@ -10,8 +10,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/node/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/node/types" ) var ( diff --git a/x/node/types/events.pb.go b/x/node/types/events.pb.go index 5bcf48491..05eb8e72d 100644 --- a/x/node/types/events.pb.go +++ b/x/node/types/events.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" io "io" math "math" math_bits "math/bits" @@ -196,31 +196,31 @@ func init() { func init() { proto.RegisterFile("sentinel/node/v2/events.proto", fileDescriptor_d02d789f2b133ff1) } var fileDescriptor_d02d789f2b133ff1 = []byte{ - // 380 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xb1, 0x8e, 0xda, 0x30, - 0x18, 0xc7, 0xe3, 0xb4, 0xa2, 0xc2, 0x2d, 0xa8, 0x84, 0x4a, 0x50, 0xa4, 0x3a, 0x28, 0x5d, 0x18, - 0xda, 0xb8, 0xd0, 0x0d, 0xa9, 0x43, 0x53, 0x3a, 0x74, 0x4d, 0xd5, 0xa5, 0x4b, 0x95, 0x10, 0x13, - 0x2c, 0x85, 0x38, 0x8a, 0x9d, 0xa8, 0x3c, 0xc1, 0xad, 0xf7, 0x18, 0x3c, 0x0a, 0x23, 0xe3, 0x4d, - 0xd1, 0x5d, 0x78, 0x83, 0x3c, 0xc1, 0x29, 0x76, 0x40, 0xdc, 0x74, 0x62, 0xb3, 0xf5, 0xff, 0xfe, - 0x3f, 0xff, 0xbf, 0xcf, 0x1f, 0xfc, 0xc0, 0x49, 0x2c, 0x68, 0x4c, 0x22, 0x1c, 0xb3, 0x80, 0xe0, - 0x7c, 0x86, 0x49, 0x4e, 0x62, 0xc1, 0xed, 0x24, 0x65, 0x82, 0x19, 0x6f, 0x4f, 0xb2, 0x5d, 0xcb, - 0x76, 0x3e, 0x1b, 0xbd, 0x0b, 0x59, 0xc8, 0xa4, 0x88, 0xeb, 0x93, 0xaa, 0x1b, 0xa1, 0x33, 0x46, - 0x6c, 0x13, 0xc2, 0x71, 0x3e, 0xc5, 0x5c, 0x78, 0x22, 0x6b, 0x38, 0xd6, 0x37, 0xd8, 0xf9, 0x59, - 0x73, 0x5d, 0x12, 0x52, 0x2e, 0x48, 0x6a, 0x7c, 0x82, 0xaf, 0xbc, 0x20, 0x48, 0x09, 0xe7, 0x43, - 0x30, 0x06, 0x93, 0xb6, 0x63, 0x54, 0x85, 0xd9, 0xdd, 0x7a, 0x9b, 0x68, 0x6e, 0x35, 0x82, 0xe5, - 0x9e, 0x4a, 0x2c, 0x07, 0x1a, 0xd2, 0xfe, 0x27, 0x09, 0x3c, 0x41, 0x16, 0x44, 0x78, 0x34, 0xe2, - 0x57, 0x32, 0x6e, 0x00, 0xec, 0x5d, 0x40, 0x7e, 0xcb, 0x78, 0xc6, 0x02, 0xb6, 0x54, 0x50, 0x89, - 0xe8, 0xce, 0xde, 0xdb, 0xe7, 0x8e, 0x65, 0x27, 0x76, 0x3e, 0xb5, 0x55, 0xa9, 0xd3, 0xab, 0x0a, - 0xb3, 0xa3, 0xe8, 0xca, 0x62, 0xb9, 0x8d, 0xf7, 0x32, 0x89, 0xfe, 0x7c, 0x92, 0x1d, 0x80, 0x03, - 0x99, 0xe4, 0x47, 0x4a, 0xea, 0x24, 0x99, 0xcf, 0x97, 0x29, 0x4d, 0x04, 0x65, 0xf1, 0x75, 0x3d, - 0x19, 0x73, 0xf8, 0xa6, 0xfe, 0x97, 0x7f, 0x4f, 0x1f, 0x1f, 0x54, 0x85, 0xd9, 0x57, 0x96, 0x4b, - 0xd5, 0x72, 0x5f, 0xd7, 0xd7, 0xef, 0x8d, 0xf7, 0x23, 0xd4, 0x69, 0x30, 0x7c, 0x31, 0x06, 0x93, - 0x97, 0x4e, 0xbf, 0x2c, 0x4c, 0xfd, 0xd7, 0xa2, 0x2a, 0xcc, 0xb6, 0xf2, 0xd1, 0xc0, 0x72, 0x75, - 0x1a, 0x38, 0xee, 0xfe, 0x01, 0x69, 0xbb, 0x12, 0x69, 0xfb, 0x12, 0x81, 0x43, 0x89, 0xc0, 0x7d, - 0x89, 0xc0, 0xed, 0x11, 0x69, 0x87, 0x23, 0xd2, 0xee, 0x8e, 0x48, 0xfb, 0xfb, 0x25, 0xa4, 0x62, - 0x9d, 0xf9, 0xf6, 0x92, 0x6d, 0xf0, 0x69, 0x74, 0x9f, 0xd9, 0x6a, 0x45, 0x97, 0xd4, 0x8b, 0xf0, - 0x3a, 0xf3, 0xeb, 0x5d, 0xf8, 0xaf, 0xb6, 0x4b, 0x4e, 0xd4, 0x6f, 0xc9, 0x95, 0xf8, 0xfa, 0x18, - 0x00, 0x00, 0xff, 0xff, 0x34, 0x7e, 0xf8, 0x50, 0x7b, 0x02, 0x00, 0x00, + // 379 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x31, 0xee, 0xd3, 0x30, + 0x14, 0xc6, 0xe3, 0x80, 0xfe, 0xa8, 0x86, 0x56, 0x34, 0x45, 0x6a, 0xa9, 0x84, 0x53, 0x85, 0xa5, + 0x03, 0xc4, 0x4a, 0xd8, 0x2a, 0x31, 0x10, 0xca, 0xc0, 0x9a, 0x8a, 0x85, 0x05, 0x25, 0x8d, 0x9b, + 0x5a, 0x4a, 0xe3, 0x28, 0x76, 0x22, 0x7a, 0x02, 0x56, 0x8e, 0xd1, 0xa3, 0x74, 0xec, 0xc8, 0x14, + 0x41, 0x7a, 0x83, 0x9c, 0x00, 0xc5, 0x4e, 0xab, 0x32, 0xa1, 0x6e, 0xb6, 0xbe, 0xf7, 0xfd, 0xfc, + 0xbd, 0xe7, 0x07, 0x5f, 0x71, 0x92, 0x0a, 0x9a, 0x92, 0x04, 0xa7, 0x2c, 0x22, 0xb8, 0x74, 0x31, + 0x29, 0x49, 0x2a, 0xb8, 0x9d, 0xe5, 0x4c, 0x30, 0xe3, 0xf9, 0x45, 0xb6, 0x5b, 0xd9, 0x2e, 0xdd, + 0xe9, 0x8b, 0x98, 0xc5, 0x4c, 0x8a, 0xb8, 0x3d, 0xa9, 0xba, 0x29, 0xba, 0x62, 0xc4, 0x3e, 0x23, + 0x1c, 0x97, 0x0e, 0xe6, 0x22, 0x10, 0x45, 0xc7, 0xb1, 0xde, 0xc3, 0xfe, 0xa7, 0x96, 0xeb, 0x93, + 0x98, 0x72, 0x41, 0x72, 0xe3, 0x0d, 0x7c, 0x12, 0x44, 0x51, 0x4e, 0x38, 0x9f, 0x80, 0x19, 0x98, + 0xf7, 0x3c, 0xa3, 0xa9, 0xcc, 0xc1, 0x3e, 0xd8, 0x25, 0x0b, 0xab, 0x13, 0x2c, 0xff, 0x52, 0x62, + 0x79, 0xd0, 0x90, 0xf6, 0x2f, 0x59, 0x14, 0x08, 0xb2, 0x24, 0x22, 0xa0, 0x09, 0xbf, 0x93, 0xf1, + 0x03, 0xc0, 0xe1, 0x0d, 0x64, 0x25, 0xe3, 0x19, 0x4b, 0xf8, 0xa0, 0x82, 0x4a, 0xc4, 0xc0, 0x7d, + 0x69, 0x5f, 0x3b, 0x96, 0x9d, 0xd8, 0xa5, 0x63, 0xab, 0x52, 0x6f, 0xd8, 0x54, 0x66, 0x5f, 0xd1, + 0x95, 0xc5, 0xf2, 0x3b, 0xef, 0x6d, 0x12, 0xfd, 0xff, 0x49, 0x0e, 0x00, 0x8e, 0x65, 0x92, 0x8f, + 0x39, 0x69, 0x93, 0x14, 0x21, 0x5f, 0xe7, 0x34, 0x13, 0x94, 0xa5, 0xf7, 0xf5, 0x64, 0x2c, 0xe0, + 0xb3, 0xf6, 0x5f, 0xbe, 0xfd, 0xfb, 0xf8, 0xb8, 0xa9, 0xcc, 0x91, 0xb2, 0xdc, 0xaa, 0x96, 0xff, + 0xb4, 0xbd, 0x7e, 0xe8, 0xbc, 0xaf, 0xa1, 0x4e, 0xa3, 0xc9, 0xa3, 0x19, 0x98, 0x3f, 0xf6, 0x46, + 0x75, 0x65, 0xea, 0x9f, 0x97, 0x4d, 0x65, 0xf6, 0x94, 0x8f, 0x46, 0x96, 0xaf, 0xd3, 0xc8, 0x5b, + 0x1d, 0xff, 0x20, 0xed, 0x50, 0x23, 0xed, 0x58, 0x23, 0x70, 0xaa, 0x11, 0xf8, 0x5d, 0x23, 0xf0, + 0xf3, 0x8c, 0xb4, 0xd3, 0x19, 0x69, 0xbf, 0xce, 0x48, 0xfb, 0xea, 0xc4, 0x54, 0x6c, 0x8b, 0xd0, + 0x5e, 0xb3, 0x1d, 0xbe, 0x8c, 0xee, 0x2d, 0xdb, 0x6c, 0xe8, 0x9a, 0x06, 0x09, 0xde, 0x16, 0x21, + 0x2e, 0x1d, 0x17, 0x7f, 0x57, 0xeb, 0x25, 0x47, 0x1a, 0x3e, 0xc8, 0x9d, 0x78, 0xf7, 0x37, 0x00, + 0x00, 0xff, 0xff, 0x53, 0x4a, 0x38, 0x1f, 0x7c, 0x02, 0x00, 0x00, } func (m *EventRegister) Marshal() (dAtA []byte, err error) { diff --git a/x/node/types/genesis.pb.go b/x/node/types/genesis.pb.go index 66dcbacfa..1b4a7d44c 100644 --- a/x/node/types/genesis.pb.go +++ b/x/node/types/genesis.pb.go @@ -73,7 +73,7 @@ func init() { func init() { proto.RegisterFile("sentinel/node/v2/genesis.proto", fileDescriptor_d8bfacc16de2c703) } var fileDescriptor_d8bfacc16de2c703 = []byte{ - // 246 bytes of a gzipped FileDescriptorProto + // 247 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0xcf, 0xcb, 0x4f, 0x49, 0xd5, 0x2f, 0x33, 0xd2, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x80, 0xc9, 0xeb, 0x81, @@ -83,13 +83,13 @@ var fileDescriptor_d8bfacc16de2c703 = []byte{ 0x8c, 0xb8, 0x58, 0x41, 0xea, 0x8a, 0x25, 0x18, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0xc4, 0xf4, 0xd0, 0xdd, 0xa0, 0xe7, 0x97, 0x9f, 0x92, 0xea, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x44, 0xa9, 0x90, 0x19, 0x17, 0x1b, 0xc4, 0x4c, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x09, 0x4c, 0x4d, - 0x01, 0x60, 0x79, 0xa8, 0x36, 0xa8, 0x6a, 0xa7, 0xa0, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, + 0x01, 0x60, 0x79, 0xa8, 0x36, 0xa8, 0x6a, 0xa7, 0xe0, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, - 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0x83, 0xf4, 0xcc, 0x92, + 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xc3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0x99, 0xba, 0xf9, 0x69, 0x69, 0x99, 0xc9, - 0x99, 0x89, 0x39, 0xfa, 0x19, 0xa5, 0x49, 0xfa, 0x65, 0x86, 0xfa, 0x15, 0x10, 0x9f, 0x95, 0x54, - 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xbd, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xe5, 0xca, - 0x17, 0x21, 0x5c, 0x01, 0x00, 0x00, + 0x99, 0x89, 0x39, 0xfa, 0x19, 0xa5, 0x49, 0xfa, 0x65, 0x86, 0x46, 0xfa, 0x15, 0x10, 0xaf, 0x95, + 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xfd, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xa5, + 0x47, 0x9d, 0xee, 0x5d, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/node/types/keys.go b/x/node/types/keys.go index 1ba48e5b2..82d07446d 100644 --- a/x/node/types/keys.go +++ b/x/node/types/keys.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/address" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) const ( diff --git a/x/node/types/keys_test.go b/x/node/types/keys_test.go index c2c5f8f39..2c70e201b 100644 --- a/x/node/types/keys_test.go +++ b/x/node/types/keys_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestActiveNodeKey(t *testing.T) { diff --git a/x/node/types/msg.go b/x/node/types/msg.go index 7cac6f9fa..9d6623d78 100644 --- a/x/node/types/msg.go +++ b/x/node/types/msg.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) // The `types` package contains custom message types for the Cosmos SDK. diff --git a/x/node/types/msg.pb.go b/x/node/types/msg.pb.go index 6477ca8f7..18cbb6eba 100644 --- a/x/node/types/msg.pb.go +++ b/x/node/types/msg.pb.go @@ -11,7 +11,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types1 "github.com/sentinel-official/hub/v1/types" + types1 "github.com/sentinel-official/hub/v12/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -386,45 +386,45 @@ func init() { proto.RegisterFile("sentinel/node/v2/msg.proto", fileDescriptor_69 var fileDescriptor_69e1d326c62910d7 = []byte{ // 612 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x55, 0xcb, 0x6e, 0xd3, 0x4c, - 0x14, 0xb6, 0x93, 0xb6, 0x52, 0xa6, 0x57, 0xcd, 0xdf, 0xbf, 0x38, 0x16, 0x72, 0x42, 0x04, 0xc8, - 0x45, 0x74, 0xdc, 0x84, 0x27, 0x20, 0xb0, 0x24, 0x12, 0x72, 0x95, 0x4d, 0x25, 0x14, 0xf9, 0x32, - 0x71, 0x46, 0xd8, 0x1e, 0xe3, 0x19, 0x5b, 0xe4, 0x2d, 0x58, 0xb1, 0xe0, 0x09, 0x10, 0x0f, 0xc1, - 0x86, 0x4d, 0x96, 0x5d, 0xb2, 0x2a, 0x90, 0xbc, 0x08, 0xb2, 0xc7, 0x4e, 0xd3, 0x34, 0x4a, 0x8b, - 0xc4, 0x92, 0x95, 0x67, 0xce, 0xed, 0xfb, 0xe6, 0xd3, 0x39, 0xc7, 0x40, 0x65, 0x38, 0xe4, 0x24, - 0xc4, 0xbe, 0x11, 0x52, 0x17, 0x1b, 0x69, 0xc7, 0x08, 0x98, 0x87, 0xa2, 0x98, 0x72, 0x0a, 0x0f, - 0x4a, 0x1f, 0xca, 0x7c, 0x28, 0xed, 0xa8, 0x9a, 0x43, 0x59, 0x40, 0x99, 0x61, 0x5b, 0x0c, 0x1b, - 0x69, 0xdb, 0xc6, 0xdc, 0x6a, 0x1b, 0x0e, 0x25, 0xa1, 0xc8, 0x50, 0x0f, 0x3d, 0xea, 0xd1, 0xfc, - 0x68, 0x64, 0xa7, 0xc2, 0xaa, 0xcd, 0x31, 0xf8, 0x38, 0xc2, 0xcc, 0x48, 0xdb, 0x06, 0xe3, 0x16, - 0x4f, 0x98, 0xf0, 0xb7, 0xbe, 0x56, 0x00, 0xec, 0x31, 0xcf, 0xc4, 0x1e, 0x61, 0x1c, 0xc7, 0x26, - 0x7e, 0x97, 0x60, 0xc6, 0x21, 0x04, 0x1b, 0xc3, 0x98, 0x06, 0x8a, 0xdc, 0x94, 0xf5, 0x9a, 0x99, - 0x9f, 0x21, 0x07, 0xfb, 0x1e, 0xf1, 0x2c, 0x7b, 0xcc, 0xf1, 0x20, 0x8a, 0x89, 0x83, 0x99, 0x52, - 0x69, 0x56, 0xf5, 0xed, 0x4e, 0x1d, 0x09, 0x6a, 0x28, 0xa3, 0x86, 0x0a, 0x6a, 0xe8, 0x05, 0x25, - 0x61, 0xf7, 0x74, 0x72, 0xd9, 0x90, 0xbe, 0xfc, 0x68, 0xe8, 0x1e, 0xe1, 0xa3, 0xc4, 0x46, 0x0e, - 0x0d, 0x8c, 0xe2, 0x1d, 0xe2, 0x73, 0xc2, 0xdc, 0xb7, 0x82, 0x5a, 0x9e, 0xc0, 0xcc, 0xbd, 0x12, - 0xe3, 0x75, 0x0e, 0x01, 0x23, 0xb0, 0x3b, 0xa2, 0x49, 0xec, 0x8f, 0x4b, 0xcc, 0xea, 0xdf, 0xc7, - 0xdc, 0x11, 0x08, 0x05, 0xe2, 0x53, 0x00, 0x62, 0x1c, 0x50, 0x8e, 0x07, 0x49, 0xec, 0x2b, 0x1b, - 0x99, 0x02, 0xdd, 0xdd, 0xe9, 0x65, 0xa3, 0x66, 0xe6, 0xd6, 0xbe, 0xf9, 0xca, 0xac, 0x89, 0x80, - 0x7e, 0xec, 0xb7, 0xbe, 0x55, 0xc0, 0xbd, 0x1e, 0xf3, 0xfa, 0x91, 0x6b, 0x71, 0xfc, 0x12, 0x73, - 0x8b, 0xf8, 0xec, 0x9f, 0x8a, 0x7f, 0xaa, 0xe2, 0x00, 0x1c, 0xcd, 0x45, 0x3c, 0xcb, 0xfb, 0x73, - 0x9d, 0x86, 0x6d, 0xb0, 0x25, 0x9a, 0x58, 0xa9, 0x34, 0x65, 0x7d, 0xaf, 0x53, 0x47, 0xf3, 0x69, - 0x11, 0x84, 0xd2, 0x36, 0x2a, 0xaa, 0x14, 0x81, 0xad, 0x8f, 0x32, 0xf8, 0xaf, 0xc7, 0xbc, 0xb3, - 0xc4, 0x66, 0x4e, 0x4c, 0x6c, 0xbc, 0xae, 0xfc, 0x03, 0xb0, 0x93, 0x0d, 0xdd, 0xc0, 0x72, 0xdd, - 0x18, 0x33, 0x01, 0x52, 0x33, 0xb7, 0x33, 0xdb, 0x73, 0x61, 0x82, 0xf7, 0x41, 0xad, 0x54, 0x38, - 0xd3, 0x52, 0xd6, 0xab, 0xe6, 0x95, 0x01, 0x1e, 0x82, 0xcd, 0x4c, 0x0b, 0x96, 0x3f, 0xbb, 0x6a, - 0x8a, 0x4b, 0x66, 0x75, 0x71, 0x48, 0x03, 0x65, 0x33, 0xaf, 0x27, 0x2e, 0xad, 0xff, 0x73, 0x5e, - 0x57, 0xf3, 0xc7, 0x22, 0x1a, 0x32, 0xdc, 0x52, 0x81, 0x72, 0xb3, 0xab, 0x0a, 0x5f, 0x7d, 0xa1, - 0xe3, 0x4a, 0xb1, 0x0a, 0xd7, 0x11, 0x38, 0xbc, 0xfe, 0x4a, 0x61, 0xef, 0x7c, 0xaa, 0x02, 0x90, - 0x39, 0x70, 0x9c, 0x12, 0x07, 0xc3, 0x73, 0xb0, 0xbd, 0x00, 0x0a, 0x1f, 0xa2, 0xe5, 0x6d, 0x83, - 0x6e, 0xee, 0x04, 0xf5, 0xd1, 0x2d, 0x51, 0x02, 0x0a, 0x12, 0x70, 0xb0, 0xcc, 0x1c, 0x1e, 0xaf, - 0x4c, 0x5d, 0x35, 0x33, 0xea, 0x93, 0xbb, 0x84, 0x16, 0x50, 0x43, 0xb0, 0xbf, 0x24, 0x04, 0xd4, - 0xd7, 0xa4, 0x5f, 0x6b, 0x2c, 0xf5, 0xf8, 0x0e, 0x91, 0x05, 0xce, 0x1b, 0xb0, 0xb3, 0xa8, 0x2a, - 0x5c, 0xad, 0xc4, 0x72, 0x6f, 0xa9, 0x8f, 0x6f, 0x0b, 0x13, 0xe5, 0xbb, 0xe6, 0xe4, 0x97, 0x26, - 0x7d, 0x9e, 0x6a, 0xd2, 0x64, 0xaa, 0xc9, 0x17, 0x53, 0x4d, 0xfe, 0x39, 0xd5, 0xe4, 0x0f, 0x33, - 0x4d, 0xba, 0x98, 0x69, 0xd2, 0xf7, 0x99, 0x26, 0x9d, 0x9f, 0x2e, 0x0c, 0x61, 0x59, 0xf3, 0x84, - 0x0e, 0x87, 0xc4, 0x21, 0x96, 0x6f, 0x8c, 0x12, 0x3b, 0xdb, 0xeb, 0xef, 0xc5, 0x6f, 0x24, 0x9f, - 0x00, 0x7b, 0x2b, 0x5f, 0xef, 0xcf, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0xfc, 0xd9, 0xd0, 0xac, - 0x64, 0x06, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x55, 0xcb, 0x6e, 0xd3, 0x40, + 0x14, 0xb5, 0x93, 0xb6, 0x52, 0xa6, 0x4f, 0x0d, 0xa5, 0xb8, 0x16, 0x72, 0x4b, 0x04, 0xc8, 0x45, + 0x74, 0x06, 0x9b, 0x2f, 0xa0, 0xb0, 0xa4, 0x12, 0x72, 0xd5, 0x4d, 0x25, 0x14, 0xf9, 0x31, 0x71, + 0x47, 0xd8, 0x1e, 0xe3, 0x19, 0x5b, 0xf4, 0x2f, 0x58, 0xb1, 0xe0, 0x0b, 0x10, 0x1f, 0xc1, 0x86, + 0x4d, 0x96, 0x5d, 0xb2, 0x2a, 0x90, 0xfc, 0x08, 0xb2, 0xc7, 0x4e, 0xd3, 0x34, 0x4a, 0x8b, 0xc4, + 0x92, 0x55, 0xc6, 0xe7, 0x3e, 0xce, 0x99, 0xa3, 0x7b, 0x27, 0x40, 0xe7, 0x24, 0x11, 0x34, 0x21, + 0x11, 0x4e, 0x58, 0x40, 0x70, 0x61, 0xe3, 0x98, 0x87, 0x28, 0xcd, 0x98, 0x60, 0x70, 0xa3, 0x89, + 0xa1, 0x32, 0x86, 0x0a, 0x5b, 0x37, 0x7c, 0xc6, 0x63, 0xc6, 0xb1, 0xe7, 0x72, 0x82, 0x0b, 0xcb, + 0x23, 0xc2, 0xb5, 0xb0, 0xcf, 0x68, 0x22, 0x2b, 0xf4, 0xcd, 0x90, 0x85, 0xac, 0x3a, 0xe2, 0xf2, + 0x54, 0xa3, 0xc6, 0x98, 0x43, 0x9c, 0xa5, 0x84, 0xe3, 0xc2, 0xc2, 0x5c, 0xb8, 0x22, 0xe7, 0x32, + 0xde, 0xfd, 0xd6, 0x02, 0xf0, 0x90, 0x87, 0x0e, 0x09, 0x29, 0x17, 0x24, 0x73, 0xc8, 0xfb, 0x9c, + 0x70, 0x01, 0x21, 0x58, 0xe8, 0x67, 0x2c, 0xd6, 0xd4, 0x5d, 0xd5, 0xec, 0x38, 0xd5, 0x19, 0x0a, + 0xb0, 0x1e, 0xd2, 0xd0, 0xf5, 0xce, 0x04, 0xe9, 0xa5, 0x19, 0xf5, 0x09, 0xd7, 0x5a, 0xbb, 0x6d, + 0x73, 0xd9, 0xde, 0x46, 0x52, 0x1a, 0x2a, 0xa5, 0xa1, 0x5a, 0x1a, 0x7a, 0xc9, 0x68, 0x72, 0xf0, + 0x6c, 0x70, 0xb1, 0xa3, 0x7c, 0xfd, 0xb9, 0x63, 0x86, 0x54, 0x9c, 0xe6, 0x1e, 0xf2, 0x59, 0x8c, + 0xeb, 0x7b, 0xc8, 0x9f, 0x7d, 0x1e, 0xbc, 0x93, 0xd2, 0xaa, 0x02, 0xee, 0xac, 0x35, 0x1c, 0x6f, + 0x2a, 0x0a, 0x98, 0x82, 0xd5, 0x53, 0x96, 0x67, 0xd1, 0x59, 0xc3, 0xd9, 0xfe, 0xf7, 0x9c, 0x2b, + 0x92, 0xa1, 0x66, 0x7c, 0x0a, 0x40, 0x46, 0x62, 0x26, 0x48, 0x2f, 0xcf, 0x22, 0x6d, 0xa1, 0x74, + 0xe0, 0x60, 0x75, 0x78, 0xb1, 0xd3, 0x71, 0x2a, 0xf4, 0xd8, 0x79, 0xed, 0x74, 0x64, 0xc2, 0x71, + 0x16, 0x75, 0xbf, 0xb7, 0xc0, 0xbd, 0x43, 0x1e, 0x1e, 0xa7, 0x81, 0x2b, 0xc8, 0x2b, 0x22, 0x5c, + 0x1a, 0xf1, 0xff, 0x2e, 0xfe, 0xad, 0x8b, 0x3d, 0xb0, 0x35, 0x36, 0xf1, 0xa8, 0x9a, 0xcf, 0x79, + 0x1e, 0x5a, 0x60, 0x49, 0x0e, 0xb1, 0xd6, 0xda, 0x55, 0xcd, 0x35, 0x7b, 0x1b, 0x8d, 0xb7, 0x45, + 0x0a, 0x2a, 0x2c, 0x54, 0x77, 0xa9, 0x13, 0xbb, 0x9f, 0x54, 0x70, 0xe7, 0x90, 0x87, 0x47, 0xb9, + 0xc7, 0xfd, 0x8c, 0x7a, 0x64, 0x5e, 0xfb, 0x07, 0x60, 0xa5, 0x5c, 0xba, 0x9e, 0x1b, 0x04, 0x19, + 0xe1, 0x92, 0xa4, 0xe3, 0x2c, 0x97, 0xd8, 0x0b, 0x09, 0xc1, 0xfb, 0xa0, 0xd3, 0x38, 0x5c, 0x7a, + 0xa9, 0x9a, 0x6d, 0xe7, 0x12, 0x80, 0x9b, 0x60, 0xb1, 0xf4, 0x82, 0x57, 0xd7, 0x6e, 0x3b, 0xf2, + 0xa3, 0x44, 0x03, 0x92, 0xb0, 0x58, 0x5b, 0xac, 0xfa, 0xc9, 0x8f, 0xee, 0xdd, 0x4a, 0xd7, 0xe5, + 0xfe, 0xf1, 0x94, 0x25, 0x9c, 0x74, 0x75, 0xa0, 0x5d, 0x9f, 0xaa, 0x3a, 0xb6, 0x3d, 0x31, 0x71, + 0x8d, 0x59, 0x75, 0x68, 0x0b, 0x6c, 0x5e, 0xbd, 0xa5, 0xc4, 0xed, 0xcf, 0x6d, 0x00, 0xca, 0x00, + 0xc9, 0x0a, 0xea, 0x13, 0x78, 0x02, 0x96, 0x27, 0x48, 0xe1, 0x43, 0x34, 0xfd, 0xda, 0xa0, 0xeb, + 0x6f, 0x82, 0xfe, 0xe8, 0x86, 0x2c, 0x49, 0x05, 0x29, 0xd8, 0x98, 0x56, 0x0e, 0xf7, 0x66, 0x96, + 0xce, 0xda, 0x19, 0xfd, 0xc9, 0x6d, 0x52, 0x6b, 0xaa, 0x3e, 0x58, 0x9f, 0x32, 0x02, 0x9a, 0x73, + 0xca, 0xaf, 0x0c, 0x96, 0xbe, 0x77, 0x8b, 0xcc, 0x9a, 0xe7, 0x2d, 0x58, 0x99, 0x74, 0x15, 0xce, + 0x76, 0x62, 0x7a, 0xb6, 0xf4, 0xc7, 0x37, 0xa5, 0xc9, 0xf6, 0x07, 0x47, 0x83, 0xdf, 0x86, 0xf2, + 0x65, 0x68, 0x28, 0x83, 0xa1, 0xa1, 0x9e, 0x0f, 0x0d, 0xf5, 0xd7, 0xd0, 0x50, 0x3f, 0x8e, 0x0c, + 0xe5, 0x7c, 0x64, 0x28, 0x3f, 0x46, 0x86, 0x72, 0x62, 0x4d, 0x2c, 0x61, 0xd3, 0x73, 0x9f, 0xf5, + 0xfb, 0xd4, 0xa7, 0x6e, 0x84, 0x4f, 0x73, 0x0f, 0x17, 0x96, 0x8d, 0x3f, 0xc8, 0xff, 0x91, 0x6a, + 0x05, 0xbc, 0xa5, 0xea, 0x7d, 0x7f, 0xfe, 0x27, 0x00, 0x00, 0xff, 0xff, 0x76, 0x28, 0x7b, 0x8a, + 0x65, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/node/types/msg_test.go b/x/node/types/msg_test.go index 12a0d1eb3..80835cb1e 100644 --- a/x/node/types/msg_test.go +++ b/x/node/types/msg_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestMsgRegisterRequest_ValidateBasic(t *testing.T) { diff --git a/x/node/types/node.go b/x/node/types/node.go index 0d5661098..a4c44dd35 100644 --- a/x/node/types/node.go +++ b/x/node/types/node.go @@ -7,7 +7,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func (m *Node) GetAddress() hubtypes.NodeAddress { diff --git a/x/node/types/node.pb.go b/x/node/types/node.pb.go index 16f6be3e1..b0c567fa0 100644 --- a/x/node/types/node.pb.go +++ b/x/node/types/node.pb.go @@ -10,7 +10,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types1 "github.com/sentinel-official/hub/v1/types" + types1 "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" @@ -99,35 +99,36 @@ func init() { func init() { proto.RegisterFile("sentinel/node/v2/node.proto", fileDescriptor_f03f9fca82881dc6) } var fileDescriptor_f03f9fca82881dc6 = []byte{ - // 448 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0x41, 0x8e, 0xd3, 0x30, - 0x14, 0x40, 0x13, 0x3a, 0x74, 0xa6, 0x2e, 0x33, 0xa0, 0x88, 0x45, 0xa6, 0x48, 0x4e, 0xc5, 0x2a, - 0x0b, 0xc6, 0x9e, 0x84, 0x13, 0x34, 0x88, 0x1d, 0x42, 0x28, 0x30, 0x1b, 0x36, 0x95, 0x93, 0xb8, - 0xa9, 0x45, 0x12, 0x47, 0xb1, 0x13, 0xd1, 0x5b, 0xcc, 0x31, 0x10, 0x27, 0xe9, 0x72, 0x96, 0xac, - 0x66, 0x20, 0x3d, 0x02, 0x17, 0x40, 0xb1, 0xe3, 0x8a, 0x2d, 0x12, 0xab, 0x7c, 0x7f, 0xff, 0xaf, - 0xf7, 0xe2, 0xff, 0xc1, 0x0b, 0x41, 0x2b, 0xc9, 0x2a, 0x5a, 0xe0, 0x8a, 0x67, 0x14, 0x77, 0xa1, - 0xfa, 0xa2, 0xba, 0xe1, 0x92, 0x3b, 0xcf, 0xcc, 0x25, 0x52, 0xc9, 0x2e, 0x5c, 0xc0, 0x94, 0x8b, - 0x92, 0x0b, 0x9c, 0x10, 0x41, 0x71, 0x17, 0x24, 0x54, 0x92, 0x00, 0xa7, 0x9c, 0x55, 0xba, 0x63, - 0xf1, 0x3c, 0xe7, 0x39, 0x57, 0x21, 0x1e, 0xa2, 0x31, 0xeb, 0xe5, 0x9c, 0xe7, 0x05, 0xc5, 0xea, - 0x94, 0xb4, 0x1b, 0x2c, 0x59, 0x49, 0x85, 0x24, 0x65, 0x3d, 0x16, 0xc0, 0xa3, 0x85, 0xdc, 0xd5, - 0x54, 0xe0, 0x2e, 0xc0, 0x42, 0x12, 0xd9, 0x0a, 0x7d, 0xff, 0xf2, 0xf7, 0x04, 0x9c, 0xbc, 0xe7, - 0x19, 0x75, 0x5c, 0x70, 0x4a, 0xb2, 0xac, 0xa1, 0x42, 0xb8, 0xf6, 0xd2, 0xf6, 0x67, 0xb1, 0x39, - 0x3a, 0x12, 0x3c, 0xcd, 0x59, 0x4e, 0x92, 0x9d, 0xa4, 0xeb, 0xba, 0x61, 0x29, 0x15, 0xee, 0xa3, - 0xe5, 0xc4, 0x9f, 0x87, 0x97, 0x48, 0x3b, 0xa3, 0xc1, 0x19, 0x8d, 0xce, 0xe8, 0x0d, 0x67, 0x55, - 0x74, 0xbd, 0xbf, 0xf7, 0xac, 0xef, 0x0f, 0x9e, 0x9f, 0x33, 0xb9, 0x6d, 0x13, 0x94, 0xf2, 0x12, - 0x8f, 0x3f, 0xa8, 0x3f, 0x57, 0x22, 0xfb, 0xa2, 0x95, 0x54, 0x83, 0x88, 0x2f, 0x0c, 0xe3, 0x83, - 0x42, 0x38, 0x35, 0x38, 0xdf, 0xf2, 0xb6, 0x29, 0x76, 0x86, 0x39, 0xf9, 0xff, 0xcc, 0x27, 0x9a, - 0x30, 0x12, 0x5f, 0x01, 0xd0, 0xd0, 0x92, 0x4b, 0xba, 0x6e, 0x9b, 0xc2, 0x3d, 0x19, 0x1e, 0x21, - 0x3a, 0xef, 0xef, 0xbd, 0x59, 0xac, 0xb2, 0x37, 0xf1, 0xbb, 0x78, 0xa6, 0x0b, 0x6e, 0x9a, 0xc2, - 0x79, 0x0b, 0xe6, 0xac, 0x22, 0xa9, 0x64, 0x1d, 0x5d, 0x13, 0xe9, 0x3e, 0x5e, 0xda, 0xfe, 0x3c, - 0x5c, 0x20, 0x3d, 0x0f, 0x64, 0xe6, 0x81, 0x3e, 0x99, 0x79, 0x44, 0x67, 0x83, 0xde, 0xed, 0x83, - 0x67, 0xc7, 0xc0, 0x34, 0xae, 0xa4, 0x13, 0x80, 0xa9, 0x9e, 0x87, 0x3b, 0x5d, 0xda, 0xfe, 0x45, - 0x78, 0x89, 0x8e, 0x9b, 0xa1, 0x4d, 0xbb, 0x00, 0x7d, 0x54, 0x05, 0xf1, 0x58, 0xe8, 0xac, 0xc0, - 0x4c, 0x47, 0x03, 0xf7, 0xf4, 0x1f, 0xb8, 0x67, 0xba, 0x6d, 0x25, 0xa3, 0x78, 0xff, 0x0b, 0x5a, - 0xdf, 0x7a, 0x68, 0xed, 0x7b, 0x68, 0xdf, 0xf5, 0xd0, 0xfe, 0xd9, 0x43, 0xfb, 0xf6, 0x00, 0xad, - 0xbb, 0x03, 0xb4, 0x7e, 0x1c, 0xa0, 0xf5, 0xf9, 0xfa, 0xaf, 0x47, 0x34, 0x46, 0x57, 0x7c, 0xb3, - 0x61, 0x29, 0x23, 0x05, 0xde, 0xb6, 0xc9, 0xb0, 0x49, 0x5f, 0xf5, 0x6a, 0x2b, 0xd1, 0x64, 0xaa, - 0xd8, 0xaf, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x9c, 0xec, 0x41, 0xd9, 0xf8, 0x02, 0x00, 0x00, + // 449 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0xc1, 0x6e, 0xd3, 0x30, + 0x18, 0x80, 0x13, 0x3a, 0xba, 0xd5, 0x65, 0x03, 0x45, 0x1c, 0xb2, 0x22, 0x39, 0x15, 0xa7, 0x1c, + 0x98, 0x4d, 0xc2, 0x13, 0x34, 0x88, 0x1b, 0x42, 0x28, 0x63, 0x17, 0x2e, 0x95, 0x93, 0xb8, 0xa9, + 0x45, 0x12, 0x47, 0xb1, 0x13, 0xd1, 0xb7, 0xd8, 0x63, 0x20, 0x9e, 0xa4, 0xc7, 0x1d, 0x39, 0x6d, + 0x90, 0x3e, 0x02, 0x2f, 0x80, 0x62, 0xc7, 0x15, 0x57, 0x24, 0x4e, 0xfe, 0xfd, 0xfb, 0xff, 0xf5, + 0x7d, 0xf6, 0x6f, 0xf0, 0x42, 0xd0, 0x4a, 0xb2, 0x8a, 0x16, 0xb8, 0xe2, 0x19, 0xc5, 0x5d, 0xa8, + 0x56, 0x54, 0x37, 0x5c, 0x72, 0xe7, 0x99, 0x39, 0x44, 0x2a, 0xd9, 0x85, 0x0b, 0x98, 0x72, 0x51, + 0x72, 0x81, 0x13, 0x22, 0x28, 0xee, 0x82, 0x84, 0x4a, 0x12, 0xe0, 0x94, 0xb3, 0x4a, 0x77, 0x2c, + 0x9e, 0xe7, 0x3c, 0xe7, 0x2a, 0xc4, 0x43, 0x34, 0x66, 0xbd, 0x9c, 0xf3, 0xbc, 0xa0, 0x58, 0xed, + 0x92, 0x76, 0x83, 0x25, 0x2b, 0xa9, 0x90, 0xa4, 0xac, 0xc7, 0x02, 0x78, 0xb4, 0x90, 0xbb, 0x9a, + 0x0a, 0xdc, 0x05, 0x58, 0x48, 0x22, 0x5b, 0xa1, 0xcf, 0x5f, 0xfe, 0x9e, 0x80, 0x93, 0x0f, 0x3c, + 0xa3, 0x8e, 0x0b, 0x4e, 0x49, 0x96, 0x35, 0x54, 0x08, 0xd7, 0x5e, 0xda, 0xfe, 0x2c, 0x36, 0x5b, + 0x47, 0x82, 0xa7, 0x39, 0xcb, 0x49, 0xb2, 0x93, 0x74, 0x5d, 0x37, 0x2c, 0xa5, 0xc2, 0x7d, 0xb4, + 0x9c, 0xf8, 0xf3, 0xf0, 0x12, 0x69, 0x67, 0x34, 0x38, 0xa3, 0xd1, 0x19, 0xbd, 0xe5, 0xac, 0x8a, + 0x5e, 0xef, 0xef, 0x3d, 0xeb, 0xfb, 0x83, 0xe7, 0xe7, 0x4c, 0x6e, 0xdb, 0x04, 0xa5, 0xbc, 0xc4, + 0xe3, 0x05, 0xf5, 0x72, 0x25, 0xb2, 0x2f, 0x5a, 0x49, 0x35, 0x88, 0xf8, 0xc2, 0x30, 0x3e, 0x2a, + 0x84, 0x53, 0x83, 0xf3, 0x2d, 0x6f, 0x9b, 0x62, 0x67, 0x98, 0x93, 0xff, 0xcf, 0x7c, 0xa2, 0x09, + 0x23, 0xf1, 0x15, 0x00, 0x0d, 0x2d, 0xb9, 0xa4, 0xeb, 0xb6, 0x29, 0xdc, 0x93, 0xe1, 0x11, 0xa2, + 0xf3, 0xfe, 0xde, 0x9b, 0xc5, 0x2a, 0x7b, 0x13, 0xbf, 0x8f, 0x67, 0xba, 0xe0, 0xa6, 0x29, 0x9c, + 0x77, 0x60, 0xce, 0x2a, 0x92, 0x4a, 0xd6, 0xd1, 0x35, 0x91, 0xee, 0xe3, 0xa5, 0xed, 0xcf, 0xc3, + 0x05, 0xd2, 0xf3, 0x40, 0x66, 0x1e, 0xe8, 0x93, 0x99, 0x47, 0x74, 0x36, 0xe8, 0xdd, 0x3e, 0x78, + 0x76, 0x0c, 0x4c, 0xe3, 0x4a, 0x3a, 0x01, 0x98, 0xea, 0x79, 0xb8, 0xd3, 0xa5, 0xed, 0x5f, 0x84, + 0x97, 0xe8, 0xf8, 0x33, 0xb4, 0x69, 0x17, 0xa0, 0x6b, 0x55, 0x10, 0x8f, 0x85, 0xce, 0x0a, 0xcc, + 0x74, 0x34, 0x70, 0x4f, 0xff, 0x81, 0x7b, 0xa6, 0xdb, 0x56, 0x32, 0xba, 0xde, 0xff, 0x82, 0xd6, + 0xb7, 0x1e, 0x5a, 0xfb, 0x1e, 0xda, 0x77, 0x3d, 0xb4, 0x7f, 0xf6, 0xd0, 0xbe, 0x3d, 0x40, 0xeb, + 0xee, 0x00, 0xad, 0x1f, 0x07, 0x68, 0x7d, 0x0e, 0xfe, 0x7a, 0x44, 0x63, 0x74, 0xc5, 0x37, 0x1b, + 0x96, 0x32, 0x52, 0xe0, 0x6d, 0x9b, 0xe0, 0x2e, 0x08, 0xf1, 0x57, 0xfd, 0xb7, 0x95, 0x69, 0x32, + 0x55, 0xf0, 0x37, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xd8, 0xbc, 0xc7, 0xf9, 0x02, 0x00, + 0x00, } func (m *Node) Marshal() (dAtA []byte, err error) { diff --git a/x/node/types/node_test.go b/x/node/types/node_test.go index 8dfbbdf43..f2d9a6286 100644 --- a/x/node/types/node_test.go +++ b/x/node/types/node_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestNode_GetAddress(t *testing.T) { diff --git a/x/node/types/params.pb.go b/x/node/types/params.pb.go index cc6b688bf..cb1786fe3 100644 --- a/x/node/types/params.pb.go +++ b/x/node/types/params.pb.go @@ -114,40 +114,41 @@ func init() { func init() { proto.RegisterFile("sentinel/node/v2/params.proto", fileDescriptor_02f1279255e9f358) } var fileDescriptor_02f1279255e9f358 = []byte{ - // 527 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x3f, 0x6f, 0xd3, 0x40, - 0x18, 0x87, 0x6d, 0x52, 0x92, 0xd6, 0x05, 0x0a, 0xa1, 0x42, 0x26, 0x08, 0x27, 0x82, 0x25, 0x4b, - 0xef, 0x9a, 0xc0, 0x82, 0xc4, 0x14, 0x2a, 0xd1, 0xa1, 0x43, 0xe5, 0x6e, 0x2c, 0xd1, 0xd9, 0xb9, - 0x38, 0xaf, 0x12, 0xdf, 0x59, 0xbe, 0x73, 0x48, 0xc4, 0x97, 0x60, 0xe4, 0x23, 0x20, 0x16, 0xbe, - 0x46, 0xc6, 0x8e, 0x88, 0xa1, 0x85, 0xe4, 0x8b, 0xa0, 0xfb, 0x63, 0x94, 0xa6, 0xc0, 0x44, 0xa7, - 0x5c, 0x7c, 0xf7, 0xbc, 0xcf, 0xeb, 0xdf, 0x2b, 0x9f, 0xf7, 0x54, 0x50, 0x26, 0x81, 0xd1, 0x09, - 0x66, 0x7c, 0x40, 0xf1, 0xb4, 0x8b, 0x33, 0x92, 0x93, 0x54, 0xa0, 0x2c, 0xe7, 0x92, 0xd7, 0xef, - 0x97, 0xdb, 0x48, 0x6d, 0xa3, 0x69, 0xb7, 0x11, 0xc4, 0x5c, 0xa4, 0x5c, 0xe0, 0x88, 0x08, 0x8a, - 0xa7, 0x9d, 0x88, 0x4a, 0xd2, 0xc1, 0x31, 0x07, 0x66, 0x88, 0xc6, 0x7e, 0xc2, 0x13, 0xae, 0x97, - 0x58, 0xad, 0xec, 0xd3, 0x20, 0xe1, 0x3c, 0x99, 0x50, 0xac, 0xff, 0x45, 0xc5, 0x10, 0x0f, 0x8a, - 0x9c, 0x48, 0xe0, 0x96, 0x7a, 0xf6, 0xb5, 0xe6, 0x55, 0x4f, 0xb5, 0xb8, 0xfe, 0xca, 0xab, 0x0d, - 0x68, 0xc6, 0x05, 0x48, 0xdf, 0x6d, 0xb9, 0xed, 0xdd, 0xee, 0x63, 0x64, 0x94, 0x48, 0x29, 0x91, - 0x55, 0xa2, 0x37, 0x1c, 0x58, 0x6f, 0x6b, 0x71, 0xd1, 0x74, 0xc2, 0xf2, 0x7c, 0xfd, 0xc4, 0xdb, - 0x23, 0xb1, 0x84, 0x29, 0xed, 0x97, 0xe5, 0xfd, 0x5b, 0xb6, 0x84, 0xf1, 0xa3, 0xd2, 0x8f, 0x8e, - 0xec, 0x81, 0xde, 0xb6, 0x2a, 0xf1, 0xe9, 0xb2, 0xe9, 0x86, 0xf7, 0x0c, 0x5b, 0xee, 0xd4, 0x3f, - 0x78, 0x0f, 0x53, 0x32, 0xeb, 0x27, 0x90, 0x90, 0x68, 0x2e, 0x69, 0x3f, 0xcb, 0x21, 0xa6, 0xc2, - 0xaf, 0xb4, 0x2a, 0xff, 0x6e, 0xea, 0x50, 0x55, 0xfc, 0x72, 0xd9, 0x6c, 0x27, 0x20, 0x47, 0x45, - 0x84, 0x62, 0x9e, 0x62, 0x1b, 0x9a, 0xf9, 0x39, 0x10, 0x83, 0x31, 0x96, 0xf3, 0x8c, 0x0a, 0x0d, - 0x88, 0xf0, 0x41, 0x4a, 0x66, 0x6f, 0xad, 0xe6, 0x54, 0x5b, 0xb4, 0x1c, 0xd8, 0x35, 0xf9, 0xd6, - 0x4d, 0xc8, 0x81, 0x6d, 0xc8, 0xdf, 0x7b, 0xaa, 0xa3, 0xfe, 0x88, 0x17, 0xf9, 0x64, 0x5e, 0xaa, - 0x6f, 0xff, 0x7f, 0xf5, 0x5e, 0x4a, 0x66, 0xc7, 0x5a, 0xb2, 0x26, 0x06, 0xb6, 0x21, 0xae, 0xde, - 0x84, 0x18, 0xd8, 0x15, 0xf1, 0x6b, 0xaf, 0xa1, 0xde, 0x58, 0x14, 0x91, 0x88, 0x73, 0xc8, 0xd4, - 0xfc, 0x7f, 0x67, 0x2f, 0xfc, 0x5a, 0xcb, 0x6d, 0x57, 0x42, 0x3f, 0x25, 0xb3, 0xb3, 0xb5, 0x03, - 0x65, 0x68, 0x86, 0x06, 0xf6, 0x37, 0x7a, 0xdb, 0xd2, 0xc0, 0xfe, 0x4c, 0xbf, 0xf4, 0x1e, 0x5d, - 0x73, 0xab, 0x04, 0x84, 0xbf, 0xa3, 0xc9, 0xfd, 0x0d, 0xaf, 0x6a, 0xdc, 0x50, 0x9b, 0x4e, 0x43, - 0x79, 0x96, 0xba, 0xea, 0x33, 0xd4, 0xb1, 0x77, 0x57, 0x48, 0x32, 0x06, 0x96, 0xf4, 0xc5, 0x88, - 0xe4, 0xd4, 0xdf, 0x6d, 0xb9, 0xed, 0x9d, 0xde, 0x73, 0x95, 0xe0, 0xf7, 0x8b, 0xe6, 0x13, 0x93, - 0x97, 0x18, 0x8c, 0x11, 0x70, 0x9c, 0x12, 0x39, 0x42, 0x27, 0x34, 0x21, 0xf1, 0xfc, 0x88, 0xc6, - 0xe1, 0x1d, 0x4b, 0x9e, 0x29, 0xb0, 0x17, 0x2e, 0x7e, 0x06, 0xce, 0xe7, 0x65, 0xe0, 0x2c, 0x96, - 0x81, 0x7b, 0xbe, 0x0c, 0xdc, 0x1f, 0xcb, 0xc0, 0xfd, 0xb8, 0x0a, 0x9c, 0xf3, 0x55, 0xe0, 0x7c, - 0x5b, 0x05, 0xce, 0xbb, 0xc3, 0xb5, 0x71, 0x94, 0xd7, 0xc8, 0x01, 0x1f, 0x0e, 0x21, 0x06, 0x32, - 0xc1, 0xa3, 0x22, 0xc2, 0xd3, 0x0e, 0x9e, 0x99, 0x7b, 0x47, 0x0f, 0x27, 0xaa, 0xea, 0xcf, 0xf3, - 0xc5, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4d, 0xf6, 0x78, 0xa8, 0x95, 0x04, 0x00, 0x00, + // 529 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x3f, 0x6f, 0xd3, 0x4e, + 0x18, 0xc7, 0xed, 0x5f, 0xfa, 0x4b, 0x5a, 0x17, 0x28, 0x84, 0x0a, 0x99, 0x20, 0x9c, 0x08, 0x96, + 0x2c, 0xbd, 0x23, 0x81, 0x05, 0x89, 0x29, 0x54, 0xa2, 0x43, 0x87, 0x2a, 0xd9, 0x58, 0xa2, 0xb3, + 0x73, 0x71, 0x1e, 0x25, 0xbe, 0xb3, 0x7c, 0xe7, 0xe0, 0x88, 0x37, 0xc1, 0xc8, 0x4b, 0x40, 0x2c, + 0xbc, 0x8d, 0x8c, 0x1d, 0x11, 0x43, 0x0b, 0xc9, 0x1b, 0x41, 0xf7, 0xc7, 0x28, 0x4d, 0x81, 0x89, + 0x4e, 0xb9, 0xf8, 0xee, 0xf3, 0x7c, 0x1e, 0x7f, 0x1f, 0xf9, 0xbc, 0xc7, 0x82, 0x32, 0x09, 0x8c, + 0xce, 0x30, 0xe3, 0x23, 0x8a, 0xe7, 0x5d, 0x9c, 0x92, 0x8c, 0x24, 0x02, 0xa5, 0x19, 0x97, 0xbc, + 0x7e, 0xb7, 0xdc, 0x46, 0x6a, 0x1b, 0xcd, 0xbb, 0x8d, 0x20, 0xe2, 0x22, 0xe1, 0x02, 0x87, 0x44, + 0x50, 0x3c, 0xef, 0x84, 0x54, 0x92, 0x0e, 0x8e, 0x38, 0x30, 0x43, 0x34, 0x0e, 0x63, 0x1e, 0x73, + 0xbd, 0xc4, 0x6a, 0x65, 0x9f, 0x06, 0x31, 0xe7, 0xf1, 0x8c, 0x62, 0xfd, 0x2f, 0xcc, 0xc7, 0x78, + 0x94, 0x67, 0x44, 0x02, 0xb7, 0xd4, 0x93, 0x2f, 0x35, 0xaf, 0x7a, 0xa6, 0xc5, 0xf5, 0x97, 0x5e, + 0x6d, 0x44, 0x53, 0x2e, 0x40, 0xfa, 0x6e, 0xcb, 0x6d, 0xef, 0x77, 0x1f, 0x22, 0xa3, 0x44, 0x4a, + 0x89, 0xac, 0x12, 0xbd, 0xe6, 0xc0, 0x7a, 0x3b, 0xcb, 0x8b, 0xa6, 0xd3, 0x2f, 0xcf, 0xd7, 0x4f, + 0xbd, 0x03, 0x12, 0x49, 0x98, 0xd3, 0x61, 0x59, 0xde, 0xff, 0xcf, 0x96, 0x30, 0x7e, 0x54, 0xfa, + 0xd1, 0xb1, 0x3d, 0xd0, 0xdb, 0x55, 0x25, 0x3e, 0x5e, 0x36, 0xdd, 0xfe, 0x1d, 0xc3, 0x96, 0x3b, + 0xf5, 0xf7, 0xde, 0xfd, 0x84, 0x14, 0xc3, 0x18, 0x62, 0x12, 0x2e, 0x24, 0x1d, 0xa6, 0x19, 0x44, + 0x54, 0xf8, 0x95, 0x56, 0xe5, 0xef, 0x4d, 0x3d, 0x53, 0x15, 0x3f, 0x5f, 0x36, 0xdb, 0x31, 0xc8, + 0x49, 0x1e, 0xa2, 0x88, 0x27, 0xd8, 0x86, 0x66, 0x7e, 0x8e, 0xc4, 0x68, 0x8a, 0xe5, 0x22, 0xa5, + 0x42, 0x03, 0xa2, 0x7f, 0x2f, 0x21, 0xc5, 0x1b, 0xab, 0x39, 0xd3, 0x16, 0x2d, 0x07, 0x76, 0x4d, + 0xbe, 0x73, 0x13, 0x72, 0x60, 0x5b, 0xf2, 0x77, 0x9e, 0xea, 0x68, 0x38, 0xe1, 0x79, 0x36, 0x5b, + 0x94, 0xea, 0xff, 0xff, 0xbd, 0xfa, 0x20, 0x21, 0xc5, 0x89, 0x96, 0x6c, 0x88, 0x81, 0x6d, 0x89, + 0xab, 0x37, 0x21, 0x06, 0x76, 0x45, 0xfc, 0xca, 0x6b, 0xa8, 0x37, 0x16, 0x79, 0x28, 0xa2, 0x0c, + 0x52, 0x35, 0xff, 0x5f, 0xd9, 0x0b, 0xbf, 0xd6, 0x72, 0xdb, 0x95, 0xbe, 0x9f, 0x90, 0x62, 0xb0, + 0x71, 0xa0, 0x0c, 0xcd, 0xd0, 0xc0, 0xfe, 0x44, 0xef, 0x5a, 0x1a, 0xd8, 0xef, 0xe9, 0x17, 0xde, + 0x83, 0x6b, 0x6e, 0x95, 0x80, 0xf0, 0xf7, 0x34, 0x79, 0xb8, 0xe5, 0x55, 0x8d, 0x1b, 0x6a, 0xdb, + 0x69, 0x28, 0xcf, 0x52, 0x57, 0x7d, 0x86, 0x3a, 0xf1, 0x6e, 0x0b, 0x49, 0xa6, 0xc0, 0xe2, 0xa1, + 0x98, 0x90, 0x8c, 0xfa, 0xfb, 0x2d, 0xb7, 0xbd, 0xd7, 0x7b, 0xaa, 0x12, 0xfc, 0x76, 0xd1, 0x7c, + 0x64, 0xf2, 0x12, 0xa3, 0x29, 0x02, 0x8e, 0x13, 0x22, 0x27, 0xe8, 0x94, 0xc6, 0x24, 0x5a, 0x1c, + 0xd3, 0xa8, 0x7f, 0xcb, 0x92, 0x03, 0x05, 0xf6, 0x06, 0xcb, 0x1f, 0x81, 0xf3, 0x69, 0x15, 0x38, + 0xcb, 0x55, 0xe0, 0x9e, 0xaf, 0x02, 0xf7, 0xfb, 0x2a, 0x70, 0x3f, 0xac, 0x03, 0xe7, 0x7c, 0x1d, + 0x38, 0x5f, 0xd7, 0x81, 0xf3, 0xb6, 0xb3, 0x31, 0x8e, 0xf2, 0x1a, 0x39, 0xe2, 0xe3, 0x31, 0x44, + 0x40, 0x66, 0x78, 0x92, 0x87, 0x78, 0xde, 0xe9, 0xe2, 0xc2, 0x5c, 0x3c, 0x7a, 0x3a, 0x61, 0x55, + 0x7f, 0x9f, 0xcf, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0x43, 0x03, 0x19, 0x36, 0x96, 0x04, 0x00, + 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/node/types/params_test.go b/x/node/types/params_test.go index 2f61943ca..b5e4d6f05 100644 --- a/x/node/types/params_test.go +++ b/x/node/types/params_test.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestParams_Validate(t *testing.T) { diff --git a/x/node/types/querier.go b/x/node/types/querier.go index 49201a6fe..66cc3d609 100644 --- a/x/node/types/querier.go +++ b/x/node/types/querier.go @@ -3,7 +3,7 @@ package types import ( "github.com/cosmos/cosmos-sdk/types/query" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func NewQueryNodeRequest(addr hubtypes.NodeAddress) *QueryNodeRequest { diff --git a/x/node/types/querier.pb.go b/x/node/types/querier.pb.go index 1f54ae006..4b1ef8e94 100644 --- a/x/node/types/querier.pb.go +++ b/x/node/types/querier.pb.go @@ -10,7 +10,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -365,48 +365,48 @@ func init() { func init() { proto.RegisterFile("sentinel/node/v2/querier.proto", fileDescriptor_80fa37d9f0022bf7) } var fileDescriptor_80fa37d9f0022bf7 = []byte{ - // 643 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x54, 0x41, 0x4f, 0xd4, 0x40, - 0x14, 0xde, 0x2e, 0x2b, 0x86, 0xc1, 0x20, 0x8c, 0x44, 0x97, 0x02, 0x05, 0x8b, 0x28, 0x41, 0x9d, - 0x61, 0x6b, 0xe2, 0x0f, 0x20, 0x11, 0x4f, 0x1a, 0x2c, 0x37, 0x6f, 0xb3, 0xdb, 0xa1, 0x4c, 0xd2, - 0xed, 0x94, 0x4e, 0x5b, 0x25, 0x84, 0x83, 0xfe, 0x00, 0x83, 0xf1, 0xe2, 0x1f, 0x30, 0xf1, 0xa7, - 0x70, 0x24, 0xf1, 0xe2, 0xc9, 0xe8, 0xe2, 0x0f, 0x31, 0x9d, 0x99, 0x6e, 0xb7, 0x2c, 0x2e, 0x86, - 0x93, 0xb7, 0x76, 0xde, 0xf7, 0xbe, 0xf7, 0xbd, 0xef, 0xcd, 0x1b, 0x60, 0x09, 0x1a, 0x26, 0x2c, - 0xa4, 0x01, 0x0e, 0xb9, 0x47, 0x71, 0xe6, 0xe0, 0xfd, 0x94, 0xc6, 0x8c, 0xc6, 0x28, 0x8a, 0x79, - 0xc2, 0xe1, 0x74, 0x11, 0x47, 0x79, 0x1c, 0x65, 0x8e, 0xb9, 0xde, 0xe1, 0xa2, 0xcb, 0x05, 0x6e, - 0x13, 0x41, 0x25, 0xf8, 0x00, 0x67, 0xad, 0x36, 0x4d, 0x48, 0x0b, 0x47, 0xc4, 0x67, 0x21, 0x49, - 0x18, 0x0f, 0x55, 0xb6, 0x39, 0xeb, 0x73, 0x9f, 0xcb, 0x4f, 0x9c, 0x7f, 0xe9, 0xd3, 0x05, 0x9f, - 0x73, 0x3f, 0xa0, 0x98, 0x44, 0x0c, 0x93, 0x30, 0xe4, 0x89, 0x4c, 0x11, 0x3a, 0x3a, 0x3f, 0xa4, - 0x48, 0x56, 0x56, 0xc1, 0xc5, 0xa1, 0x60, 0x44, 0x62, 0xd2, 0x2d, 0x72, 0xcb, 0x6e, 0x92, 0x83, - 0x88, 0x0a, 0x9c, 0xb5, 0xb0, 0x48, 0x48, 0x92, 0xea, 0xb8, 0xfd, 0xc1, 0x00, 0x33, 0xaf, 0x72, - 0xc9, 0x2f, 0xb9, 0x47, 0x85, 0x4b, 0xf7, 0x53, 0x2a, 0x12, 0xd8, 0x02, 0xe3, 0x0a, 0xd5, 0x34, - 0x96, 0x8d, 0xb5, 0x29, 0x67, 0x0e, 0xf5, 0x9b, 0x96, 0x34, 0x28, 0x6b, 0xa1, 0x1d, 0x09, 0x70, - 0x35, 0x10, 0x6e, 0x01, 0x50, 0x36, 0xdb, 0xac, 0x2f, 0x1b, 0x6b, 0x93, 0xce, 0x7d, 0xa4, 0x9c, - 0x41, 0xb9, 0x33, 0x48, 0x3a, 0x83, 0xb4, 0x33, 0x68, 0x9b, 0xf8, 0x54, 0x97, 0x73, 0x07, 0x32, - 0xed, 0x2f, 0x06, 0x68, 0x96, 0x82, 0xb6, 0x78, 0xbc, 0x1d, 0x90, 0xb0, 0xd0, 0x35, 0x05, 0xea, - 0xcc, 0x93, 0x9a, 0x1a, 0x6e, 0x9d, 0x79, 0x03, 0x3a, 0xeb, 0x57, 0xd3, 0x39, 0x76, 0x65, 0x9d, - 0x8f, 0xc0, 0x74, 0x5f, 0x66, 0x21, 0xaf, 0x09, 0xae, 0x13, 0xcf, 0x8b, 0xa9, 0x50, 0xbe, 0x4d, - 0xb8, 0xc5, 0xaf, 0x3d, 0x0b, 0xa0, 0x44, 0x6f, 0xcb, 0xd9, 0x68, 0xbc, 0xfd, 0xd1, 0xd0, 0xc7, - 0xda, 0x7c, 0x11, 0xf1, 0x50, 0x50, 0xe8, 0x80, 0x6b, 0xf9, 0x2c, 0x73, 0x92, 0xb1, 0xb5, 0x49, - 0xe7, 0x36, 0x3a, 0x7f, 0xe3, 0x50, 0x8e, 0xdf, 0x6c, 0x9c, 0xfc, 0x58, 0xaa, 0xb9, 0x0a, 0x0a, - 0x9f, 0x5f, 0x60, 0xff, 0x83, 0x4b, 0xdb, 0x52, 0x05, 0x2b, 0x7d, 0x7d, 0x36, 0xc0, 0xdc, 0x05, - 0xfe, 0xff, 0x0f, 0xd2, 0x9e, 0x0d, 0x5c, 0xd5, 0xbe, 0xa2, 0x0d, 0xd0, 0xc8, 0xcb, 0x48, 0xc3, - 0x2f, 0x13, 0x24, 0x91, 0xf6, 0x0b, 0x70, 0xab, 0x32, 0x0b, 0x4d, 0xf4, 0x14, 0x8c, 0xab, 0xcd, - 0xd1, 0x54, 0xcd, 0x61, 0x2a, 0x95, 0xa1, 0xc9, 0x34, 0xda, 0x39, 0x6e, 0x80, 0x1b, 0x92, 0x6f, - 0x87, 0xc6, 0x19, 0xeb, 0x50, 0x18, 0x01, 0x50, 0x1a, 0x08, 0x57, 0x86, 0x69, 0x86, 0xf6, 0xcd, - 0xbc, 0x37, 0x1a, 0xa4, 0x14, 0xda, 0x77, 0xde, 0x7f, 0xfb, 0xfd, 0xa9, 0x3e, 0x03, 0x6f, 0xe2, - 0xca, 0xce, 0x0b, 0x78, 0x5c, 0x59, 0x62, 0x3d, 0x33, 0xb8, 0x3e, 0x8a, 0xb4, 0xba, 0x58, 0xe6, - 0xc3, 0x7f, 0xc2, 0x6a, 0x1d, 0xb6, 0xd4, 0xb1, 0x00, 0xcd, 0x52, 0x47, 0x14, 0x90, 0x50, 0xe0, - 0x43, 0xe6, 0x1d, 0x69, 0x49, 0x6f, 0xc0, 0x44, 0x9f, 0x00, 0xda, 0x23, 0xd8, 0x0b, 0x05, 0x2b, - 0x23, 0x31, 0xba, 0xf2, 0x5d, 0x59, 0x79, 0x1e, 0xce, 0x9d, 0x73, 0x00, 0x1f, 0xea, 0x45, 0x3b, - 0x82, 0xef, 0x0c, 0x30, 0x39, 0x30, 0x5e, 0xf8, 0x37, 0x6b, 0x2b, 0x9b, 0x68, 0xae, 0x5e, 0x82, - 0xd2, 0xf5, 0x57, 0x65, 0xfd, 0x25, 0xb8, 0x58, 0xd6, 0xef, 0x72, 0x2f, 0x0d, 0xa8, 0x50, 0xaf, - 0xaf, 0xba, 0x12, 0x9b, 0xee, 0xc9, 0x2f, 0xab, 0xf6, 0xb5, 0x67, 0xd5, 0x4e, 0x7a, 0x96, 0x71, - 0xda, 0xb3, 0x8c, 0x9f, 0x3d, 0xcb, 0x38, 0x3e, 0xb3, 0x6a, 0xa7, 0x67, 0x56, 0xed, 0xfb, 0x99, - 0x55, 0x7b, 0xbd, 0xe1, 0xb3, 0x64, 0x2f, 0x6d, 0xa3, 0x0e, 0xef, 0xf6, 0xa9, 0x1e, 0xf3, 0xdd, - 0x5d, 0xd6, 0x61, 0x24, 0xc0, 0x7b, 0x69, 0x3b, 0x7f, 0xa8, 0xdf, 0x2a, 0x52, 0xf9, 0x92, 0xb5, - 0xc7, 0xe5, 0x7b, 0xfd, 0xe4, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0xc3, 0xb1, 0x03, 0x9f, - 0x06, 0x00, 0x00, + // 646 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x54, 0xd1, 0x4e, 0xd4, 0x4c, + 0x14, 0xde, 0x2e, 0xfb, 0xf3, 0x87, 0xc1, 0x20, 0x8c, 0x44, 0x97, 0x05, 0x0a, 0x16, 0x51, 0x82, + 0x3a, 0x63, 0x6b, 0xe2, 0x03, 0x90, 0x88, 0x57, 0x1a, 0x2c, 0x77, 0xde, 0xcd, 0x6e, 0x87, 0x32, + 0x49, 0xb7, 0x53, 0x3a, 0x6d, 0x95, 0x10, 0x2e, 0xf4, 0x01, 0x0c, 0xc6, 0x1b, 0x5f, 0xc0, 0xc4, + 0x47, 0xe1, 0x92, 0xc4, 0x1b, 0xaf, 0x8c, 0x2e, 0x3e, 0x88, 0xe9, 0xcc, 0x74, 0xbb, 0x65, 0x71, + 0xd7, 0x70, 0xe5, 0x5d, 0x3b, 0xe7, 0x3b, 0xdf, 0xf9, 0xce, 0x77, 0xe6, 0x0c, 0x30, 0x05, 0x0d, + 0x13, 0x16, 0xd2, 0x00, 0x87, 0xdc, 0xa3, 0x38, 0x73, 0xf0, 0x41, 0x4a, 0x63, 0x46, 0x63, 0x14, + 0xc5, 0x3c, 0xe1, 0x70, 0xb6, 0x88, 0xa3, 0x3c, 0x8e, 0x32, 0xa7, 0xb5, 0xd9, 0xe1, 0xa2, 0xcb, + 0x05, 0x6e, 0x13, 0x41, 0x25, 0xf8, 0x10, 0x67, 0x76, 0x9b, 0x26, 0xc4, 0xc6, 0x11, 0xf1, 0x59, + 0x48, 0x12, 0xc6, 0x43, 0x95, 0xdd, 0x9a, 0xf7, 0xb9, 0xcf, 0xe5, 0x27, 0xce, 0xbf, 0xf4, 0xe9, + 0x92, 0xcf, 0xb9, 0x1f, 0x50, 0x4c, 0x22, 0x86, 0x49, 0x18, 0xf2, 0x44, 0xa6, 0x08, 0x1d, 0x5d, + 0x1c, 0x52, 0x24, 0x2b, 0xab, 0xe0, 0xf2, 0x50, 0x30, 0x22, 0x31, 0xe9, 0x16, 0xb9, 0x65, 0x37, + 0xc9, 0x61, 0x44, 0x05, 0xce, 0x6c, 0x2c, 0x12, 0x92, 0xa4, 0x3a, 0x6e, 0xbd, 0x37, 0xc0, 0xdc, + 0xcb, 0x5c, 0xf2, 0x0b, 0xee, 0x51, 0xe1, 0xd2, 0x83, 0x94, 0x8a, 0x04, 0xda, 0x60, 0x52, 0xa1, + 0x9a, 0xc6, 0xaa, 0xb1, 0x31, 0xe3, 0x2c, 0xa0, 0x7e, 0xd3, 0x92, 0x06, 0x65, 0x36, 0xda, 0x95, + 0x00, 0x57, 0x03, 0xe1, 0x36, 0x00, 0x65, 0xb3, 0xcd, 0xfa, 0xaa, 0xb1, 0x31, 0xed, 0xdc, 0x45, + 0xca, 0x19, 0x94, 0x3b, 0x83, 0xa4, 0x33, 0x48, 0x3b, 0x83, 0x76, 0x88, 0x4f, 0x75, 0x39, 0x77, + 0x20, 0xd3, 0xfa, 0x6c, 0x80, 0x66, 0x29, 0x68, 0x9b, 0xc7, 0x3b, 0x01, 0x09, 0x0b, 0x5d, 0x33, + 0xa0, 0xce, 0x3c, 0xa9, 0xa9, 0xe1, 0xd6, 0x99, 0x37, 0xa0, 0xb3, 0x7e, 0x35, 0x9d, 0x13, 0x57, + 0xd6, 0xf9, 0x00, 0xcc, 0xf6, 0x65, 0x16, 0xf2, 0x9a, 0xe0, 0x7f, 0xe2, 0x79, 0x31, 0x15, 0xca, + 0xb7, 0x29, 0xb7, 0xf8, 0xb5, 0xe6, 0x01, 0x94, 0xe8, 0x1d, 0x39, 0x1b, 0x8d, 0xb7, 0x3e, 0x18, + 0xfa, 0x58, 0x9b, 0x2f, 0x22, 0x1e, 0x0a, 0x0a, 0x1d, 0xf0, 0x5f, 0x3e, 0xcb, 0x9c, 0x64, 0x62, + 0x63, 0xda, 0xb9, 0x89, 0x2e, 0xde, 0x38, 0x94, 0xe3, 0xb7, 0x1a, 0xa7, 0xdf, 0x57, 0x6a, 0xae, + 0x82, 0xc2, 0x67, 0x97, 0xd8, 0x7f, 0x6f, 0x6c, 0x5b, 0xaa, 0x60, 0xa5, 0xaf, 0x4f, 0x06, 0x58, + 0xb8, 0xc4, 0xff, 0x7f, 0x41, 0xda, 0xd3, 0x81, 0xab, 0xda, 0x57, 0xf4, 0x08, 0x34, 0xf2, 0x32, + 0xd2, 0xf0, 0x71, 0x82, 0x24, 0xd2, 0x7a, 0x0e, 0x6e, 0x54, 0x66, 0xa1, 0x89, 0x9e, 0x80, 0x49, + 0xb5, 0x39, 0x9a, 0xaa, 0x39, 0x4c, 0xa5, 0x32, 0x34, 0x99, 0x46, 0x3b, 0x27, 0x0d, 0x70, 0x4d, + 0xf2, 0xed, 0xd2, 0x38, 0x63, 0x1d, 0x0a, 0x23, 0x00, 0x4a, 0x03, 0xe1, 0xda, 0x30, 0xcd, 0xd0, + 0xbe, 0xb5, 0xee, 0x8c, 0x06, 0x29, 0x85, 0xd6, 0xad, 0x77, 0x5f, 0x7f, 0x7d, 0xac, 0xcf, 0xc1, + 0xeb, 0xb8, 0xb2, 0xf3, 0x02, 0x9e, 0x54, 0x96, 0x58, 0xcf, 0x0c, 0x6e, 0x8e, 0x22, 0xad, 0x2e, + 0x56, 0xeb, 0xfe, 0x5f, 0x61, 0xb5, 0x0e, 0x4b, 0xea, 0x58, 0x82, 0xad, 0x52, 0x47, 0x14, 0x90, + 0x50, 0xe0, 0x23, 0xe6, 0x1d, 0x6b, 0x49, 0xaf, 0xc1, 0x54, 0x9f, 0x00, 0x5a, 0x23, 0xd8, 0x0b, + 0x05, 0x6b, 0x23, 0x31, 0xba, 0xf2, 0x6d, 0x59, 0x79, 0x11, 0x2e, 0x5c, 0x70, 0x00, 0x1f, 0xe9, + 0x45, 0x3b, 0x86, 0x6f, 0x0d, 0x30, 0x3d, 0x30, 0x5e, 0xf8, 0x27, 0x6b, 0x2b, 0x9b, 0xd8, 0x5a, + 0x1f, 0x83, 0xd2, 0xf5, 0xd7, 0x65, 0xfd, 0x15, 0xb8, 0x5c, 0xd6, 0xef, 0x72, 0x2f, 0x0d, 0xa8, + 0x50, 0xaf, 0xaf, 0xba, 0x12, 0x5b, 0xbb, 0xa7, 0x3f, 0xcd, 0xda, 0x97, 0x9e, 0x59, 0x3b, 0xed, + 0x99, 0xc6, 0x59, 0xcf, 0x34, 0x7e, 0xf4, 0x4c, 0xe3, 0xe4, 0xdc, 0xac, 0x9d, 0x9d, 0x9b, 0xb5, + 0x6f, 0xe7, 0x66, 0xed, 0x95, 0xed, 0xb3, 0x64, 0x3f, 0x6d, 0xa3, 0x0e, 0xef, 0xf6, 0xa9, 0x1e, + 0xf2, 0xbd, 0x3d, 0xd6, 0x61, 0x24, 0xc0, 0xfb, 0x69, 0x1b, 0x67, 0xb6, 0x83, 0xdf, 0x28, 0x56, + 0xf9, 0x94, 0xb5, 0x27, 0xe5, 0x83, 0xfd, 0xf8, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x81, 0xdc, + 0xd2, 0xe6, 0xa0, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/node/types/querier_test.go b/x/node/types/querier_test.go index de348c481..ce4ecf592 100644 --- a/x/node/types/querier_test.go +++ b/x/node/types/querier_test.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestNewQueryNodeRequest(t *testing.T) { diff --git a/x/plan/client/cli/flags.go b/x/plan/client/cli/flags.go index abc107c92..10fa1fd81 100644 --- a/x/plan/client/cli/flags.go +++ b/x/plan/client/cli/flags.go @@ -3,7 +3,7 @@ package cli import ( "github.com/spf13/pflag" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) const ( diff --git a/x/plan/client/cli/query.go b/x/plan/client/cli/query.go index 98325c80f..41bdd9f4b 100644 --- a/x/plan/client/cli/query.go +++ b/x/plan/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/plan/types" + "github.com/sentinel-official/hub/v12/x/plan/types" ) func queryPlan() *cobra.Command { diff --git a/x/plan/client/cli/tx.go b/x/plan/client/cli/tx.go index b5d29051d..d13ddcc1e 100644 --- a/x/plan/client/cli/tx.go +++ b/x/plan/client/cli/tx.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/plan/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/plan/types" ) func txCreate() *cobra.Command { diff --git a/x/plan/expected/keeper.go b/x/plan/expected/keeper.go index d5d7d00e4..61642f593 100644 --- a/x/plan/expected/keeper.go +++ b/x/plan/expected/keeper.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) type AccountKeeper interface { diff --git a/x/plan/genesis.go b/x/plan/genesis.go index 8cadd6c3a..46b7232f2 100644 --- a/x/plan/genesis.go +++ b/x/plan/genesis.go @@ -3,9 +3,9 @@ package plan import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/plan/keeper" - "github.com/sentinel-official/hub/v1/x/plan/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/plan/keeper" + "github.com/sentinel-official/hub/v12/x/plan/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state types.GenesisState) { diff --git a/x/plan/keeper/alias.go b/x/plan/keeper/alias.go index f12f03968..6ac057498 100644 --- a/x/plan/keeper/alias.go +++ b/x/plan/keeper/alias.go @@ -3,9 +3,9 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) HasProvider(ctx sdk.Context, addr hubtypes.ProvAddress) bool { diff --git a/x/plan/keeper/count.go b/x/plan/keeper/count.go index 3fd03a7f8..f945f103b 100644 --- a/x/plan/keeper/count.go +++ b/x/plan/keeper/count.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - "github.com/sentinel-official/hub/v1/x/plan/types" + "github.com/sentinel-official/hub/v12/x/plan/types" ) func (k *Keeper) SetCount(ctx sdk.Context, count uint64) { diff --git a/x/plan/keeper/keeper.go b/x/plan/keeper/keeper.go index e7db7cfd5..65c34b954 100644 --- a/x/plan/keeper/keeper.go +++ b/x/plan/keeper/keeper.go @@ -9,8 +9,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/plan/expected" - "github.com/sentinel-official/hub/v1/x/plan/types" + "github.com/sentinel-official/hub/v12/x/plan/expected" + "github.com/sentinel-official/hub/v12/x/plan/types" ) type Keeper struct { diff --git a/x/plan/keeper/msg_server.go b/x/plan/keeper/msg_server.go index 381d26eae..42e7afad6 100644 --- a/x/plan/keeper/msg_server.go +++ b/x/plan/keeper/msg_server.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/plan/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/plan/types" ) // The following line asserts that the `msgServer` type implements the `types.MsgServiceServer` interface. diff --git a/x/plan/keeper/plan.go b/x/plan/keeper/plan.go index 1eb443c02..8cb80d4bd 100644 --- a/x/plan/keeper/plan.go +++ b/x/plan/keeper/plan.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/plan/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/plan/types" ) func (k *Keeper) SetActivePlan(ctx sdk.Context, plan types.Plan) { diff --git a/x/plan/keeper/query_server.go b/x/plan/keeper/query_server.go index 0e2930e9a..95252f940 100644 --- a/x/plan/keeper/query_server.go +++ b/x/plan/keeper/query_server.go @@ -10,8 +10,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/plan/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/plan/types" ) var ( diff --git a/x/plan/types/events.pb.go b/x/plan/types/events.pb.go index 8c6fe335a..0c292179d 100644 --- a/x/plan/types/events.pb.go +++ b/x/plan/types/events.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" io "io" math "math" math_bits "math/bits" @@ -250,36 +250,36 @@ func init() { func init() { proto.RegisterFile("sentinel/plan/v2/events.proto", fileDescriptor_4222ab50472303c2) } var fileDescriptor_4222ab50472303c2 = []byte{ - // 456 bytes of a gzipped FileDescriptorProto + // 458 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x93, 0x3f, 0x6f, 0xd4, 0x30, 0x18, 0xc6, 0xe3, 0x50, 0x5d, 0x55, 0x97, 0xfe, 0x4b, 0x91, 0xee, 0x28, 0xe0, 0x54, 0x66, 0xe9, - 0x00, 0x31, 0x3d, 0xc4, 0xd2, 0x8d, 0xa3, 0x20, 0x55, 0x42, 0x08, 0xa5, 0x62, 0x61, 0x29, 0xbe, - 0xb3, 0x7b, 0xb5, 0x48, 0xed, 0x28, 0x71, 0x22, 0xfa, 0x2d, 0xf8, 0x04, 0x88, 0x91, 0x81, 0x0f, - 0xd2, 0xb1, 0x23, 0x53, 0x04, 0xb9, 0x91, 0x2d, 0x9f, 0x00, 0xc5, 0x4e, 0xaa, 0xe3, 0x06, 0x44, - 0xb6, 0x6e, 0x4e, 0x9e, 0xe7, 0x7d, 0xdf, 0x9f, 0xad, 0xf7, 0x81, 0x0f, 0x52, 0x2e, 0xb5, 0x90, - 0x3c, 0x22, 0x71, 0x44, 0x25, 0xc9, 0x87, 0x84, 0xe7, 0x5c, 0xea, 0x34, 0x88, 0x13, 0xa5, 0x95, - 0xb7, 0xd9, 0xca, 0x41, 0x2d, 0x07, 0xf9, 0x70, 0xe7, 0xce, 0x54, 0x4d, 0x95, 0x11, 0x49, 0x7d, - 0xb2, 0xbe, 0x1d, 0x74, 0xdd, 0x46, 0x5f, 0xc4, 0x3c, 0x25, 0xf9, 0x3e, 0x49, 0x35, 0xd5, 0x59, - 0xd3, 0x07, 0x7f, 0x80, 0xab, 0x2f, 0xeb, 0xbe, 0x2f, 0x12, 0x4e, 0x35, 0xf7, 0x1e, 0xc1, 0x65, - 0xca, 0x58, 0xc2, 0xd3, 0x74, 0x00, 0x76, 0xc1, 0xde, 0xca, 0xc8, 0xab, 0x0a, 0x7f, 0xfd, 0x82, - 0x9e, 0x47, 0x07, 0xb8, 0x11, 0x70, 0xd8, 0x5a, 0xbc, 0x87, 0xd0, 0x15, 0x6c, 0xe0, 0xee, 0x82, - 0xbd, 0xa5, 0xd1, 0x76, 0x59, 0xf8, 0xee, 0xd1, 0x61, 0x55, 0xf8, 0x2b, 0xd6, 0x2e, 0x18, 0x0e, - 0x5d, 0xc1, 0xf0, 0x77, 0x00, 0xb7, 0xcc, 0x88, 0x77, 0x31, 0xa3, 0x9a, 0x1f, 0x9b, 0xe9, 0xde, - 0x21, 0xec, 0x59, 0x0e, 0x33, 0x67, 0x7d, 0x78, 0x37, 0xb8, 0xbe, 0x90, 0x01, 0x0d, 0xf2, 0xfd, - 0xc0, 0x5a, 0x47, 0x5b, 0x55, 0xe1, 0xaf, 0xd9, 0x9e, 0xb6, 0x04, 0x87, 0x4d, 0xed, 0x3c, 0xae, - 0xfb, 0xbf, 0xb8, 0xb7, 0xfe, 0x8d, 0xfb, 0x05, 0xc0, 0x35, 0x83, 0xfb, 0x5a, 0xc8, 0x8f, 0x6f, - 0x14, 0xeb, 0xfa, 0x26, 0x07, 0xf0, 0xb6, 0x54, 0x8c, 0x9f, 0xfc, 0xcd, 0xd5, 0xaf, 0x0a, 0x7f, - 0xdb, 0x96, 0xcc, 0xab, 0x38, 0x5c, 0xad, 0x3f, 0x9f, 0x77, 0x01, 0xfc, 0x0a, 0xe0, 0x86, 0x7d, - 0x4f, 0x19, 0xdd, 0x50, 0xc4, 0xdf, 0x00, 0xf6, 0xe7, 0xb6, 0xea, 0x38, 0x1b, 0xa7, 0x93, 0x44, - 0xc4, 0x5a, 0x28, 0xd9, 0x11, 0xf5, 0x15, 0xdc, 0x8c, 0x13, 0x95, 0x0b, 0xc6, 0x93, 0x05, 0xdc, - 0x7b, 0x55, 0xe1, 0xf7, 0x6d, 0xd9, 0xa2, 0x03, 0x87, 0x1b, 0xed, 0xaf, 0x2e, 0xd8, 0xde, 0x33, - 0xb8, 0x5c, 0x87, 0xe9, 0x44, 0xb0, 0xc1, 0x92, 0x71, 0xde, 0x2f, 0x0b, 0xbf, 0xf7, 0x36, 0xa2, - 0xd2, 0xb8, 0x1b, 0xc8, 0xc6, 0x82, 0xc3, 0x5e, 0x7d, 0x3a, 0x62, 0xa3, 0xf0, 0xf2, 0x17, 0x72, - 0xbe, 0x95, 0xc8, 0xb9, 0x2c, 0x11, 0xb8, 0x2a, 0x11, 0xf8, 0x59, 0x22, 0xf0, 0x79, 0x86, 0x9c, - 0xab, 0x19, 0x72, 0x7e, 0xcc, 0x90, 0xf3, 0xfe, 0xc9, 0x54, 0xe8, 0xb3, 0x6c, 0x1c, 0x4c, 0xd4, - 0x39, 0x69, 0xd7, 0xfc, 0xb1, 0x3a, 0x3d, 0x15, 0x13, 0x41, 0x23, 0x72, 0x96, 0x8d, 0xeb, 0x58, - 0x7e, 0xb2, 0x41, 0x37, 0xdb, 0x3f, 0xee, 0x99, 0x74, 0x3e, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, - 0x49, 0xb3, 0x34, 0x49, 0x06, 0x04, 0x00, 0x00, + 0x00, 0xb1, 0xee, 0x10, 0x4b, 0x37, 0x8e, 0x82, 0x54, 0x09, 0x21, 0x94, 0x13, 0x0b, 0x4b, 0xf1, + 0x9d, 0xdd, 0xab, 0x45, 0x6a, 0x47, 0x89, 0x13, 0xd1, 0x6f, 0xc1, 0x27, 0x40, 0x8c, 0x0c, 0x7c, + 0x90, 0x8e, 0x1d, 0x99, 0x22, 0xc8, 0x8d, 0x6c, 0xf9, 0x04, 0x28, 0x76, 0x52, 0x1d, 0x1d, 0x10, + 0xd9, 0xd8, 0x9c, 0x3c, 0xcf, 0xfb, 0xbc, 0x3f, 0x5b, 0xef, 0x0b, 0x1f, 0xa4, 0x5c, 0x6a, 0x21, + 0x79, 0x44, 0xe2, 0x88, 0x4a, 0x92, 0x8f, 0x08, 0xcf, 0xb9, 0xd4, 0x69, 0x10, 0x27, 0x4a, 0x2b, + 0x6f, 0xbb, 0x95, 0x83, 0x5a, 0x0e, 0xf2, 0xd1, 0xde, 0x9d, 0xb9, 0x9a, 0x2b, 0x23, 0x92, 0xfa, + 0x64, 0x7d, 0x7b, 0xe8, 0x3a, 0x46, 0x5f, 0xc4, 0x3c, 0x25, 0xf9, 0x90, 0xa4, 0x9a, 0xea, 0xac, + 0xc9, 0xc1, 0xef, 0xe1, 0xfa, 0x8b, 0x3a, 0xf7, 0x79, 0xc2, 0xa9, 0xe6, 0xde, 0x23, 0xb8, 0x4a, + 0x19, 0x4b, 0x78, 0x9a, 0x0e, 0xc0, 0x3e, 0x38, 0x58, 0x1b, 0x7b, 0x55, 0xe1, 0x6f, 0x5e, 0xd0, + 0xf3, 0xe8, 0x10, 0x37, 0x02, 0x0e, 0x5b, 0x8b, 0xf7, 0x10, 0xba, 0x82, 0x0d, 0xdc, 0x7d, 0x70, + 0xb0, 0x32, 0xde, 0x2d, 0x0b, 0xdf, 0x3d, 0x3e, 0xaa, 0x0a, 0x7f, 0xcd, 0xda, 0x05, 0xc3, 0xa1, + 0x2b, 0x18, 0xfe, 0x06, 0xe0, 0x8e, 0x69, 0xf1, 0x36, 0x66, 0x54, 0xf3, 0x89, 0xe9, 0xee, 0x1d, + 0xc1, 0x9e, 0xe5, 0x30, 0x7d, 0x36, 0x47, 0x77, 0x83, 0xeb, 0x0b, 0x19, 0xd0, 0x20, 0x1f, 0x06, + 0xd6, 0x3a, 0xde, 0xa9, 0x0a, 0x7f, 0xc3, 0x66, 0xda, 0x12, 0x1c, 0x36, 0xb5, 0xcb, 0xb8, 0xee, + 0xbf, 0xe2, 0xde, 0xfa, 0x3b, 0xee, 0x67, 0x00, 0x37, 0x0c, 0xee, 0x2b, 0x21, 0x3f, 0xbc, 0x56, + 0xac, 0xeb, 0x9b, 0x1c, 0xc2, 0xdb, 0x52, 0x31, 0x7e, 0xf2, 0x27, 0x57, 0xbf, 0x2a, 0xfc, 0x5d, + 0x5b, 0xb2, 0xac, 0xe2, 0x70, 0xbd, 0xfe, 0x7c, 0xd6, 0x05, 0xf0, 0x0b, 0x80, 0x5b, 0xf6, 0x3d, + 0x65, 0xf4, 0x9f, 0x22, 0xfe, 0x02, 0xb0, 0xbf, 0x34, 0x55, 0x93, 0x6c, 0x9a, 0xce, 0x12, 0x11, + 0x6b, 0xa1, 0x64, 0x47, 0xd4, 0x97, 0x70, 0x3b, 0x4e, 0x54, 0x2e, 0x18, 0x4f, 0x6e, 0xe0, 0xde, + 0xab, 0x0a, 0xbf, 0x6f, 0xcb, 0x6e, 0x3a, 0x70, 0xb8, 0xd5, 0xfe, 0xea, 0x82, 0xed, 0x3d, 0x85, + 0xab, 0xf5, 0x32, 0x9d, 0x08, 0x36, 0x58, 0x31, 0xce, 0xfb, 0x65, 0xe1, 0xf7, 0xde, 0x44, 0x54, + 0x1a, 0x77, 0x03, 0xd9, 0x58, 0x70, 0xd8, 0xab, 0x4f, 0xc7, 0x6c, 0x3c, 0xb9, 0xfc, 0x89, 0x9c, + 0xaf, 0x25, 0x72, 0x2e, 0x4b, 0x04, 0xae, 0x4a, 0x04, 0x7e, 0x94, 0x08, 0x7c, 0x5a, 0x20, 0xe7, + 0x6a, 0x81, 0x9c, 0xef, 0x0b, 0xe4, 0xbc, 0x1b, 0xce, 0x85, 0x3e, 0xcb, 0xa6, 0xc1, 0x4c, 0x9d, + 0x93, 0x76, 0xcc, 0x1f, 0xab, 0xd3, 0x53, 0x31, 0x13, 0x34, 0x22, 0x67, 0xd9, 0x94, 0xe4, 0xc3, + 0x11, 0xf9, 0x68, 0x37, 0xdd, 0x8c, 0xff, 0xb4, 0x67, 0xd6, 0xf3, 0xc9, 0xef, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x2d, 0xd2, 0xe0, 0x32, 0x07, 0x04, 0x00, 0x00, } func (m *EventCreate) Marshal() (dAtA []byte, err error) { diff --git a/x/plan/types/genesis.pb.go b/x/plan/types/genesis.pb.go index bcb63eef0..1208720df 100644 --- a/x/plan/types/genesis.pb.go +++ b/x/plan/types/genesis.pb.go @@ -72,7 +72,7 @@ func init() { func init() { proto.RegisterFile("sentinel/plan/v2/genesis.proto", fileDescriptor_25326a6643a731fb) } var fileDescriptor_25326a6643a731fb = []byte{ - // 226 bytes of a gzipped FileDescriptorProto + // 227 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0xc8, 0x49, 0xcc, 0xd3, 0x2f, 0x33, 0xd2, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x80, 0xc9, 0xeb, 0x81, @@ -81,13 +81,13 @@ var fileDescriptor_25326a6643a731fb = []byte{ 0x01, 0x39, 0x89, 0x79, 0x42, 0x06, 0x5c, 0x2c, 0x20, 0x49, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x31, 0x3d, 0x74, 0x2b, 0xf4, 0x40, 0xaa, 0x9c, 0x58, 0x4e, 0xdc, 0x93, 0x67, 0x08, 0x02, 0xab, 0x14, 0x12, 0xe1, 0x62, 0xcd, 0xcb, 0x4f, 0x49, 0x2d, 0x96, 0x60, 0x52, 0x60, 0xd6, 0xe0, - 0x0c, 0x82, 0x70, 0x9c, 0x82, 0x4e, 0x3c, 0x94, 0x63, 0x58, 0xf1, 0x48, 0x8e, 0xe1, 0xc4, 0x23, + 0x0c, 0x82, 0x70, 0x9c, 0x82, 0x4f, 0x3c, 0x94, 0x63, 0x58, 0xf1, 0x48, 0x8e, 0xe1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, - 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x0c, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, + 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x0c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x61, 0xb6, 0xe8, 0xe6, 0xa7, 0xa5, 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, - 0x67, 0x94, 0x26, 0xe9, 0x97, 0x19, 0xea, 0x57, 0x40, 0x9c, 0x5c, 0x52, 0x59, 0x90, 0x5a, 0x9c, - 0xc4, 0x06, 0x76, 0xb1, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xa5, 0x5e, 0x9b, 0x18, 0x01, - 0x00, 0x00, + 0x67, 0x94, 0x26, 0xe9, 0x97, 0x19, 0x1a, 0xe9, 0x57, 0x40, 0xdc, 0x5c, 0x52, 0x59, 0x90, 0x5a, + 0x9c, 0xc4, 0x06, 0x76, 0xb2, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x42, 0x06, 0x5b, 0x74, 0x19, + 0x01, 0x00, 0x00, } func (m *GenesisPlan) Marshal() (dAtA []byte, err error) { diff --git a/x/plan/types/keys.go b/x/plan/types/keys.go index 18683e889..fd4f84f72 100644 --- a/x/plan/types/keys.go +++ b/x/plan/types/keys.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/address" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) const ( diff --git a/x/plan/types/msg.go b/x/plan/types/msg.go index f7dd03bb3..09457b7a1 100644 --- a/x/plan/types/msg.go +++ b/x/plan/types/msg.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) // The `types` package contains custom message types for the Cosmos SDK. diff --git a/x/plan/types/msg.pb.go b/x/plan/types/msg.pb.go index ca2dd1b37..0cc4c99c5 100644 --- a/x/plan/types/msg.pb.go +++ b/x/plan/types/msg.pb.go @@ -12,7 +12,7 @@ import ( grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types1 "github.com/sentinel-official/hub/v1/types" + types1 "github.com/sentinel-official/hub/v12/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -453,47 +453,47 @@ func init() { func init() { proto.RegisterFile("sentinel/plan/v2/msg.proto", fileDescriptor_63ad088f8b043deb) } var fileDescriptor_63ad088f8b043deb = []byte{ - // 638 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcb, 0x6e, 0xd3, 0x4c, - 0x14, 0x8e, 0x93, 0xfe, 0x51, 0x73, 0xda, 0x1f, 0xca, 0xf4, 0x96, 0x5a, 0xc8, 0x09, 0x06, 0x4a, - 0x58, 0x74, 0xa6, 0x09, 0x0f, 0x80, 0x48, 0xbb, 0x41, 0x22, 0x2c, 0x5c, 0x10, 0x52, 0x25, 0x04, - 0xbe, 0x4c, 0xdc, 0x51, 0x13, 0x4f, 0xf0, 0xd8, 0x81, 0xbe, 0x05, 0x4b, 0x1e, 0x01, 0xf1, 0x24, - 0x5d, 0x76, 0xc9, 0xaa, 0x85, 0x74, 0x81, 0xc4, 0x53, 0x20, 0xcf, 0x4c, 0xd2, 0x60, 0xa2, 0x16, - 0x55, 0x62, 0xe5, 0xf1, 0xb9, 0x7c, 0xdf, 0x39, 0xdf, 0x9c, 0x39, 0x60, 0x0a, 0x1a, 0x25, 0x2c, - 0xa2, 0x3d, 0x32, 0xe8, 0xb9, 0x11, 0x19, 0xb6, 0x48, 0x5f, 0x84, 0x78, 0x10, 0xf3, 0x84, 0xa3, - 0xa5, 0xb1, 0x0f, 0x67, 0x3e, 0x3c, 0x6c, 0x99, 0x96, 0xcf, 0x45, 0x9f, 0x0b, 0xe2, 0xb9, 0x82, - 0x92, 0x61, 0xd3, 0xa3, 0x89, 0xdb, 0x24, 0x3e, 0x67, 0x91, 0xca, 0x30, 0x57, 0x42, 0x1e, 0x72, - 0x79, 0x24, 0xd9, 0x49, 0x5b, 0xad, 0x90, 0xf3, 0xb0, 0x47, 0x89, 0xfc, 0xf3, 0xd2, 0x2e, 0x09, - 0xd2, 0xd8, 0x4d, 0x18, 0x1f, 0x67, 0x59, 0x93, 0x1a, 0x92, 0xa3, 0x01, 0x15, 0x64, 0xd8, 0x24, - 0x22, 0x71, 0x93, 0x54, 0x28, 0xbf, 0xfd, 0xd3, 0x80, 0xa5, 0x8e, 0x08, 0x77, 0x62, 0xea, 0x26, - 0xd4, 0xa1, 0xef, 0x52, 0x2a, 0x12, 0x84, 0x60, 0xae, 0x1b, 0xf3, 0x7e, 0xd5, 0xa8, 0x1b, 0x8d, - 0x8a, 0x23, 0xcf, 0xe8, 0x31, 0xcc, 0x8f, 0xa1, 0xab, 0xc5, 0xba, 0xd1, 0x58, 0x68, 0x6d, 0x60, - 0xc5, 0x8d, 0xc7, 0xdc, 0x78, 0x57, 0x07, 0xb4, 0xe7, 0x8f, 0x4f, 0x6b, 0x85, 0x4f, 0x67, 0x35, - 0xc3, 0x99, 0x24, 0xa1, 0xdb, 0x50, 0x09, 0x59, 0xe8, 0x7a, 0x47, 0x09, 0x15, 0xd5, 0x52, 0xdd, - 0x68, 0x94, 0x9c, 0x0b, 0x03, 0xf2, 0xa1, 0x3c, 0x88, 0x99, 0x4f, 0x45, 0x75, 0xae, 0x5e, 0x92, - 0xe0, 0x4a, 0x0e, 0x9c, 0xc9, 0x81, 0xb5, 0x1c, 0x78, 0x87, 0xb3, 0xa8, 0xbd, 0x9d, 0x81, 0x7f, - 0x39, 0xab, 0x35, 0x42, 0x96, 0x1c, 0xa4, 0x1e, 0xf6, 0x79, 0x9f, 0x68, 0xed, 0xd4, 0x67, 0x4b, - 0x04, 0x87, 0xaa, 0x5d, 0x99, 0x20, 0x1c, 0x0d, 0x6d, 0xbf, 0x87, 0xb5, 0x8e, 0x08, 0x5f, 0x0e, - 0x02, 0x37, 0xa1, 0x7b, 0x52, 0x85, 0xcb, 0x3a, 0x5e, 0x83, 0x22, 0x0b, 0x64, 0xaf, 0x73, 0xed, - 0xf2, 0xe8, 0xb4, 0x56, 0x7c, 0xba, 0xeb, 0x14, 0x59, 0x80, 0x9a, 0x50, 0x56, 0x12, 0xca, 0x2e, - 0x6e, 0xb4, 0x36, 0xf0, 0xe4, 0x2e, 0x15, 0xe9, 0xb0, 0x89, 0x35, 0xba, 0x0e, 0xb4, 0x7d, 0x40, - 0x1d, 0x11, 0x3e, 0x63, 0xd1, 0xe1, 0x73, 0x1e, 0xd0, 0xeb, 0x90, 0xde, 0x81, 0xc5, 0x88, 0x07, - 0xf4, 0x8d, 0x1b, 0x04, 0x31, 0x15, 0x8a, 0xba, 0xe2, 0x2c, 0x64, 0xb6, 0x27, 0xca, 0x64, 0x53, - 0x58, 0xc9, 0xba, 0x8b, 0x7a, 0xff, 0x96, 0xe6, 0x15, 0x2c, 0x77, 0x44, 0xb8, 0x97, 0x7a, 0xc2, - 0x8f, 0x99, 0x77, 0x2d, 0x96, 0x15, 0xf8, 0x2f, 0xa0, 0x11, 0xef, 0x6b, 0x78, 0xf5, 0x63, 0x2f, - 0xc3, 0xad, 0xa9, 0x49, 0x14, 0x03, 0x1e, 0x09, 0x6a, 0x6f, 0xc0, 0xfa, 0x1f, 0x57, 0xa6, 0x5d, - 0xab, 0xb2, 0x90, 0x0b, 0x51, 0xb5, 0x79, 0x1d, 0x56, 0x73, 0x32, 0x68, 0xc7, 0x9a, 0xd4, 0x67, - 0xaa, 0x70, 0x65, 0x6f, 0xfd, 0x28, 0x01, 0x64, 0x0e, 0x1a, 0x0f, 0x99, 0x4f, 0xd1, 0x0b, 0xa8, - 0x4c, 0xca, 0x40, 0x36, 0xce, 0xbf, 0x53, 0x9c, 0x7f, 0x2d, 0xe6, 0xdd, 0x4b, 0x63, 0x14, 0x09, - 0xea, 0xc2, 0xcd, 0x5c, 0x1f, 0xa8, 0x31, 0x33, 0x6f, 0xc6, 0x74, 0x9a, 0x0f, 0xff, 0x22, 0x52, - 0xf3, 0xec, 0xc3, 0xc2, 0x94, 0x28, 0xe8, 0xde, 0xcc, 0xcc, 0xdc, 0x20, 0x9a, 0xf7, 0xaf, 0x88, - 0xd2, 0xd8, 0x6f, 0xe1, 0xff, 0xdf, 0x94, 0x45, 0x9b, 0xb3, 0xeb, 0xca, 0x4f, 0xa0, 0xf9, 0xe0, - 0xca, 0x38, 0xcd, 0xf0, 0x1a, 0x16, 0xa7, 0xaf, 0x08, 0xcd, 0x2e, 0x2c, 0x3f, 0x7b, 0xe6, 0xe6, - 0x55, 0x61, 0x0a, 0xbe, 0xed, 0x1c, 0x7f, 0xb7, 0x0a, 0x9f, 0x47, 0x56, 0xe1, 0x78, 0x64, 0x19, - 0x27, 0x23, 0xcb, 0xf8, 0x36, 0xb2, 0x8c, 0x8f, 0xe7, 0x56, 0xe1, 0xe4, 0xdc, 0x2a, 0x7c, 0x3d, - 0xb7, 0x0a, 0xfb, 0xdb, 0x53, 0x3b, 0x65, 0x8c, 0xb9, 0xc5, 0xbb, 0x5d, 0xe6, 0x33, 0xb7, 0x47, - 0x0e, 0x52, 0x2f, 0x5b, 0xa0, 0x1f, 0xd4, 0x3e, 0x97, 0x8f, 0xdd, 0x2b, 0xcb, 0xed, 0xf7, 0xe8, - 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x11, 0x31, 0xee, 0x1d, 0xed, 0x05, 0x00, 0x00, + // 637 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xcd, 0x6e, 0xd3, 0x40, + 0x10, 0x8e, 0x93, 0x12, 0x35, 0xd3, 0x02, 0x65, 0xfb, 0x97, 0x5a, 0xc8, 0x09, 0x06, 0x4a, 0x38, + 0x74, 0x17, 0x87, 0x07, 0x40, 0xa4, 0xbd, 0x20, 0x11, 0x0e, 0x2e, 0x08, 0xa9, 0x12, 0x02, 0xff, + 0x6c, 0xdc, 0x55, 0x13, 0x6f, 0xf0, 0xda, 0x86, 0xbe, 0x05, 0x47, 0x1e, 0x01, 0xf1, 0x24, 0x3d, + 0xf6, 0xc8, 0xa9, 0x85, 0xf4, 0x80, 0xc4, 0x53, 0x20, 0x7b, 0x37, 0x69, 0x30, 0x51, 0x8b, 0x2a, + 0x71, 0xf2, 0x7a, 0x7e, 0xbe, 0x6f, 0xe6, 0xdb, 0xd9, 0x01, 0x5d, 0xd0, 0x30, 0x66, 0x21, 0xed, + 0x93, 0x61, 0xdf, 0x09, 0x49, 0xda, 0x26, 0x03, 0x11, 0xe0, 0x61, 0xc4, 0x63, 0x8e, 0x96, 0xc6, + 0x3e, 0x9c, 0xf9, 0x70, 0xda, 0xd6, 0x0d, 0x8f, 0x8b, 0x01, 0x17, 0xc4, 0x75, 0x04, 0x25, 0xa9, + 0xe5, 0xd2, 0xd8, 0xb1, 0x88, 0xc7, 0x59, 0x28, 0x33, 0xf4, 0x95, 0x80, 0x07, 0x3c, 0x3f, 0x92, + 0xec, 0xa4, 0xac, 0x46, 0xc0, 0x79, 0xd0, 0xa7, 0x24, 0xff, 0x73, 0x93, 0x1e, 0xf1, 0x93, 0xc8, + 0x89, 0x19, 0x1f, 0x67, 0x19, 0x93, 0x1a, 0xe2, 0xc3, 0x21, 0x15, 0x24, 0xb5, 0x88, 0x88, 0x9d, + 0x38, 0x11, 0xd2, 0x6f, 0xfe, 0xd2, 0x60, 0xa9, 0x2b, 0x82, 0xed, 0x88, 0x3a, 0x31, 0xb5, 0xe9, + 0xfb, 0x84, 0x8a, 0x18, 0x21, 0x98, 0xeb, 0x45, 0x7c, 0x50, 0xd7, 0x9a, 0x5a, 0xab, 0x66, 0xe7, + 0x67, 0xf4, 0x04, 0xe6, 0xc7, 0xd0, 0xf5, 0x72, 0x53, 0x6b, 0x2d, 0xb4, 0x37, 0xb0, 0xe4, 0xc6, + 0x63, 0x6e, 0xbc, 0xa3, 0x02, 0x3a, 0xf3, 0x47, 0x27, 0x8d, 0xd2, 0xe7, 0xd3, 0x86, 0x66, 0x4f, + 0x92, 0xd0, 0x6d, 0xa8, 0x05, 0x2c, 0x70, 0xdc, 0xc3, 0x98, 0x8a, 0x7a, 0xa5, 0xa9, 0xb5, 0x2a, + 0xf6, 0xb9, 0x01, 0x79, 0x50, 0x1d, 0x46, 0xcc, 0xa3, 0xa2, 0x3e, 0xd7, 0xac, 0xe4, 0xe0, 0x52, + 0x0e, 0x9c, 0xc9, 0x81, 0x95, 0x1c, 0x78, 0x9b, 0xb3, 0xb0, 0xf3, 0x28, 0x03, 0xff, 0x7a, 0xda, + 0x68, 0x05, 0x2c, 0xde, 0x4f, 0x5c, 0xec, 0xf1, 0x01, 0x51, 0xda, 0xc9, 0xcf, 0x96, 0xf0, 0x0f, + 0x64, 0xbb, 0x79, 0x82, 0xb0, 0x15, 0xb4, 0xf9, 0x01, 0xd6, 0xba, 0x22, 0x78, 0x35, 0xf4, 0x9d, + 0x98, 0xee, 0xe6, 0x2a, 0x5c, 0xd4, 0xf1, 0x1a, 0x94, 0x99, 0x9f, 0xf7, 0x3a, 0xd7, 0xa9, 0x8e, + 0x4e, 0x1a, 0xe5, 0x67, 0x3b, 0x76, 0x99, 0xf9, 0xc8, 0x82, 0xaa, 0x94, 0x30, 0xef, 0xe2, 0x46, + 0x7b, 0x03, 0x4f, 0xee, 0x52, 0x92, 0xa6, 0x16, 0x56, 0xe8, 0x2a, 0xd0, 0xf4, 0x00, 0x75, 0x45, + 0xf0, 0x9c, 0x85, 0x07, 0x2f, 0xb8, 0x4f, 0xaf, 0x42, 0x7a, 0x07, 0x16, 0x43, 0xee, 0xd3, 0xb7, + 0x8e, 0xef, 0x47, 0x54, 0x48, 0xea, 0x9a, 0xbd, 0x90, 0xd9, 0x9e, 0x4a, 0x93, 0x49, 0x61, 0x25, + 0xeb, 0x2e, 0xec, 0xff, 0x5f, 0x9a, 0xd7, 0xb0, 0xdc, 0x15, 0xc1, 0x6e, 0xe2, 0x0a, 0x2f, 0x62, + 0xee, 0x95, 0x58, 0x56, 0xe0, 0x9a, 0x4f, 0x43, 0x3e, 0x50, 0xf0, 0xf2, 0xc7, 0x5c, 0x86, 0x5b, + 0x53, 0x93, 0x28, 0x86, 0x3c, 0x14, 0xd4, 0xdc, 0x80, 0xf5, 0xbf, 0xae, 0x4c, 0xb9, 0x56, 0xf3, + 0x42, 0xce, 0x45, 0x55, 0xe6, 0x75, 0x58, 0x2d, 0xc8, 0xa0, 0x1c, 0x6b, 0xb9, 0x3e, 0x53, 0x85, + 0x4b, 0x7b, 0xfb, 0x67, 0x05, 0x20, 0x73, 0xd0, 0x28, 0x65, 0x1e, 0x45, 0x2f, 0xa1, 0x36, 0x29, + 0x03, 0x99, 0xb8, 0xf8, 0x4e, 0x71, 0xf1, 0xb5, 0xe8, 0x77, 0x2f, 0x8c, 0x91, 0x24, 0xa8, 0x07, + 0x37, 0x0b, 0x7d, 0xa0, 0xd6, 0xcc, 0xbc, 0x19, 0xd3, 0xa9, 0x3f, 0xfc, 0x87, 0x48, 0xc5, 0xb3, + 0x07, 0x0b, 0x53, 0xa2, 0xa0, 0x7b, 0x33, 0x33, 0x0b, 0x83, 0xa8, 0xdf, 0xbf, 0x24, 0x4a, 0x61, + 0xbf, 0x83, 0xeb, 0x7f, 0x28, 0x8b, 0x36, 0x67, 0xd7, 0x55, 0x9c, 0x40, 0xfd, 0xc1, 0xa5, 0x71, + 0x8a, 0xe1, 0x0d, 0x2c, 0x4e, 0x5f, 0x11, 0x9a, 0x5d, 0x58, 0x71, 0xf6, 0xf4, 0xcd, 0xcb, 0xc2, + 0x24, 0x7c, 0x67, 0xf7, 0xe8, 0x87, 0x51, 0xfa, 0x32, 0x32, 0x4a, 0x47, 0x23, 0x43, 0x3b, 0x1e, + 0x19, 0xda, 0xf7, 0x91, 0xa1, 0x7d, 0x3a, 0x33, 0x4a, 0xc7, 0x67, 0x46, 0xe9, 0xdb, 0x99, 0x51, + 0xda, 0xb3, 0xa6, 0x76, 0xca, 0x18, 0x73, 0x8b, 0xf7, 0x7a, 0xcc, 0x63, 0x4e, 0x9f, 0xec, 0x27, + 0x2e, 0x49, 0xad, 0x36, 0xf9, 0x28, 0x17, 0x7a, 0xfe, 0xda, 0xdd, 0x6a, 0xbe, 0xfe, 0x1e, 0xff, + 0x0e, 0x00, 0x00, 0xff, 0xff, 0x69, 0xd1, 0x04, 0x57, 0xee, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/plan/types/msg_test.go b/x/plan/types/msg_test.go index 14607bd26..617ea32d8 100644 --- a/x/plan/types/msg_test.go +++ b/x/plan/types/msg_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestMsgCreateRequest_ValidateBasic(t *testing.T) { diff --git a/x/plan/types/plan.go b/x/plan/types/plan.go index e870f70d3..ccb9be451 100644 --- a/x/plan/types/plan.go +++ b/x/plan/types/plan.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func (m *Plan) GetProviderAddress() hubtypes.ProvAddress { diff --git a/x/plan/types/plan.pb.go b/x/plan/types/plan.pb.go index 6a5ccf879..45808b090 100644 --- a/x/plan/types/plan.pb.go +++ b/x/plan/types/plan.pb.go @@ -10,7 +10,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types1 "github.com/sentinel-official/hub/v1/types" + types1 "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/protobuf/types/known/durationpb" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" @@ -89,35 +89,35 @@ func init() { func init() { proto.RegisterFile("sentinel/plan/v2/plan.proto", fileDescriptor_f42569898bb92ddb) } var fileDescriptor_f42569898bb92ddb = []byte{ - // 446 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x52, 0x41, 0x8e, 0xd3, 0x30, - 0x14, 0x8d, 0xdb, 0x12, 0xa6, 0x46, 0x82, 0x51, 0x84, 0x50, 0xa6, 0x20, 0x27, 0x62, 0x15, 0x16, - 0x63, 0x4f, 0xca, 0x01, 0x50, 0xcb, 0x6c, 0xd8, 0xa1, 0xc0, 0x8a, 0xcd, 0xc8, 0x49, 0xdc, 0x8c, - 0x45, 0x1a, 0x47, 0xb1, 0x13, 0x31, 0x6b, 0x2e, 0x30, 0x4b, 0x8e, 0x80, 0x38, 0x49, 0x97, 0xb3, - 0x64, 0x35, 0x03, 0xe9, 0x45, 0x50, 0xec, 0xb8, 0x20, 0x66, 0xe5, 0xdf, 0xf7, 0xff, 0xfb, 0x7d, - 0xef, 0xfd, 0xc0, 0xe7, 0x92, 0x55, 0x8a, 0x57, 0xac, 0x24, 0x75, 0x49, 0x2b, 0xd2, 0x2d, 0xf5, - 0x8b, 0xeb, 0x46, 0x28, 0xe1, 0x1d, 0xdb, 0x26, 0xd6, 0x60, 0xb7, 0x5c, 0xa0, 0x4c, 0xc8, 0xad, - 0x90, 0x24, 0xa5, 0x92, 0x91, 0x2e, 0x4e, 0x99, 0xa2, 0x31, 0xc9, 0x04, 0x1f, 0x19, 0x8b, 0xa7, - 0x85, 0x28, 0x84, 0x2e, 0xc9, 0x50, 0x8d, 0x28, 0x2a, 0x84, 0x28, 0x4a, 0x46, 0xf4, 0xaf, 0xb4, - 0xdd, 0x90, 0xbc, 0x6d, 0xa8, 0xe2, 0xc2, 0xb2, 0x82, 0xff, 0xfb, 0x8a, 0x6f, 0x99, 0x54, 0x74, - 0x5b, 0xdb, 0x05, 0x07, 0x95, 0xea, 0xaa, 0x66, 0x92, 0x74, 0x31, 0x91, 0x8a, 0xaa, 0x56, 0x9a, - 0xfe, 0xcb, 0xaf, 0x53, 0x38, 0x7b, 0x5f, 0xd2, 0xca, 0x7b, 0x06, 0x27, 0x3c, 0xf7, 0x41, 0x08, - 0xa2, 0xd9, 0xda, 0xed, 0x6f, 0x83, 0xc9, 0xbb, 0xf3, 0x64, 0xc2, 0x73, 0xef, 0x15, 0x3c, 0xae, - 0x1b, 0xd1, 0xf1, 0x9c, 0x35, 0x17, 0x34, 0xcf, 0x1b, 0x26, 0xa5, 0x3f, 0x09, 0x41, 0x34, 0x4f, - 0x9e, 0x58, 0x7c, 0x65, 0x60, 0xef, 0x0d, 0x3c, 0xb2, 0xf2, 0xfc, 0x69, 0x08, 0xa2, 0x47, 0xcb, - 0x13, 0x6c, 0xf4, 0x61, 0xab, 0x0f, 0x9f, 0x8f, 0x03, 0xeb, 0xa3, 0xdd, 0x6d, 0xe0, 0x7c, 0xbb, - 0x0b, 0x40, 0x72, 0x20, 0x79, 0x2f, 0xe0, 0xbc, 0xe0, 0x05, 0x4d, 0xaf, 0x14, 0x93, 0xfe, 0x2c, - 0x04, 0xd1, 0x34, 0xf9, 0x0b, 0x78, 0x19, 0x74, 0xeb, 0x86, 0x67, 0x4c, 0xfa, 0x0f, 0xc2, 0xa9, - 0x5e, 0x6e, 0x22, 0xc5, 0x43, 0xa4, 0x78, 0x8c, 0x14, 0xbf, 0x15, 0xbc, 0x5a, 0x9f, 0x0d, 0xcb, - 0x7f, 0xdc, 0x05, 0x51, 0xc1, 0xd5, 0x65, 0x9b, 0xe2, 0x4c, 0x6c, 0xc9, 0x98, 0xbf, 0x79, 0x4e, - 0x65, 0xfe, 0xd9, 0x24, 0xa2, 0x09, 0x32, 0x19, 0x57, 0x7b, 0x31, 0x74, 0x4d, 0x3e, 0xbe, 0x1b, - 0x82, 0xe8, 0xf1, 0xf2, 0x04, 0x1f, 0x2e, 0x69, 0xc6, 0xbb, 0x18, 0x7f, 0xd0, 0x03, 0xc9, 0x38, - 0xe8, 0xad, 0xe0, 0xdc, 0x54, 0x17, 0x54, 0xf9, 0x0f, 0xb5, 0xef, 0xc5, 0x3d, 0xdf, 0x1f, 0xed, - 0x5d, 0x8c, 0xf1, 0x6b, 0x6d, 0xdc, 0xd0, 0x56, 0x6a, 0x9d, 0xec, 0x7e, 0x23, 0xe7, 0x7b, 0x8f, - 0x9c, 0x5d, 0x8f, 0xc0, 0x4d, 0x8f, 0xc0, 0xaf, 0x1e, 0x81, 0xeb, 0x3d, 0x72, 0x6e, 0xf6, 0xc8, - 0xf9, 0xb9, 0x47, 0xce, 0xa7, 0xb3, 0x7f, 0x9c, 0x58, 0x45, 0xa7, 0x62, 0xb3, 0xe1, 0x19, 0xa7, - 0x25, 0xb9, 0x6c, 0xd3, 0xe1, 0xb2, 0x5f, 0xcc, 0xa7, 0xa8, 0x85, 0xa6, 0xae, 0xfe, 0xef, 0xd7, - 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x35, 0x9c, 0xdb, 0x49, 0xa8, 0x02, 0x00, 0x00, + // 447 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x52, 0x41, 0x6e, 0xd4, 0x30, + 0x14, 0x8d, 0x67, 0x86, 0xd0, 0x31, 0x12, 0x54, 0x11, 0x42, 0xe9, 0x80, 0x9c, 0x88, 0x55, 0x58, + 0xd4, 0x26, 0xe1, 0x00, 0x68, 0x86, 0x6e, 0xd8, 0xa1, 0x94, 0x15, 0x9b, 0xca, 0x49, 0x3c, 0xa9, + 0x45, 0x26, 0x8e, 0x62, 0x27, 0xa2, 0x6b, 0x2e, 0xd0, 0x25, 0x47, 0x40, 0x9c, 0x64, 0x96, 0x5d, + 0xb2, 0x6a, 0x21, 0x73, 0x11, 0x34, 0x76, 0x3c, 0x20, 0xba, 0xf2, 0xcf, 0xfb, 0xff, 0xfd, 0xbc, + 0xf7, 0x6c, 0xf8, 0x5c, 0xb2, 0x5a, 0xf1, 0x9a, 0x55, 0xa4, 0xa9, 0x68, 0x4d, 0xfa, 0x44, 0x9f, + 0xb8, 0x69, 0x85, 0x12, 0xde, 0xb1, 0x6d, 0x62, 0x0d, 0xf6, 0xc9, 0x02, 0xe5, 0x42, 0x6e, 0x84, + 0x24, 0x19, 0x95, 0x8c, 0xf4, 0x71, 0xc6, 0x14, 0x8d, 0x49, 0x2e, 0xf8, 0xc8, 0x58, 0x3c, 0x2d, + 0x45, 0x29, 0x74, 0x49, 0xf6, 0xd5, 0x88, 0xa2, 0x52, 0x88, 0xb2, 0x62, 0x44, 0x7f, 0x65, 0xdd, + 0x9a, 0x14, 0x5d, 0x4b, 0x15, 0x17, 0x96, 0x15, 0xfc, 0xdf, 0x57, 0x7c, 0xc3, 0xa4, 0xa2, 0x9b, + 0xc6, 0x2e, 0x38, 0xa8, 0x54, 0x57, 0x0d, 0x93, 0xa4, 0x8f, 0x89, 0x54, 0x54, 0x75, 0xd2, 0xf4, + 0x5f, 0x7e, 0x9d, 0xc2, 0xd9, 0x87, 0x8a, 0xd6, 0xde, 0x33, 0x38, 0xe1, 0x85, 0x0f, 0x42, 0x10, + 0xcd, 0x56, 0xee, 0x70, 0x1b, 0x4c, 0xde, 0x9f, 0xa5, 0x13, 0x5e, 0x78, 0xaf, 0xe0, 0x71, 0xd3, + 0x8a, 0x9e, 0x17, 0xac, 0xbd, 0xa0, 0x45, 0xd1, 0x32, 0x29, 0xfd, 0x49, 0x08, 0xa2, 0x79, 0xfa, + 0xc4, 0xe2, 0x4b, 0x03, 0x7b, 0x6f, 0xe1, 0x91, 0x95, 0xe7, 0x4f, 0x43, 0x10, 0x3d, 0x4a, 0x4e, + 0xb0, 0xd1, 0x87, 0xad, 0x3e, 0x7c, 0x36, 0x0e, 0xac, 0x8e, 0xb6, 0xb7, 0x81, 0xf3, 0xed, 0x2e, + 0x00, 0xe9, 0x81, 0xe4, 0xbd, 0x80, 0xf3, 0x92, 0x97, 0x34, 0xbb, 0x52, 0x4c, 0xfa, 0xb3, 0x10, + 0x44, 0xd3, 0xf4, 0x2f, 0xe0, 0xe5, 0xd0, 0x6d, 0x5a, 0x9e, 0x33, 0xe9, 0x3f, 0x08, 0xa7, 0x7a, + 0xb9, 0x89, 0x14, 0xef, 0x23, 0xc5, 0x63, 0xa4, 0xf8, 0x9d, 0xe0, 0xf5, 0xea, 0xf5, 0x7e, 0xf9, + 0x8f, 0xbb, 0x20, 0x2a, 0xb9, 0xba, 0xec, 0x32, 0x9c, 0x8b, 0x0d, 0x19, 0xf3, 0x37, 0xc7, 0xa9, + 0x2c, 0x3e, 0x9b, 0x44, 0x34, 0x41, 0xa6, 0xe3, 0x6a, 0x2f, 0x86, 0xae, 0xc9, 0xc7, 0x77, 0x43, + 0x10, 0x3d, 0x4e, 0x4e, 0xf0, 0xe1, 0x26, 0xcd, 0x78, 0x1f, 0xe3, 0x73, 0x3d, 0x90, 0x8e, 0x83, + 0xde, 0x12, 0xce, 0x4d, 0x75, 0x41, 0x95, 0xff, 0x50, 0xfb, 0x5e, 0xdc, 0xf3, 0xfd, 0xd1, 0xde, + 0x8b, 0x31, 0x7e, 0xad, 0x8d, 0x1b, 0xda, 0x52, 0xad, 0xce, 0xb7, 0xbf, 0x91, 0xf3, 0x7d, 0x40, + 0xce, 0x76, 0x40, 0xe0, 0x66, 0x40, 0xe0, 0xd7, 0x80, 0xc0, 0xf5, 0x0e, 0x39, 0x37, 0x3b, 0xe4, + 0xfc, 0xdc, 0x21, 0xe7, 0x53, 0xfc, 0x8f, 0x13, 0xab, 0xe8, 0x54, 0xac, 0xd7, 0x3c, 0xe7, 0xb4, + 0x22, 0x97, 0x5d, 0x46, 0xfa, 0x38, 0x21, 0x5f, 0xcc, 0x5b, 0xd4, 0x4a, 0x33, 0x57, 0xff, 0xfc, + 0xcd, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x15, 0x00, 0x53, 0x6b, 0xa9, 0x02, 0x00, 0x00, } func (m *Plan) Marshal() (dAtA []byte, err error) { diff --git a/x/plan/types/plan_test.go b/x/plan/types/plan_test.go index e8d141964..a212b2c9e 100644 --- a/x/plan/types/plan_test.go +++ b/x/plan/types/plan_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestPlan_GetProviderAddress(t *testing.T) { diff --git a/x/plan/types/querier.go b/x/plan/types/querier.go index 1336e6daa..24a80c97c 100644 --- a/x/plan/types/querier.go +++ b/x/plan/types/querier.go @@ -3,7 +3,7 @@ package types import ( "github.com/cosmos/cosmos-sdk/types/query" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func NewQueryPlanRequest(id uint64) *QueryPlanRequest { diff --git a/x/plan/types/querier.pb.go b/x/plan/types/querier.pb.go index 72a0691c2..53686f77a 100644 --- a/x/plan/types/querier.pb.go +++ b/x/plan/types/querier.pb.go @@ -10,7 +10,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -292,40 +292,40 @@ var fileDescriptor_46e602d2d561a2f4 = []byte{ // 568 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x94, 0xcf, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0xe3, 0xb6, 0x0c, 0xcd, 0x43, 0x63, 0xb3, 0xc6, 0x28, 0xa5, 0x84, 0x29, 0xe5, 0x47, - 0x05, 0xc2, 0x5e, 0xc3, 0x7f, 0x30, 0x89, 0x71, 0x2d, 0xd9, 0x8d, 0x9b, 0xdb, 0x78, 0x99, 0xa5, - 0x2e, 0xce, 0x62, 0x37, 0x62, 0x9a, 0x76, 0xe1, 0x0f, 0x40, 0x20, 0xae, 0xbb, 0x22, 0x71, 0xe7, - 0x9f, 0xe8, 0x71, 0x12, 0x17, 0x4e, 0x08, 0x5a, 0xfe, 0x10, 0x14, 0xc7, 0x49, 0xb3, 0x75, 0x74, - 0x68, 0xa7, 0xdd, 0xdc, 0xbe, 0xef, 0x7b, 0xef, 0xf3, 0x7d, 0xf1, 0x33, 0xb4, 0x25, 0x0b, 0x15, - 0x0f, 0xd9, 0x80, 0x44, 0x03, 0x1a, 0x92, 0xc4, 0x25, 0x07, 0x43, 0x16, 0x73, 0x16, 0xe3, 0x28, - 0x16, 0x4a, 0xa0, 0x95, 0x3c, 0x8e, 0xd3, 0x38, 0x4e, 0xdc, 0xc6, 0xb3, 0xbe, 0x90, 0xfb, 0x42, - 0x92, 0x1e, 0x95, 0x4c, 0x8b, 0x0f, 0x49, 0xd2, 0xe9, 0x31, 0x45, 0x3b, 0x24, 0xa2, 0x01, 0x0f, - 0xa9, 0xe2, 0x22, 0xcc, 0xb2, 0x1b, 0x6b, 0x81, 0x08, 0x84, 0x3e, 0x92, 0xf4, 0x64, 0xfe, 0x6d, - 0x06, 0x42, 0x04, 0x03, 0x46, 0x68, 0xc4, 0x09, 0x0d, 0x43, 0xa1, 0x74, 0x8a, 0x34, 0xd1, 0xfb, - 0x33, 0x44, 0xba, 0x73, 0x16, 0x9c, 0xe2, 0xaa, 0xc3, 0x88, 0x49, 0x92, 0x74, 0x88, 0x54, 0x54, - 0x0d, 0x4d, 0xb2, 0xf3, 0x01, 0xc0, 0xd5, 0x37, 0x29, 0x53, 0x77, 0x40, 0x43, 0xe9, 0xb1, 0x83, - 0x21, 0x93, 0x0a, 0x75, 0xe0, 0x42, 0xa6, 0xaa, 0x83, 0x0d, 0xd0, 0x5e, 0x76, 0xef, 0xe1, 0xc2, - 0x95, 0x2e, 0x83, 0x93, 0x0e, 0xde, 0xd1, 0x02, 0xcf, 0x08, 0xd1, 0x36, 0x84, 0x53, 0x37, 0xf5, - 0xca, 0x06, 0x68, 0x2f, 0xb9, 0x4f, 0x70, 0x66, 0x1d, 0xa7, 0xd6, 0xb1, 0xb6, 0x8e, 0x8d, 0x75, - 0xdc, 0xa5, 0x01, 0x33, 0xed, 0xbc, 0x52, 0xa6, 0xf3, 0x0d, 0xc0, 0xe6, 0x14, 0x68, 0x5b, 0xc4, - 0xdd, 0x58, 0x24, 0xdc, 0x67, 0x71, 0xce, 0x56, 0x87, 0x37, 0xa9, 0xef, 0xc7, 0x4c, 0x66, 0x70, - 0x8b, 0x5e, 0xfe, 0xb3, 0x44, 0x5d, 0xb9, 0x1a, 0x75, 0xf5, 0xca, 0xd4, 0x0e, 0x5c, 0x29, 0xa0, - 0x73, 0xd0, 0x65, 0x58, 0xe1, 0xbe, 0x66, 0xac, 0x79, 0x15, 0xee, 0x3b, 0x9f, 0x00, 0x44, 0xe5, - 0x51, 0xcb, 0x48, 0x84, 0x92, 0x21, 0x17, 0xde, 0x48, 0xbf, 0x57, 0xea, 0xa6, 0xda, 0x5e, 0x72, - 0xd7, 0xf1, 0xf9, 0x0b, 0x84, 0x53, 0xfd, 0x56, 0x6d, 0xf4, 0xf3, 0xa1, 0xe5, 0x65, 0x52, 0xf4, - 0xfa, 0x82, 0x61, 0x3f, 0xbd, 0x14, 0x3b, 0x6b, 0x78, 0x86, 0xfb, 0x04, 0xc0, 0x07, 0xff, 0x98, - 0xf6, 0x75, 0xc0, 0x7b, 0x55, 0xba, 0x9c, 0x05, 0xd1, 0x26, 0xac, 0xa5, 0x6d, 0xf4, 0x64, 0x2f, - 0x03, 0xd2, 0x4a, 0xf7, 0xa4, 0x0a, 0x6f, 0xe9, 0x3a, 0x3b, 0x2c, 0x4e, 0x78, 0x9f, 0xa1, 0x08, - 0xc2, 0xa9, 0x6b, 0xd4, 0x9a, 0x2d, 0x31, 0xb3, 0x12, 0x8d, 0x47, 0xf3, 0x45, 0x19, 0x9b, 0x73, - 0xf7, 0xfd, 0xf7, 0x3f, 0x9f, 0x2b, 0xab, 0xe8, 0x36, 0x39, 0xb3, 0x94, 0x12, 0x7d, 0x01, 0xf0, - 0xce, 0x85, 0x83, 0x46, 0x78, 0x5e, 0xe1, 0xd9, 0xfb, 0xdf, 0x20, 0xff, 0xad, 0x37, 0x4c, 0xcf, - 0x35, 0xd3, 0x63, 0xd4, 0x2a, 0x31, 0x19, 0x8d, 0x24, 0x47, 0x66, 0x79, 0x8e, 0x0d, 0x67, 0x0c, - 0x17, 0x8b, 0x6a, 0xc8, 0x99, 0xd3, 0x2a, 0xc7, 0x69, 0xcd, 0xd5, 0x18, 0x84, 0xa6, 0x46, 0x58, - 0x47, 0x6b, 0xe7, 0xc6, 0x42, 0x8e, 0xb8, 0x7f, 0xbc, 0xe5, 0x8d, 0x7e, 0xdb, 0xd6, 0xd7, 0xb1, - 0x6d, 0x8d, 0xc6, 0x36, 0x38, 0x1d, 0xdb, 0xe0, 0xd7, 0xd8, 0x06, 0x1f, 0x27, 0xb6, 0x75, 0x3a, - 0xb1, 0xad, 0x1f, 0x13, 0xdb, 0x7a, 0xbb, 0x19, 0x70, 0xb5, 0x37, 0xec, 0xe1, 0xbe, 0xd8, 0x2f, - 0x2a, 0xbc, 0x10, 0xbb, 0xbb, 0xbc, 0xcf, 0xe9, 0x80, 0xec, 0x0d, 0x7b, 0xe9, 0xbb, 0xf6, 0x2e, - 0x7b, 0xff, 0xf4, 0xaa, 0xf7, 0x16, 0xf4, 0xf3, 0xf6, 0xf2, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xa3, 0xe2, 0x39, 0x64, 0xaf, 0x05, 0x00, 0x00, + 0x05, 0xc2, 0x26, 0xe1, 0x3f, 0x98, 0xc4, 0xb8, 0x96, 0xf4, 0xc6, 0xcd, 0x6d, 0xbc, 0xcc, 0x52, + 0x17, 0x67, 0xb1, 0x1b, 0x31, 0x4d, 0xbb, 0xf0, 0x07, 0x20, 0x10, 0xd7, 0x5d, 0x91, 0xb8, 0xf3, + 0x4f, 0xf4, 0x38, 0x89, 0x0b, 0x27, 0x04, 0x2d, 0x7f, 0x08, 0x8a, 0xe3, 0xa6, 0xd9, 0x3a, 0x3a, + 0xb4, 0x13, 0x37, 0xb7, 0xef, 0xfb, 0xde, 0xfb, 0x7c, 0x5f, 0xfc, 0x0c, 0x6d, 0xc9, 0x22, 0xc5, + 0x23, 0x36, 0x20, 0xf1, 0x80, 0x46, 0x24, 0xf5, 0xc8, 0xc1, 0x90, 0x25, 0x9c, 0x25, 0x38, 0x4e, + 0x84, 0x12, 0x68, 0x6d, 0x1a, 0xc7, 0x59, 0x1c, 0xa7, 0x5e, 0xe3, 0x49, 0x5f, 0xc8, 0x7d, 0x21, + 0x49, 0x8f, 0x4a, 0xa6, 0xc5, 0x87, 0x24, 0x75, 0x7b, 0x4c, 0x51, 0x97, 0xc4, 0x34, 0xe4, 0x11, + 0x55, 0x5c, 0x44, 0x79, 0x76, 0x63, 0x23, 0x14, 0xa1, 0xd0, 0x47, 0x92, 0x9d, 0xcc, 0xbf, 0xcd, + 0x50, 0x88, 0x70, 0xc0, 0x08, 0x8d, 0x39, 0xa1, 0x51, 0x24, 0x94, 0x4e, 0x91, 0x26, 0x7a, 0x77, + 0x8e, 0x48, 0x77, 0xce, 0x83, 0x33, 0x5c, 0x75, 0x18, 0x33, 0x49, 0x52, 0x97, 0x48, 0x45, 0xd5, + 0xd0, 0x24, 0x3b, 0xef, 0x01, 0x5c, 0x7f, 0x9d, 0x31, 0x75, 0x06, 0x34, 0x92, 0x3e, 0x3b, 0x18, + 0x32, 0xa9, 0x90, 0x0b, 0x97, 0x72, 0x55, 0x1d, 0x6c, 0x81, 0xf6, 0xaa, 0x77, 0x07, 0x17, 0xae, + 0x74, 0x19, 0x9c, 0xba, 0xb8, 0xab, 0x05, 0xbe, 0x11, 0xa2, 0x1d, 0x08, 0x67, 0x6e, 0xea, 0x95, + 0x2d, 0xd0, 0x5e, 0xf1, 0x1e, 0xe1, 0xdc, 0x3a, 0xce, 0xac, 0x63, 0x6d, 0x1d, 0x1b, 0xeb, 0xb8, + 0x43, 0x43, 0x66, 0xda, 0xf9, 0xa5, 0x4c, 0xe7, 0x2b, 0x80, 0xcd, 0x19, 0xd0, 0x8e, 0x48, 0x3a, + 0x89, 0x48, 0x79, 0xc0, 0x92, 0x29, 0x5b, 0x1d, 0x5e, 0xa7, 0x41, 0x90, 0x30, 0x99, 0xc3, 0x2d, + 0xfb, 0xd3, 0x9f, 0x25, 0xea, 0xca, 0xd5, 0xa8, 0xab, 0x57, 0xa6, 0x76, 0xe0, 0x5a, 0x01, 0x3d, + 0x05, 0x5d, 0x85, 0x15, 0x1e, 0x68, 0xc6, 0x9a, 0x5f, 0xe1, 0x81, 0xf3, 0x11, 0x40, 0x54, 0x1e, + 0xb5, 0x8c, 0x45, 0x24, 0x19, 0xf2, 0xe0, 0xb5, 0xec, 0x7b, 0x65, 0x6e, 0xaa, 0xed, 0x15, 0x6f, + 0x13, 0x9f, 0xbf, 0x40, 0x38, 0xd3, 0x6f, 0xd7, 0x46, 0x3f, 0xee, 0x5b, 0x7e, 0x2e, 0x45, 0xaf, + 0x2e, 0x18, 0xf6, 0xe3, 0x4b, 0xb1, 0xf3, 0x86, 0x67, 0xb8, 0x4f, 0x00, 0xbc, 0xf7, 0x97, 0x69, + 0xff, 0x0f, 0x78, 0x2f, 0x4b, 0x97, 0xb3, 0x20, 0x7a, 0x0e, 0x6b, 0x59, 0x1b, 0x3d, 0xd9, 0xcb, + 0x80, 0xb4, 0xd2, 0x3b, 0xa9, 0xc2, 0x1b, 0xba, 0x4e, 0x97, 0x25, 0x29, 0xef, 0x33, 0x14, 0x43, + 0x38, 0x73, 0x8d, 0x5a, 0xf3, 0x25, 0xe6, 0x56, 0xa2, 0xf1, 0x60, 0xb1, 0x28, 0x67, 0x73, 0x6e, + 0xbf, 0xfb, 0xf6, 0xfb, 0x53, 0x65, 0x1d, 0xdd, 0x24, 0x67, 0x96, 0x52, 0xa2, 0xcf, 0x00, 0xde, + 0xba, 0x70, 0xd0, 0x08, 0x2f, 0x2a, 0x3c, 0x7f, 0xff, 0x1b, 0xe4, 0x9f, 0xf5, 0x86, 0xe9, 0xa9, + 0x66, 0x7a, 0x88, 0x5a, 0x25, 0x26, 0xa3, 0x91, 0xe4, 0xc8, 0x2c, 0xcf, 0xb1, 0xe1, 0x4c, 0xe0, + 0x72, 0x51, 0x0d, 0x39, 0x0b, 0x5a, 0x4d, 0x71, 0x5a, 0x0b, 0x35, 0x06, 0xa1, 0xa9, 0x11, 0x36, + 0xd1, 0xc6, 0xb9, 0xb1, 0x90, 0x23, 0x1e, 0x1c, 0x6f, 0x77, 0x47, 0xbf, 0x6c, 0xeb, 0xcb, 0xd8, + 0xb6, 0x46, 0x63, 0x1b, 0x9c, 0x8e, 0x6d, 0xf0, 0x73, 0x6c, 0x83, 0x0f, 0x13, 0xdb, 0x3a, 0x9d, + 0xd8, 0xd6, 0xf7, 0x89, 0x6d, 0xbd, 0x71, 0x43, 0xae, 0xf6, 0x86, 0x3d, 0xdc, 0x17, 0xfb, 0x45, + 0x85, 0x67, 0x62, 0x77, 0x97, 0xf7, 0x39, 0x1d, 0x90, 0xbd, 0x61, 0x8f, 0xa4, 0xae, 0x47, 0xde, + 0xe6, 0x0f, 0xa0, 0xde, 0xf5, 0xde, 0x92, 0x7e, 0xdf, 0x5e, 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, + 0x1a, 0xd4, 0x12, 0x72, 0xb0, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/plan/types/querier_test.go b/x/plan/types/querier_test.go index 7996d642d..6f69cc2c3 100644 --- a/x/plan/types/querier_test.go +++ b/x/plan/types/querier_test.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestNewQueryPlanRequest(t *testing.T) { diff --git a/x/provider/client/cli/query.go b/x/provider/client/cli/query.go index a5db0b76b..c37d504a0 100644 --- a/x/provider/client/cli/query.go +++ b/x/provider/client/cli/query.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/provider/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/provider/types" ) func queryProvider() *cobra.Command { diff --git a/x/provider/client/cli/tx.go b/x/provider/client/cli/tx.go index d447090ca..a9e49107a 100644 --- a/x/provider/client/cli/tx.go +++ b/x/provider/client/cli/tx.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/provider/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/provider/types" ) func txRegister() *cobra.Command { diff --git a/x/provider/genesis.go b/x/provider/genesis.go index be7c4cd90..1bc082d65 100644 --- a/x/provider/genesis.go +++ b/x/provider/genesis.go @@ -3,8 +3,8 @@ package provider import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/provider/keeper" - "github.com/sentinel-official/hub/v1/x/provider/types" + "github.com/sentinel-official/hub/v12/x/provider/keeper" + "github.com/sentinel-official/hub/v12/x/provider/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/provider/keeper/keeper.go b/x/provider/keeper/keeper.go index 535dbdef5..69de57990 100644 --- a/x/provider/keeper/keeper.go +++ b/x/provider/keeper/keeper.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/sentinel-official/hub/v1/x/provider/expected" - "github.com/sentinel-official/hub/v1/x/provider/types" + "github.com/sentinel-official/hub/v12/x/provider/expected" + "github.com/sentinel-official/hub/v12/x/provider/types" ) type Keeper struct { diff --git a/x/provider/keeper/msg_server.go b/x/provider/keeper/msg_server.go index 2bcaf3761..18999bf67 100644 --- a/x/provider/keeper/msg_server.go +++ b/x/provider/keeper/msg_server.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/provider/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/provider/types" ) // The following line asserts that the `msgServer` type implements the `types.MsgServiceServer` interface. diff --git a/x/provider/keeper/params.go b/x/provider/keeper/params.go index d35bab528..6b1a56088 100644 --- a/x/provider/keeper/params.go +++ b/x/provider/keeper/params.go @@ -4,7 +4,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/provider/types" + "github.com/sentinel-official/hub/v12/x/provider/types" ) func (k *Keeper) Deposit(ctx sdk.Context) (v sdk.Coin) { diff --git a/x/provider/keeper/provider.go b/x/provider/keeper/provider.go index f8a376ce4..5b209010e 100644 --- a/x/provider/keeper/provider.go +++ b/x/provider/keeper/provider.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/provider/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/provider/types" ) func (k *Keeper) SetActiveProvider(ctx sdk.Context, v types.Provider) { diff --git a/x/provider/keeper/query_server.go b/x/provider/keeper/query_server.go index 5848a5854..af927fe77 100644 --- a/x/provider/keeper/query_server.go +++ b/x/provider/keeper/query_server.go @@ -9,8 +9,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/provider/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/provider/types" ) var ( diff --git a/x/provider/types/events.pb.go b/x/provider/types/events.pb.go index 407f06364..15ea49a61 100644 --- a/x/provider/types/events.pb.go +++ b/x/provider/types/events.pb.go @@ -109,7 +109,7 @@ func init() { func init() { proto.RegisterFile("sentinel/provider/v2/events.proto", fileDescriptor_a9094777cba7d8e6) } var fileDescriptor_a9094777cba7d8e6 = []byte{ - // 228 bytes of a gzipped FileDescriptorProto + // 229 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2c, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x28, 0xca, 0x2f, 0xcb, 0x4c, 0x49, 0x2d, 0xd2, 0x2f, 0x33, 0xd2, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x81, @@ -118,13 +118,13 @@ var fileDescriptor_a9094777cba7d8e6 = []byte{ 0x4b, 0x52, 0x8b, 0x84, 0x74, 0xb8, 0xd8, 0x13, 0x53, 0x52, 0x8a, 0x52, 0x8b, 0x8b, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x9d, 0x84, 0x3e, 0xdd, 0x93, 0xe7, 0xab, 0x4c, 0xcc, 0xcd, 0xb1, 0x52, 0x82, 0x4a, 0x28, 0x05, 0xc1, 0x94, 0x28, 0x59, 0x73, 0x71, 0x83, 0xb5, 0x87, 0x16, 0xa4, 0x24, - 0x96, 0xa4, 0x92, 0xa6, 0xd9, 0x29, 0xec, 0xc4, 0x43, 0x39, 0x86, 0x15, 0x8f, 0xe4, 0x18, 0x4e, + 0x96, 0xa4, 0x92, 0xa6, 0xd9, 0x29, 0xfc, 0xc4, 0x43, 0x39, 0x86, 0x15, 0x8f, 0xe4, 0x18, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, - 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x24, 0x3d, 0xb3, 0x24, 0xa3, 0x34, + 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x34, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x1f, 0xe6, 0x29, 0xdd, 0xfc, 0xb4, 0xb4, 0xcc, 0xe4, 0xcc, 0xc4, - 0x1c, 0xfd, 0x8c, 0xd2, 0x24, 0xfd, 0x32, 0x43, 0xfd, 0x0a, 0x44, 0x48, 0x94, 0x54, 0x16, 0xa4, - 0x16, 0x27, 0xb1, 0x81, 0xbd, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x3b, 0x73, 0x07, - 0x2b, 0x01, 0x00, 0x00, + 0x1c, 0xfd, 0x8c, 0xd2, 0x24, 0xfd, 0x32, 0x43, 0x23, 0xfd, 0x0a, 0x44, 0x50, 0x94, 0x54, 0x16, + 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xfd, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xa4, 0x76, + 0xc5, 0x2c, 0x01, 0x00, 0x00, } func (m *EventRegister) Marshal() (dAtA []byte, err error) { diff --git a/x/provider/types/genesis.pb.go b/x/provider/types/genesis.pb.go index 4c6745389..8b0ce85e2 100644 --- a/x/provider/types/genesis.pb.go +++ b/x/provider/types/genesis.pb.go @@ -75,7 +75,7 @@ func init() { } var fileDescriptor_71c4cf6d8a334eba = []byte{ - // 252 bytes of a gzipped FileDescriptorProto + // 253 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2a, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x28, 0xca, 0x2f, 0xcb, 0x4c, 0x49, 0x2d, 0xd2, 0x2f, 0x33, 0xd2, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, @@ -85,13 +85,13 @@ var fileDescriptor_71c4cf6d8a334eba = []byte{ 0x57, 0x04, 0x97, 0x24, 0x96, 0xa4, 0x0a, 0x39, 0x71, 0x71, 0xc2, 0x94, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x1b, 0xc9, 0xe9, 0x61, 0x73, 0x98, 0x5e, 0x00, 0x94, 0xed, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x42, 0x9b, 0x90, 0x15, 0x17, 0x1b, 0xc4, 0x25, 0x12, 0x4c, 0x0a, 0x8c, - 0x1a, 0xdc, 0x46, 0x32, 0x38, 0x0c, 0x00, 0xab, 0x81, 0x6a, 0x87, 0xea, 0x70, 0x0a, 0x3b, 0xf1, + 0x1a, 0xdc, 0x46, 0x32, 0x38, 0x0c, 0x00, 0xab, 0x81, 0x6a, 0x87, 0xea, 0x70, 0x0a, 0x3f, 0xf1, 0x50, 0x8e, 0x61, 0xc5, 0x23, 0x39, 0x86, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, - 0x88, 0x32, 0x49, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x99, 0xab, - 0x9b, 0x9f, 0x96, 0x96, 0x99, 0x9c, 0x99, 0x98, 0xa3, 0x9f, 0x51, 0x9a, 0xa4, 0x5f, 0x66, 0xa8, - 0x5f, 0x81, 0xf0, 0x74, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0xbf, 0xc6, 0x80, 0x00, - 0x00, 0x00, 0xff, 0xff, 0xbf, 0xcd, 0x16, 0xd8, 0x89, 0x01, 0x00, 0x00, + 0x88, 0x32, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x99, 0xab, + 0x9b, 0x9f, 0x96, 0x96, 0x99, 0x9c, 0x99, 0x98, 0xa3, 0x9f, 0x51, 0x9a, 0xa4, 0x5f, 0x66, 0x68, + 0xa4, 0x5f, 0x81, 0xf0, 0x75, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0xc3, 0xc6, 0x80, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x13, 0x18, 0xb1, 0x8a, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/provider/types/keys.go b/x/provider/types/keys.go index 6ac2dd8e8..64c240768 100644 --- a/x/provider/types/keys.go +++ b/x/provider/types/keys.go @@ -3,7 +3,7 @@ package types import ( "github.com/cosmos/cosmos-sdk/types/address" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) const ( diff --git a/x/provider/types/msg.go b/x/provider/types/msg.go index 6df64df8e..83b235122 100644 --- a/x/provider/types/msg.go +++ b/x/provider/types/msg.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) // The `types` package contains custom message types for the Cosmos SDK. diff --git a/x/provider/types/msg.pb.go b/x/provider/types/msg.pb.go index 925ee3830..523cbbbe5 100644 --- a/x/provider/types/msg.pb.go +++ b/x/provider/types/msg.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -209,32 +209,32 @@ func init() { func init() { proto.RegisterFile("sentinel/provider/v2/msg.proto", fileDescriptor_558ff44089bcc434) } var fileDescriptor_558ff44089bcc434 = []byte{ - // 389 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x53, 0xbb, 0x0e, 0xd3, 0x30, - 0x14, 0x8d, 0xa1, 0x14, 0xea, 0x4a, 0x08, 0xdc, 0x22, 0x85, 0x0c, 0x56, 0x95, 0x01, 0xca, 0x80, - 0xad, 0x06, 0xbe, 0x80, 0xbd, 0x4b, 0x2a, 0x18, 0x10, 0x4b, 0x1e, 0xb7, 0xae, 0xa5, 0x26, 0x0e, - 0xb1, 0x13, 0xe8, 0x5f, 0x30, 0xf0, 0x11, 0xfc, 0x08, 0x52, 0x27, 0xd4, 0x91, 0x11, 0xd2, 0x1f, - 0x41, 0x71, 0x48, 0x1f, 0x02, 0x04, 0x23, 0xdb, 0xf5, 0x39, 0xc7, 0xd7, 0x37, 0xe7, 0xdc, 0x60, - 0xaa, 0x21, 0x37, 0x32, 0x87, 0x2d, 0x2f, 0x4a, 0x55, 0xcb, 0x14, 0x4a, 0x5e, 0x07, 0x3c, 0xd3, - 0x82, 0x15, 0xa5, 0x32, 0x8a, 0x4c, 0x7b, 0x9e, 0xf5, 0x3c, 0xab, 0x03, 0x6f, 0x2a, 0x94, 0x50, - 0x56, 0xc0, 0xdb, 0xaa, 0xd3, 0x7a, 0xe7, 0x5e, 0x66, 0x57, 0x80, 0xe6, 0xf5, 0x82, 0x6b, 0x13, - 0x99, 0x4a, 0x77, 0xbc, 0xff, 0x11, 0x61, 0xb2, 0xd4, 0x22, 0x04, 0x21, 0xb5, 0x81, 0x32, 0x84, - 0xb7, 0x15, 0x68, 0x43, 0x08, 0x1e, 0xac, 0x4b, 0x95, 0xb9, 0x68, 0x86, 0xe6, 0xa3, 0xd0, 0xd6, - 0x2d, 0x96, 0x47, 0x19, 0xb8, 0x37, 0x3a, 0xac, 0xad, 0x89, 0x87, 0xef, 0xc8, 0xb4, 0x7d, 0xc1, - 0xec, 0xdc, 0x9b, 0x16, 0x3f, 0x9d, 0x89, 0x8b, 0x6f, 0xbf, 0x83, 0x58, 0x4b, 0x03, 0xee, 0xc0, - 0x52, 0xfd, 0x91, 0xcc, 0xf0, 0x38, 0x05, 0x9d, 0x94, 0xb2, 0x30, 0x52, 0xe5, 0xee, 0x2d, 0xcb, - 0x5e, 0x42, 0xfe, 0x67, 0x84, 0xef, 0x2d, 0xb5, 0x78, 0x59, 0xa4, 0x91, 0x81, 0xff, 0x64, 0x28, - 0xb2, 0xc0, 0xc3, 0xce, 0x3b, 0x77, 0x38, 0x43, 0xf3, 0xbb, 0xc1, 0x43, 0x76, 0x0a, 0xc2, 0x9a, - 0xcb, 0xea, 0x05, 0x5b, 0x59, 0x41, 0xf8, 0x53, 0xe8, 0x3f, 0xc0, 0x93, 0x2b, 0x77, 0x75, 0xa1, - 0x72, 0x0d, 0xfe, 0x04, 0xdf, 0xbf, 0xf8, 0xba, 0x0e, 0x0c, 0xbe, 0x20, 0x8c, 0x97, 0x5a, 0xac, - 0xa0, 0xac, 0x65, 0x02, 0x24, 0xc6, 0xe3, 0x8b, 0xab, 0x64, 0xce, 0x7e, 0x97, 0x3a, 0xfb, 0x35, - 0x3b, 0xef, 0xc9, 0x3f, 0x28, 0xbb, 0x27, 0xc9, 0x1b, 0x3c, 0x3a, 0xcd, 0x41, 0x1e, 0xfd, 0xf1, - 0xde, 0x55, 0x0c, 0xde, 0xe3, 0xbf, 0xea, 0xba, 0xee, 0x2f, 0x5e, 0xed, 0xbf, 0x53, 0xe7, 0x53, - 0x43, 0x9d, 0x7d, 0x43, 0xd1, 0xa1, 0xa1, 0xe8, 0x5b, 0x43, 0xd1, 0x87, 0x23, 0x75, 0x0e, 0x47, - 0xea, 0x7c, 0x3d, 0x52, 0xe7, 0xf5, 0x73, 0x21, 0xcd, 0xa6, 0x8a, 0x59, 0xa2, 0x32, 0xde, 0x37, - 0x7d, 0xaa, 0xd6, 0x6b, 0x99, 0xc8, 0x68, 0xcb, 0x37, 0x55, 0xdc, 0xee, 0xeb, 0xfb, 0xf3, 0x6f, - 0x60, 0x6d, 0x8e, 0x87, 0x76, 0x75, 0x9f, 0xfd, 0x08, 0x00, 0x00, 0xff, 0xff, 0xda, 0xf8, 0xc2, - 0x82, 0x28, 0x03, 0x00, 0x00, + // 392 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x53, 0xbd, 0xce, 0xd3, 0x30, + 0x14, 0x8d, 0xe1, 0xa3, 0xf0, 0xb9, 0x12, 0x02, 0xb7, 0x48, 0x21, 0x83, 0x55, 0x65, 0x80, 0x32, + 0x60, 0x2b, 0x41, 0xbc, 0x00, 0x7b, 0x97, 0x54, 0x08, 0x09, 0xb1, 0xe4, 0xe7, 0xd6, 0xb5, 0xd4, + 0xc4, 0x21, 0x76, 0x02, 0x7d, 0x0b, 0x06, 0x1e, 0x82, 0x17, 0x41, 0xea, 0x84, 0x3a, 0x32, 0x42, + 0xfa, 0x22, 0x28, 0x0e, 0xe9, 0x8f, 0x00, 0xc1, 0xc8, 0x76, 0x7d, 0xce, 0xf1, 0xbd, 0x37, 0xe7, + 0xc4, 0x98, 0x6a, 0x28, 0x8c, 0x2c, 0x60, 0xc3, 0xcb, 0x4a, 0x35, 0x32, 0x83, 0x8a, 0x37, 0x21, + 0xcf, 0xb5, 0x60, 0x65, 0xa5, 0x8c, 0x22, 0xd3, 0x81, 0x67, 0x03, 0xcf, 0x9a, 0xd0, 0x9b, 0x0a, + 0x25, 0x94, 0x15, 0xf0, 0xae, 0xea, 0xb5, 0xde, 0xa9, 0x97, 0xd9, 0x96, 0xa0, 0x79, 0x13, 0x70, + 0x6d, 0x62, 0x53, 0xeb, 0x9e, 0xf7, 0x3f, 0x22, 0x4c, 0x16, 0x5a, 0x44, 0x20, 0xa4, 0x36, 0x50, + 0x45, 0xf0, 0xb6, 0x06, 0x6d, 0x08, 0xc1, 0x57, 0xab, 0x4a, 0xe5, 0x2e, 0x9a, 0xa1, 0xf9, 0x75, + 0x64, 0xeb, 0x0e, 0x2b, 0xe2, 0x1c, 0xdc, 0x1b, 0x3d, 0xd6, 0xd5, 0xc4, 0xc3, 0x77, 0x64, 0xd6, + 0x4d, 0x30, 0x5b, 0xf7, 0xa6, 0xc5, 0x8f, 0x67, 0xe2, 0xe2, 0xdb, 0xef, 0x20, 0xd1, 0xd2, 0x80, + 0x7b, 0x65, 0xa9, 0xe1, 0x48, 0x66, 0x78, 0x9c, 0x81, 0x4e, 0x2b, 0x59, 0x1a, 0xa9, 0x0a, 0xf7, + 0x96, 0x65, 0xcf, 0x21, 0xff, 0x33, 0xc2, 0xf7, 0x16, 0x5a, 0xbc, 0x2c, 0xb3, 0xd8, 0xc0, 0x7f, + 0xb2, 0x14, 0x09, 0xf0, 0xa8, 0xf7, 0xce, 0x1d, 0xcd, 0xd0, 0xfc, 0x6e, 0xf8, 0x90, 0x1d, 0x83, + 0xb0, 0xe6, 0xb2, 0x26, 0x60, 0x4b, 0x2b, 0x88, 0x7e, 0x0a, 0xfd, 0x07, 0x78, 0x72, 0xe1, 0xae, + 0x2e, 0x55, 0xa1, 0xc1, 0x9f, 0xe0, 0xfb, 0x67, 0x5f, 0xd7, 0x83, 0xe1, 0x17, 0x84, 0xf1, 0x42, + 0x8b, 0x25, 0x54, 0x8d, 0x4c, 0x81, 0x24, 0x78, 0x7c, 0x76, 0x95, 0xcc, 0xd9, 0xef, 0x52, 0x67, + 0xbf, 0x66, 0xe7, 0x3d, 0xf9, 0x07, 0x65, 0x3f, 0x92, 0xbc, 0xc1, 0xd7, 0xc7, 0x3d, 0xc8, 0xa3, + 0x3f, 0xde, 0xbb, 0x88, 0xc1, 0x7b, 0xfc, 0x57, 0x5d, 0xdf, 0xfd, 0xc5, 0xab, 0xdd, 0x77, 0xea, + 0x7c, 0x6a, 0xa9, 0xb3, 0x6b, 0x29, 0xda, 0xb7, 0x14, 0x7d, 0x6b, 0x29, 0xfa, 0x70, 0xa0, 0xce, + 0xfe, 0x40, 0x9d, 0xaf, 0x07, 0xea, 0xbc, 0x7e, 0x2e, 0xa4, 0x59, 0xd7, 0x09, 0x4b, 0x55, 0xce, + 0x87, 0xa6, 0x4f, 0xd5, 0x6a, 0x25, 0x53, 0x19, 0x6f, 0xf8, 0xba, 0x4e, 0x78, 0x13, 0x84, 0xfc, + 0xfd, 0xe9, 0x1d, 0x58, 0x9f, 0x93, 0x91, 0xfd, 0x77, 0x9f, 0xfd, 0x08, 0x00, 0x00, 0xff, 0xff, + 0x41, 0x52, 0x9a, 0x8c, 0x29, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/provider/types/msg_test.go b/x/provider/types/msg_test.go index 706bd89ab..0950bc019 100644 --- a/x/provider/types/msg_test.go +++ b/x/provider/types/msg_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestMsgRegisterRequest_ValidateBasic(t *testing.T) { diff --git a/x/provider/types/params.pb.go b/x/provider/types/params.pb.go index 57d8c2c6f..8810620f7 100644 --- a/x/provider/types/params.pb.go +++ b/x/provider/types/params.pb.go @@ -77,26 +77,26 @@ func init() { func init() { proto.RegisterFile("sentinel/provider/v2/params.proto", fileDescriptor_1837edabb8dc987e) } var fileDescriptor_1837edabb8dc987e = []byte{ - // 298 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x90, 0xb1, 0x4e, 0xf3, 0x30, - 0x14, 0x85, 0xed, 0x5f, 0xbf, 0x8a, 0x08, 0xb0, 0x54, 0x1d, 0x4a, 0x91, 0xdc, 0x02, 0x4b, 0x17, - 0x7c, 0xd5, 0xc2, 0xc2, 0x1a, 0x18, 0x18, 0x18, 0x50, 0x91, 0x18, 0x58, 0x90, 0xe3, 0xb8, 0x89, - 0xd5, 0x26, 0x37, 0x8a, 0xdd, 0x88, 0x3e, 0x04, 0x12, 0x8f, 0xc1, 0xa3, 0x64, 0xec, 0x88, 0x18, - 0x2a, 0x48, 0x5e, 0x04, 0x25, 0x69, 0xc4, 0x76, 0x74, 0xf5, 0x9d, 0x4f, 0xba, 0xc7, 0x39, 0x35, - 0x2a, 0xb6, 0x3a, 0x56, 0x4b, 0x48, 0x52, 0xcc, 0xb4, 0xaf, 0x52, 0xc8, 0xa6, 0x90, 0x88, 0x54, - 0x44, 0x86, 0x27, 0x29, 0x5a, 0xec, 0xf6, 0x5a, 0x84, 0xb7, 0x08, 0xcf, 0xa6, 0x03, 0x26, 0xd1, - 0x44, 0x68, 0xc0, 0x13, 0x46, 0x41, 0x36, 0xf1, 0x94, 0x15, 0x13, 0x90, 0xa8, 0xe3, 0xa6, 0x35, - 0xe8, 0x05, 0x18, 0x60, 0x1d, 0xa1, 0x4a, 0xcd, 0xf5, 0xec, 0x8d, 0x3a, 0x9d, 0x87, 0x5a, 0xde, - 0xbd, 0x76, 0xf6, 0x7c, 0x95, 0xa0, 0xd1, 0xb6, 0x4f, 0x47, 0x74, 0x7c, 0x30, 0x3d, 0xe6, 0x8d, - 0x92, 0x57, 0x4a, 0xbe, 0x53, 0xf2, 0x1b, 0xd4, 0xb1, 0xfb, 0x3f, 0xdf, 0x0e, 0xc9, 0xac, 0xe5, - 0xbb, 0x77, 0xce, 0x91, 0xb1, 0x62, 0xa1, 0xe3, 0xe0, 0xc5, 0x84, 0x22, 0x55, 0xfd, 0x7f, 0x23, - 0x3a, 0xde, 0x77, 0xcf, 0x2b, 0xea, 0x6b, 0x3b, 0x3c, 0x69, 0x3c, 0xc6, 0x5f, 0x70, 0x8d, 0x10, - 0x09, 0x1b, 0xf2, 0x7b, 0x15, 0x08, 0xb9, 0xbe, 0x55, 0x72, 0x76, 0xb8, 0x6b, 0x3e, 0x56, 0x45, - 0xf7, 0x29, 0xff, 0x61, 0xe4, 0xa3, 0x60, 0x24, 0x2f, 0x18, 0xdd, 0x14, 0x8c, 0x7e, 0x17, 0x8c, - 0xbe, 0x97, 0x8c, 0x6c, 0x4a, 0x46, 0x3e, 0x4b, 0x46, 0x9e, 0xaf, 0x02, 0x6d, 0xc3, 0x95, 0xc7, - 0x25, 0x46, 0xd0, 0x0e, 0x71, 0x81, 0xf3, 0xb9, 0x96, 0x5a, 0x2c, 0x21, 0x5c, 0x79, 0x90, 0x4d, - 0xe0, 0xf5, 0x6f, 0x3d, 0xbb, 0x4e, 0x94, 0xf1, 0x3a, 0xf5, 0xbb, 0x97, 0xbf, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x2b, 0x93, 0x97, 0x07, 0x5f, 0x01, 0x00, 0x00, + // 299 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x90, 0x31, 0x4b, 0xfb, 0x40, + 0x18, 0xc6, 0xef, 0xfe, 0xfc, 0xa9, 0x18, 0x75, 0x29, 0x1d, 0x6a, 0x85, 0x6b, 0xd5, 0xa5, 0x8b, + 0xf7, 0xd2, 0x88, 0x83, 0x6b, 0x75, 0x70, 0x70, 0x90, 0x3a, 0x08, 0x2e, 0x72, 0xb9, 0x5c, 0x93, + 0xa3, 0x4d, 0xde, 0x90, 0xbb, 0x06, 0xfb, 0x21, 0x04, 0x3f, 0x86, 0x1f, 0x25, 0x63, 0x47, 0x71, + 0x28, 0x9a, 0x7c, 0x11, 0x49, 0xd2, 0xe0, 0xf6, 0xf0, 0xf2, 0x7b, 0x7e, 0xf0, 0x3e, 0xce, 0xa9, + 0x51, 0xb1, 0xd5, 0xb1, 0x5a, 0x42, 0x92, 0x62, 0xa6, 0x7d, 0x95, 0x42, 0xe6, 0x42, 0x22, 0x52, + 0x11, 0x19, 0x9e, 0xa4, 0x68, 0xb1, 0xdb, 0x6b, 0x11, 0xde, 0x22, 0x3c, 0x73, 0x07, 0x4c, 0xa2, + 0x89, 0xd0, 0x80, 0x27, 0x8c, 0x82, 0x6c, 0xe2, 0x29, 0x2b, 0x26, 0x20, 0x51, 0xc7, 0x4d, 0x6b, + 0xd0, 0x0b, 0x30, 0xc0, 0x3a, 0x42, 0x95, 0x9a, 0xeb, 0xd9, 0x1b, 0x75, 0x3a, 0x0f, 0xb5, 0xbc, + 0x7b, 0xed, 0xec, 0xf9, 0x2a, 0x41, 0xa3, 0x6d, 0x9f, 0x8e, 0xe8, 0xf8, 0xc0, 0x3d, 0xe6, 0x8d, + 0x92, 0x57, 0x4a, 0xbe, 0x53, 0xf2, 0x1b, 0xd4, 0xf1, 0xf4, 0x7f, 0xbe, 0x1d, 0x92, 0x59, 0xcb, + 0x77, 0xef, 0x9c, 0x23, 0x63, 0xc5, 0x42, 0xc7, 0xc1, 0x8b, 0x09, 0x45, 0xaa, 0xfa, 0xff, 0x46, + 0x74, 0xbc, 0x3f, 0x3d, 0xaf, 0xa8, 0xaf, 0xed, 0xf0, 0xa4, 0xf1, 0x18, 0x7f, 0xc1, 0x35, 0x42, + 0x24, 0x6c, 0xc8, 0xef, 0x55, 0x20, 0xe4, 0xfa, 0x56, 0xc9, 0xd9, 0xe1, 0xae, 0xf9, 0x58, 0x15, + 0xa7, 0x4f, 0xf9, 0x0f, 0x23, 0x1f, 0x05, 0x23, 0x79, 0xc1, 0xe8, 0xa6, 0x60, 0xf4, 0xbb, 0x60, + 0xf4, 0xbd, 0x64, 0x64, 0x53, 0x32, 0xf2, 0x59, 0x32, 0xf2, 0x7c, 0x15, 0x68, 0x1b, 0xae, 0x3c, + 0x2e, 0x31, 0x82, 0x76, 0x88, 0x0b, 0x9c, 0xcf, 0xb5, 0xd4, 0x62, 0x09, 0xe1, 0xca, 0x83, 0x6c, + 0xe2, 0xc2, 0xeb, 0xdf, 0x7c, 0x76, 0x9d, 0x28, 0xe3, 0x75, 0xea, 0x7f, 0x2f, 0x7f, 0x03, 0x00, + 0x00, 0xff, 0xff, 0xa0, 0xc5, 0xa5, 0x46, 0x60, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/provider/types/params_test.go b/x/provider/types/params_test.go index 1e749d911..787f2ea01 100644 --- a/x/provider/types/params_test.go +++ b/x/provider/types/params_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestParams_Validate(t *testing.T) { diff --git a/x/provider/types/provider.go b/x/provider/types/provider.go index 65a189e52..da05edc77 100644 --- a/x/provider/types/provider.go +++ b/x/provider/types/provider.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func (m *Provider) GetAddress() hubtypes.ProvAddress { diff --git a/x/provider/types/provider.pb.go b/x/provider/types/provider.pb.go index 5b54fa4e6..a85c497a1 100644 --- a/x/provider/types/provider.pb.go +++ b/x/provider/types/provider.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" @@ -90,29 +90,30 @@ func init() { } var fileDescriptor_521859badb4bec15 = []byte{ - // 352 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x3d, 0x6e, 0xe3, 0x30, - 0x10, 0x85, 0x45, 0xaf, 0xd7, 0x96, 0x69, 0x60, 0x0b, 0xc2, 0x05, 0x57, 0x05, 0x2d, 0xec, 0x36, - 0x6e, 0x42, 0xc2, 0x4a, 0x2e, 0x60, 0x9f, 0x20, 0x70, 0x82, 0x14, 0x69, 0x02, 0xc9, 0xa2, 0x65, - 0x02, 0x96, 0x28, 0x88, 0x94, 0x12, 0x5f, 0x20, 0xb5, 0x8f, 0x91, 0xa3, 0xb8, 0x74, 0x99, 0x2a, - 0x3f, 0xf2, 0x45, 0x02, 0x51, 0x3f, 0x49, 0xf7, 0xde, 0xcc, 0xa7, 0x99, 0xd1, 0x23, 0xfc, 0xaf, - 0x78, 0xa2, 0x45, 0xc2, 0x77, 0x2c, 0xcd, 0x64, 0x21, 0x42, 0x9e, 0xb1, 0xc2, 0xeb, 0x34, 0x4d, - 0x33, 0xa9, 0x25, 0x9a, 0xb4, 0x10, 0xed, 0x1a, 0x85, 0xe7, 0x4c, 0x22, 0x19, 0x49, 0x03, 0xb0, - 0x4a, 0xd5, 0xac, 0x33, 0x8d, 0xa4, 0x8c, 0x76, 0x9c, 0x19, 0x17, 0xe4, 0x1b, 0xa6, 0x45, 0xcc, - 0x95, 0xf6, 0xe3, 0xb4, 0x01, 0x48, 0xb7, 0x51, 0xef, 0x53, 0xae, 0x58, 0x31, 0x67, 0x4a, 0xfb, - 0x3a, 0x57, 0x75, 0xff, 0xdf, 0x73, 0x0f, 0xda, 0xd7, 0xcd, 0x1a, 0x84, 0xe1, 0xd0, 0x0f, 0xc3, - 0x8c, 0x2b, 0x85, 0x81, 0x0b, 0x66, 0xa3, 0x55, 0x6b, 0x11, 0x82, 0xfd, 0xc4, 0x8f, 0x39, 0xee, - 0x99, 0xb2, 0xd1, 0xc8, 0x81, 0xb6, 0x08, 0xab, 0xe9, 0x7a, 0x8f, 0x7f, 0x99, 0x7a, 0xe7, 0xab, - 0x49, 0x8f, 0x3c, 0x50, 0x42, 0x73, 0xdc, 0xaf, 0x27, 0x35, 0x16, 0xb9, 0x70, 0x1c, 0x72, 0xb5, - 0xce, 0x44, 0xaa, 0x85, 0x4c, 0xf0, 0x6f, 0xd3, 0xfd, 0x59, 0x42, 0x73, 0x38, 0xa8, 0x4f, 0xc4, - 0x03, 0x17, 0xcc, 0xfe, 0x78, 0x7f, 0x69, 0x17, 0x88, 0xf9, 0x07, 0x5a, 0xcc, 0xe9, 0x8d, 0x01, - 0x56, 0x0d, 0x88, 0x16, 0x70, 0x54, 0xab, 0x07, 0x5f, 0xe3, 0xa1, 0x0b, 0x66, 0x63, 0xcf, 0xa1, - 0x75, 0x34, 0xb4, 0x8d, 0x86, 0xde, 0xb6, 0xd1, 0x2c, 0xed, 0xe3, 0xdb, 0xd4, 0x3a, 0xbc, 0x4f, - 0xc1, 0xca, 0xae, 0x3f, 0x5b, 0xe8, 0xe5, 0xdd, 0xf1, 0x93, 0x58, 0x2f, 0x25, 0xb1, 0x8e, 0x25, - 0x01, 0xa7, 0x92, 0x80, 0x8f, 0x92, 0x80, 0xc3, 0x99, 0x58, 0xa7, 0x33, 0xb1, 0x5e, 0xcf, 0xc4, - 0xba, 0xbf, 0x8a, 0x84, 0xde, 0xe6, 0x01, 0x5d, 0xcb, 0x98, 0xb5, 0x17, 0x5d, 0xc8, 0xcd, 0x46, - 0xac, 0x85, 0xbf, 0x63, 0xdb, 0x3c, 0xa8, 0xc2, 0x7d, 0xfa, 0x7e, 0x59, 0x73, 0x6c, 0x30, 0x30, - 0xfb, 0x2f, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x60, 0x02, 0x4e, 0x8e, 0xfb, 0x01, 0x00, 0x00, + // 353 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x51, 0x4d, 0x6e, 0xe2, 0x30, + 0x18, 0x8d, 0x19, 0x06, 0x82, 0x91, 0x66, 0x61, 0xb1, 0xf0, 0x64, 0x61, 0xa2, 0x99, 0x0d, 0x9b, + 0xda, 0x4a, 0xaa, 0x1e, 0x00, 0x4e, 0x50, 0xd1, 0x4a, 0x95, 0xba, 0xa9, 0x12, 0x62, 0x82, 0x25, + 0x12, 0x47, 0xb1, 0x93, 0x96, 0x0b, 0x74, 0xcd, 0x31, 0x7a, 0x14, 0x96, 0x2c, 0xbb, 0xea, 0x4f, + 0xb8, 0x48, 0x85, 0xf3, 0xd3, 0xee, 0xde, 0xfb, 0xbe, 0x97, 0xf7, 0xbd, 0x3c, 0xc3, 0xff, 0x8a, + 0xa7, 0x5a, 0xa4, 0x7c, 0xcb, 0xb2, 0x5c, 0x96, 0x22, 0xe2, 0x39, 0x2b, 0xfd, 0x0e, 0xd3, 0x2c, + 0x97, 0x5a, 0xa2, 0x49, 0x2b, 0xa2, 0xdd, 0xa2, 0xf4, 0x9d, 0x49, 0x2c, 0x63, 0x69, 0x04, 0xec, + 0x8c, 0x6a, 0xad, 0x33, 0x8d, 0xa5, 0x8c, 0xb7, 0x9c, 0x19, 0x16, 0x16, 0x6b, 0xa6, 0x45, 0xc2, + 0x95, 0x0e, 0x92, 0xac, 0x11, 0x90, 0xee, 0xa2, 0xde, 0x65, 0x5c, 0xb1, 0xd2, 0x63, 0x4a, 0x07, + 0xba, 0x50, 0xf5, 0xfe, 0xdf, 0x73, 0x0f, 0xda, 0xd7, 0xcd, 0x19, 0x84, 0xe1, 0x30, 0x88, 0xa2, + 0x9c, 0x2b, 0x85, 0x81, 0x0b, 0x66, 0xa3, 0x65, 0x4b, 0x11, 0x82, 0xfd, 0x34, 0x48, 0x38, 0xee, + 0x99, 0xb1, 0xc1, 0xc8, 0x81, 0xb6, 0x88, 0xce, 0xee, 0x7a, 0x87, 0x7f, 0x99, 0x79, 0xc7, 0xcf, + 0x4e, 0x8f, 0x3c, 0x54, 0x42, 0x73, 0xdc, 0xaf, 0x9d, 0x1a, 0x8a, 0x5c, 0x38, 0x8e, 0xb8, 0x5a, + 0xe5, 0x22, 0xd3, 0x42, 0xa6, 0xf8, 0xb7, 0xd9, 0xfe, 0x1c, 0x21, 0x0f, 0x0e, 0xea, 0x88, 0x78, + 0xe0, 0x82, 0xd9, 0x1f, 0xff, 0x2f, 0xed, 0x0a, 0x31, 0xff, 0x40, 0x4b, 0x8f, 0xde, 0x18, 0xc1, + 0xb2, 0x11, 0xa2, 0x39, 0x1c, 0xd5, 0xe8, 0x21, 0xd0, 0x78, 0xe8, 0x82, 0xd9, 0xd8, 0x77, 0x68, + 0x5d, 0x0d, 0x6d, 0xab, 0xa1, 0xb7, 0x6d, 0x35, 0x0b, 0xfb, 0xf0, 0x36, 0xb5, 0xf6, 0xef, 0x53, + 0xb0, 0xb4, 0xeb, 0xcf, 0xe6, 0x7a, 0x71, 0x77, 0xf8, 0x24, 0xd6, 0x4b, 0x45, 0xac, 0x43, 0x45, + 0xc0, 0xb1, 0x22, 0xe0, 0xa3, 0x22, 0x60, 0x7f, 0x22, 0xd6, 0xf1, 0x44, 0xac, 0xd7, 0x13, 0xb1, + 0xee, 0xaf, 0x62, 0xa1, 0x37, 0x45, 0x48, 0x57, 0x32, 0x61, 0x6d, 0xa2, 0x0b, 0xb9, 0x5e, 0x8b, + 0x95, 0x08, 0xb6, 0x6c, 0x53, 0x84, 0xac, 0xf4, 0x7c, 0xf6, 0xf4, 0xfd, 0xb4, 0x26, 0x6d, 0x38, + 0x30, 0x01, 0x2e, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x29, 0x84, 0x22, 0xa7, 0xfc, 0x01, 0x00, + 0x00, } func (m *Provider) Marshal() (dAtA []byte, err error) { diff --git a/x/provider/types/provider_test.go b/x/provider/types/provider_test.go index ad7190caf..a2e58973f 100644 --- a/x/provider/types/provider_test.go +++ b/x/provider/types/provider_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestProvider_GetAddress(t *testing.T) { diff --git a/x/provider/types/querier.go b/x/provider/types/querier.go index 03b41f3ca..f7b827189 100644 --- a/x/provider/types/querier.go +++ b/x/provider/types/querier.go @@ -3,7 +3,7 @@ package types import ( "github.com/cosmos/cosmos-sdk/types/query" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func NewQueryProviderRequest(addr hubtypes.ProvAddress) *QueryProviderRequest { diff --git a/x/provider/types/querier.pb.go b/x/provider/types/querier.pb.go index bb12af662..cfcddecbc 100644 --- a/x/provider/types/querier.pb.go +++ b/x/provider/types/querier.pb.go @@ -10,7 +10,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -281,43 +281,43 @@ func init() { } var fileDescriptor_fb0e6f64d0260de0 = []byte{ - // 571 bytes of a gzipped FileDescriptorProto + // 572 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x41, 0x6f, 0xd3, 0x30, 0x1c, 0xc5, 0xe3, 0x0e, 0x15, 0xe6, 0xc2, 0x0e, 0x5e, 0x87, 0xba, 0x6e, 0x64, 0x5b, 0x10, 0x50, - 0x36, 0xb0, 0x69, 0xe0, 0xc4, 0x09, 0xf5, 0x00, 0xd7, 0xad, 0x93, 0x90, 0xe0, 0xe6, 0xb6, 0x5e, - 0x66, 0xa9, 0x8d, 0xb3, 0xd8, 0x8d, 0x98, 0x10, 0x17, 0x24, 0x24, 0x6e, 0x20, 0xf8, 0x0c, 0x48, - 0xdc, 0xf9, 0x12, 0x3d, 0x4e, 0xe2, 0xc2, 0x09, 0x41, 0xcb, 0x07, 0x41, 0x75, 0xec, 0xb4, 0x1d, - 0x01, 0x72, 0x4b, 0xdb, 0xf7, 0x5e, 0x7e, 0xff, 0xe7, 0x7f, 0x0d, 0x3d, 0xc9, 0x42, 0xc5, 0x43, - 0xd6, 0x27, 0x51, 0x2c, 0x12, 0xde, 0x63, 0x31, 0x49, 0x7c, 0x72, 0x32, 0x64, 0x31, 0x67, 0x31, - 0x8e, 0x62, 0xa1, 0x04, 0xaa, 0x5a, 0x0d, 0xb6, 0x1a, 0x9c, 0xf8, 0xf5, 0xdd, 0xae, 0x90, 0x03, - 0x21, 0x49, 0x87, 0x4a, 0xa6, 0x0d, 0xa7, 0x24, 0x69, 0x76, 0x98, 0xa2, 0x4d, 0x12, 0xd1, 0x80, - 0x87, 0x54, 0x71, 0x11, 0xa6, 0x09, 0xf5, 0x6a, 0x20, 0x02, 0xa1, 0x1f, 0xc9, 0xf4, 0xc9, 0x7c, - 0xbb, 0x19, 0x08, 0x11, 0xf4, 0x19, 0xa1, 0x11, 0x27, 0x34, 0x0c, 0x85, 0xd2, 0x16, 0x69, 0x7e, - 0xdd, 0xc9, 0x25, 0x8b, 0x68, 0x4c, 0x07, 0x56, 0x72, 0x3d, 0x5f, 0x62, 0x21, 0x53, 0x91, 0x9b, - 0x89, 0xd4, 0x69, 0xc4, 0x24, 0x49, 0x9a, 0x44, 0x2a, 0xaa, 0x86, 0x26, 0xc4, 0xfb, 0x00, 0xe0, - 0xda, 0xc1, 0x14, 0x7f, 0xdf, 0xf8, 0x64, 0x9b, 0x9d, 0x0c, 0x99, 0x54, 0xe8, 0x31, 0x84, 0xb3, - 0x49, 0x6a, 0x60, 0x1b, 0x34, 0x2a, 0xfe, 0x4d, 0x9c, 0x8e, 0x8d, 0xa7, 0x63, 0x63, 0x3d, 0x36, - 0x36, 0x63, 0xe3, 0x7d, 0x1a, 0x30, 0xe3, 0x6d, 0xcf, 0x39, 0x51, 0x13, 0x96, 0xd3, 0x37, 0xd6, - 0x4a, 0xdb, 0xa0, 0xb1, 0xe2, 0xaf, 0xe3, 0xac, 0x50, 0x8d, 0x84, 0x93, 0x26, 0x3e, 0xd4, 0x82, - 0xb6, 0x11, 0x7a, 0xf7, 0x60, 0x75, 0x81, 0xc9, 0x22, 0xd5, 0xe0, 0x45, 0xda, 0xeb, 0xc5, 0x4c, - 0x4a, 0xcd, 0xb3, 0xdc, 0xb6, 0x1f, 0xbd, 0x2a, 0x44, 0xa9, 0x43, 0x17, 0x64, 0xf4, 0xde, 0x27, - 0x00, 0xaf, 0x9e, 0x1f, 0x4e, 0x46, 0x22, 0x94, 0x0c, 0xb5, 0xe0, 0xb2, 0x6d, 0x6a, 0x1a, 0xb6, - 0xd4, 0xa8, 0xf8, 0x2e, 0xce, 0x3b, 0x69, 0x6c, 0xbd, 0xad, 0x0b, 0xa3, 0xef, 0x5b, 0x4e, 0x7b, - 0x66, 0x43, 0x4f, 0x16, 0x1a, 0x2a, 0xe9, 0x86, 0x6e, 0xfd, 0xb7, 0xa1, 0x14, 0x60, 0xbe, 0x22, - 0xef, 0xd9, 0xb9, 0x33, 0xc8, 0x28, 0x1f, 0xc1, 0x4b, 0xf6, 0x75, 0xe6, 0x04, 0x8a, 0x41, 0x66, - 0x2e, 0xef, 0x00, 0xae, 0x2e, 0x14, 0x63, 0x82, 0x1f, 0xc2, 0x72, 0xba, 0x4b, 0x26, 0x76, 0xf3, - 0x2f, 0xb1, 0x5a, 0x63, 0x42, 0x8d, 0xc3, 0xff, 0xb2, 0x04, 0x2f, 0xeb, 0xcc, 0x43, 0x16, 0x27, - 0xbc, 0xcb, 0xd0, 0x5b, 0x00, 0x57, 0x16, 0x6b, 0x46, 0x7b, 0xf9, 0x79, 0xb9, 0x9b, 0x56, 0xbf, - 0x53, 0x4c, 0x9c, 0xa2, 0x7b, 0x1b, 0xaf, 0xbf, 0xfe, 0xfa, 0x58, 0x5a, 0x43, 0xab, 0xe4, 0x8f, - 0xfd, 0x97, 0xe8, 0x1d, 0x80, 0x57, 0x16, 0x7c, 0x68, 0xb7, 0x40, 0xb8, 0x05, 0xd9, 0x2b, 0xa4, - 0x35, 0x1c, 0x37, 0x34, 0xc7, 0x16, 0xba, 0x96, 0xc3, 0x41, 0x5e, 0x9a, 0xc5, 0x7c, 0x85, 0xde, - 0x00, 0x58, 0x99, 0x3b, 0x01, 0xd4, 0xf8, 0xd7, 0x3b, 0xe6, 0xb7, 0xb7, 0x7e, 0xbb, 0x80, 0xd2, - 0xb0, 0xec, 0x68, 0x96, 0x0d, 0xb4, 0x3e, 0xc7, 0xa2, 0x15, 0x19, 0x52, 0xeb, 0xe9, 0xe8, 0xa7, - 0xeb, 0x7c, 0x1e, 0xbb, 0xce, 0x68, 0xec, 0x82, 0xb3, 0xb1, 0x0b, 0x7e, 0x8c, 0x5d, 0xf0, 0x7e, - 0xe2, 0x3a, 0x67, 0x13, 0xd7, 0xf9, 0x36, 0x71, 0x9d, 0xe7, 0x0f, 0x02, 0xae, 0x8e, 0x87, 0x1d, - 0xdc, 0x15, 0x83, 0x2c, 0xe6, 0xae, 0x38, 0x3a, 0xe2, 0x5d, 0x4e, 0xfb, 0xe4, 0x78, 0xd8, 0x99, - 0x5e, 0x1e, 0x2f, 0x66, 0x97, 0x8d, 0xfe, 0xf7, 0x76, 0xca, 0xfa, 0x1e, 0xb9, 0xff, 0x3b, 0x00, - 0x00, 0xff, 0xff, 0xec, 0x75, 0xab, 0xb9, 0x4b, 0x05, 0x00, 0x00, + 0x36, 0xb0, 0x49, 0x10, 0x17, 0x4e, 0xa8, 0x07, 0xb8, 0x6e, 0xdd, 0x01, 0xc1, 0xcd, 0x6d, 0xbd, + 0xcc, 0x52, 0x1b, 0x67, 0xb1, 0x1b, 0x31, 0x21, 0x2e, 0x48, 0x48, 0xdc, 0x40, 0xf0, 0x19, 0x90, + 0xb8, 0xf3, 0x25, 0x7a, 0x9c, 0xc4, 0x85, 0x13, 0x82, 0x96, 0x0f, 0x82, 0xea, 0xd8, 0x69, 0x3b, + 0x02, 0xf4, 0x96, 0xb6, 0xef, 0x3d, 0xff, 0xfe, 0xcf, 0xff, 0x06, 0x7a, 0x92, 0x45, 0x8a, 0x47, + 0xac, 0x47, 0xe2, 0x44, 0xa4, 0xbc, 0xcb, 0x12, 0x92, 0x06, 0xe4, 0x64, 0xc0, 0x12, 0xce, 0x12, + 0x1c, 0x27, 0x42, 0x09, 0x54, 0xb5, 0x1a, 0x6c, 0x35, 0x38, 0x0d, 0xea, 0xbb, 0x1d, 0x21, 0xfb, + 0x42, 0x92, 0x36, 0x95, 0x4c, 0x1b, 0x4e, 0x49, 0xea, 0xb7, 0x99, 0xa2, 0x3e, 0x89, 0x69, 0xc8, + 0x23, 0xaa, 0xb8, 0x88, 0xb2, 0x84, 0x7a, 0x35, 0x14, 0xa1, 0xd0, 0x8f, 0x64, 0xf2, 0x64, 0xbe, + 0xdd, 0x0c, 0x85, 0x08, 0x7b, 0x8c, 0xd0, 0x98, 0x13, 0x1a, 0x45, 0x42, 0x69, 0x8b, 0x34, 0xbf, + 0xee, 0x14, 0x92, 0xc5, 0x34, 0xa1, 0x7d, 0x2b, 0xb9, 0x5e, 0x2c, 0xb1, 0x90, 0x99, 0xc8, 0xcd, + 0x45, 0xea, 0x34, 0x66, 0x92, 0xa4, 0x3e, 0x91, 0x8a, 0xaa, 0x81, 0x09, 0xf1, 0x3e, 0x00, 0xb8, + 0x76, 0x30, 0xc1, 0xdf, 0x37, 0x3e, 0xd9, 0x62, 0x27, 0x03, 0x26, 0x15, 0x7a, 0x0c, 0xe1, 0x74, + 0x92, 0x1a, 0xd8, 0x06, 0x8d, 0x4a, 0x70, 0x13, 0x67, 0x63, 0xe3, 0xc9, 0xd8, 0x58, 0x8f, 0x8d, + 0xcd, 0xd8, 0x78, 0x9f, 0x86, 0xcc, 0x78, 0x5b, 0x33, 0x4e, 0xe4, 0xc3, 0x72, 0x76, 0x62, 0xad, + 0xb4, 0x0d, 0x1a, 0x2b, 0xc1, 0x3a, 0xce, 0x0b, 0xd5, 0x48, 0x38, 0xf5, 0xf1, 0xa1, 0x16, 0xb4, + 0x8c, 0xd0, 0xbb, 0x07, 0xab, 0x73, 0x4c, 0x16, 0xa9, 0x06, 0x2f, 0xd2, 0x6e, 0x37, 0x61, 0x52, + 0x6a, 0x9e, 0xe5, 0x96, 0xfd, 0xe8, 0x55, 0x21, 0xca, 0x1c, 0xba, 0x20, 0xa3, 0xf7, 0x3e, 0x01, + 0x78, 0xf5, 0xfc, 0x70, 0x32, 0x16, 0x91, 0x64, 0xa8, 0x09, 0x97, 0x6d, 0x53, 0x93, 0xb0, 0xa5, + 0x46, 0x25, 0x70, 0x71, 0xd1, 0x4d, 0x63, 0xeb, 0x6d, 0x5e, 0x18, 0x7e, 0xdf, 0x72, 0x5a, 0x53, + 0x1b, 0x7a, 0x32, 0xd7, 0x50, 0x49, 0x37, 0x74, 0xeb, 0xbf, 0x0d, 0x65, 0x00, 0xb3, 0x15, 0x79, + 0xcf, 0xce, 0xdd, 0x41, 0x4e, 0xf9, 0x08, 0x5e, 0xb2, 0xc7, 0x99, 0x1b, 0x58, 0x0c, 0x32, 0x77, + 0x79, 0x07, 0x70, 0x75, 0xae, 0x18, 0x13, 0xfc, 0x10, 0x96, 0xb3, 0x5d, 0x32, 0xb1, 0x9b, 0x7f, + 0x89, 0xd5, 0x1a, 0x13, 0x6a, 0x1c, 0xc1, 0x97, 0x25, 0x78, 0x59, 0x67, 0x1e, 0xb2, 0x24, 0xe5, + 0x1d, 0x86, 0xde, 0x02, 0xb8, 0x32, 0x5f, 0x33, 0xda, 0x2b, 0xce, 0x2b, 0xdc, 0xb4, 0xfa, 0x9d, + 0xc5, 0xc4, 0x19, 0xba, 0xb7, 0xf1, 0xfa, 0xeb, 0xaf, 0x8f, 0xa5, 0x35, 0xb4, 0x4a, 0xfe, 0xd8, + 0x7f, 0x89, 0xde, 0x01, 0x78, 0x65, 0xce, 0x87, 0x76, 0x17, 0x08, 0xb7, 0x20, 0x7b, 0x0b, 0x69, + 0x0d, 0xc7, 0x0d, 0xcd, 0xb1, 0x85, 0xae, 0x15, 0x70, 0x90, 0x97, 0x66, 0x31, 0x5f, 0xa1, 0x37, + 0x00, 0x56, 0x66, 0x6e, 0x00, 0x35, 0xfe, 0x75, 0xc6, 0xec, 0xf6, 0xd6, 0x6f, 0x2f, 0xa0, 0x34, + 0x2c, 0x3b, 0x9a, 0x65, 0x03, 0xad, 0xcf, 0xb0, 0x68, 0x45, 0x8e, 0xd4, 0x7c, 0x3a, 0xfc, 0xe9, + 0x3a, 0x9f, 0x47, 0xae, 0x33, 0x1c, 0xb9, 0xe0, 0x6c, 0xe4, 0x82, 0x1f, 0x23, 0x17, 0xbc, 0x1f, + 0xbb, 0xce, 0xd9, 0xd8, 0x75, 0xbe, 0x8d, 0x5d, 0xe7, 0xf9, 0x83, 0x90, 0xab, 0xe3, 0x41, 0x1b, + 0x77, 0x44, 0x3f, 0x8f, 0xb9, 0x2b, 0x8e, 0x8e, 0x78, 0x87, 0xd3, 0x1e, 0x39, 0x1e, 0xb4, 0x49, + 0xea, 0x07, 0xe4, 0xc5, 0xf4, 0x6d, 0xa3, 0xff, 0xbe, 0xed, 0xb2, 0x7e, 0x91, 0xdc, 0xff, 0x1d, + 0x00, 0x00, 0xff, 0xff, 0x55, 0xae, 0x1b, 0x43, 0x4c, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/provider/types/querier_test.go b/x/provider/types/querier_test.go index 21ade1697..16921e7f8 100644 --- a/x/provider/types/querier_test.go +++ b/x/provider/types/querier_test.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestNewQueryParamsRequest(t *testing.T) { diff --git a/x/session/abci.go b/x/session/abci.go index 5090bf60d..cc49d2503 100644 --- a/x/session/abci.go +++ b/x/session/abci.go @@ -4,7 +4,7 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/session/keeper" + "github.com/sentinel-official/hub/v12/x/session/keeper" ) func EndBlock(ctx sdk.Context, k keeper.Keeper) []abcitypes.ValidatorUpdate { diff --git a/x/session/client/cli/flags.go b/x/session/client/cli/flags.go index 9628187aa..250f24bfa 100644 --- a/x/session/client/cli/flags.go +++ b/x/session/client/cli/flags.go @@ -3,7 +3,7 @@ package cli import ( "encoding/base64" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/pflag" diff --git a/x/session/client/cli/query.go b/x/session/client/cli/query.go index 6bc169823..545820d0a 100644 --- a/x/session/client/cli/query.go +++ b/x/session/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func querySession() *cobra.Command { diff --git a/x/session/client/cli/tx.go b/x/session/client/cli/tx.go index d264d116b..2226b2d16 100644 --- a/x/session/client/cli/tx.go +++ b/x/session/client/cli/tx.go @@ -11,8 +11,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/session/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func txStart() *cobra.Command { diff --git a/x/session/expected/keeper.go b/x/session/expected/keeper.go index cc023c762..e4bf18f32 100644 --- a/x/session/expected/keeper.go +++ b/x/session/expected/keeper.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) type AccountKeeper interface { diff --git a/x/session/genesis.go b/x/session/genesis.go index 295d7dec9..faa73d1a3 100644 --- a/x/session/genesis.go +++ b/x/session/genesis.go @@ -3,8 +3,8 @@ package session import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/session/keeper" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/keeper" + "github.com/sentinel-official/hub/v12/x/session/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/session/keeper/abci.go b/x/session/keeper/abci.go index 2990a134c..deaa8b78f 100644 --- a/x/session/keeper/abci.go +++ b/x/session/keeper/abci.go @@ -4,8 +4,8 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/session/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) // EndBlock is a function that gets called at the end of every block. diff --git a/x/session/keeper/alias.go b/x/session/keeper/alias.go index 9b7fbbac1..c88c0e6a5 100644 --- a/x/session/keeper/alias.go +++ b/x/session/keeper/alias.go @@ -4,10 +4,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) GetAccount(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI { diff --git a/x/session/keeper/count.go b/x/session/keeper/count.go index ebebf160f..218063b4d 100644 --- a/x/session/keeper/count.go +++ b/x/session/keeper/count.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func (k *Keeper) SetCount(ctx sdk.Context, count uint64) { diff --git a/x/session/keeper/hooks.go b/x/session/keeper/hooks.go index 85b328b5c..8a141a3f6 100644 --- a/x/session/keeper/hooks.go +++ b/x/session/keeper/hooks.go @@ -3,8 +3,8 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/session/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func (k *Keeper) SubscriptionInactivePendingHook(ctx sdk.Context, id uint64) error { diff --git a/x/session/keeper/keeper.go b/x/session/keeper/keeper.go index e89d4bba6..773cd1639 100644 --- a/x/session/keeper/keeper.go +++ b/x/session/keeper/keeper.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/sentinel-official/hub/v1/x/session/expected" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/expected" + "github.com/sentinel-official/hub/v12/x/session/types" ) type Keeper struct { diff --git a/x/session/keeper/msg_server.go b/x/session/keeper/msg_server.go index 41c520281..66f308743 100644 --- a/x/session/keeper/msg_server.go +++ b/x/session/keeper/msg_server.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/session/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/session/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) // The following line asserts that the `msgServer` type implements the `types.MsgServiceServer` interface. diff --git a/x/session/keeper/params.go b/x/session/keeper/params.go index 81480cc81..115f32ab3 100644 --- a/x/session/keeper/params.go +++ b/x/session/keeper/params.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func (k *Keeper) StatusChangeDelay(ctx sdk.Context) (duration time.Duration) { diff --git a/x/session/keeper/proof.go b/x/session/keeper/proof.go index 250e63e8b..e698a52bf 100644 --- a/x/session/keeper/proof.go +++ b/x/session/keeper/proof.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func (k *Keeper) VerifySignature(ctx sdk.Context, addr sdk.AccAddress, proof types.Proof, signature []byte) error { diff --git a/x/session/keeper/query_server.go b/x/session/keeper/query_server.go index 56b38d2da..e21339bda 100644 --- a/x/session/keeper/query_server.go +++ b/x/session/keeper/query_server.go @@ -10,8 +10,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/session/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) var ( diff --git a/x/session/keeper/session.go b/x/session/keeper/session.go index 9781e06bb..000548b42 100644 --- a/x/session/keeper/session.go +++ b/x/session/keeper/session.go @@ -4,12 +4,12 @@ import ( "fmt" "time" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - "github.com/sentinel-official/hub/v1/x/session/types" + "github.com/sentinel-official/hub/v12/x/session/types" ) func (k *Keeper) SetSession(ctx sdk.Context, session types.Session) { diff --git a/x/session/types/errors.go b/x/session/types/errors.go index a698da550..f207dd043 100644 --- a/x/session/types/errors.go +++ b/x/session/types/errors.go @@ -5,7 +5,7 @@ package types import ( sdkerrors "cosmossdk.io/errors" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) var ( diff --git a/x/session/types/events.pb.go b/x/session/types/events.pb.go index ec2093a66..4de2ca333 100644 --- a/x/session/types/events.pb.go +++ b/x/session/types/events.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" io "io" math "math" math_bits "math/bits" @@ -176,36 +176,36 @@ func init() { func init() { proto.RegisterFile("sentinel/session/v2/events.proto", fileDescriptor_b22d66b3bd957014) } var fileDescriptor_b22d66b3bd957014 = []byte{ - // 454 bytes of a gzipped FileDescriptorProto + // 456 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x94, 0xb1, 0x6e, 0xd3, 0x40, 0x18, 0xc7, 0xed, 0x6b, 0xea, 0xaa, 0x07, 0x04, 0xf5, 0x82, 0x20, 0x54, 0xe8, 0x1c, 0x1d, 0x4b, - 0x87, 0xe2, 0x53, 0x53, 0xb1, 0x74, 0x23, 0x0a, 0x43, 0x36, 0xe4, 0x28, 0x0b, 0x4b, 0x75, 0xc9, + 0x87, 0xe2, 0x53, 0x02, 0x2c, 0xdd, 0x88, 0xc2, 0x90, 0x0d, 0x39, 0x2a, 0x03, 0x4b, 0x75, 0xc9, 0x5d, 0xd3, 0x93, 0x5c, 0x9f, 0x95, 0xbb, 0x58, 0xf4, 0x2d, 0x78, 0x0c, 0x18, 0x79, 0x8b, 0x8e, - 0x1d, 0x99, 0x2c, 0x70, 0xde, 0x20, 0x03, 0x33, 0xf2, 0xf9, 0x12, 0x59, 0x0c, 0x88, 0x2a, 0x2b, - 0xdb, 0xf9, 0xbe, 0xff, 0xef, 0xb3, 0xf5, 0xf3, 0xa7, 0x0f, 0xf6, 0xb4, 0x48, 0x8d, 0x4c, 0x45, - 0x42, 0xb5, 0xd0, 0x5a, 0xaa, 0x94, 0xe6, 0x7d, 0x2a, 0x72, 0x91, 0x1a, 0x1d, 0x65, 0x0b, 0x65, - 0x14, 0xea, 0x6c, 0x12, 0x91, 0x4b, 0x44, 0x79, 0xff, 0xf8, 0xd9, 0x5c, 0xcd, 0x95, 0xad, 0xd3, - 0xea, 0x54, 0x47, 0x8f, 0xf1, 0xb6, 0x99, 0xb9, 0xcd, 0x84, 0xa6, 0xf9, 0x19, 0xd5, 0x86, 0x99, - 0xa5, 0x6b, 0x45, 0xbe, 0x02, 0x08, 0xdf, 0x57, 0xbd, 0xc7, 0x86, 0x2d, 0x0c, 0x3a, 0x85, 0x07, - 0x8c, 0xf3, 0x85, 0xd0, 0xba, 0xeb, 0xf7, 0xfc, 0x93, 0xc3, 0x01, 0x5a, 0x17, 0x61, 0xfb, 0x96, - 0xdd, 0x24, 0x17, 0xc4, 0x15, 0x48, 0xbc, 0x89, 0xa0, 0x0b, 0xf8, 0x38, 0x55, 0x5c, 0x5c, 0x6e, - 0x10, 0x60, 0x91, 0x17, 0xeb, 0x22, 0xec, 0xd4, 0x48, 0xb3, 0x4a, 0xe2, 0x47, 0xd5, 0xe3, 0x3b, - 0xc7, 0xbe, 0x86, 0x40, 0xf2, 0xee, 0x5e, 0xcf, 0x3f, 0x69, 0x0d, 0x3a, 0x65, 0x11, 0x82, 0xd1, - 0x70, 0x5d, 0x84, 0x87, 0x35, 0x27, 0x39, 0x89, 0x81, 0xe4, 0xe8, 0x2d, 0x3c, 0xc8, 0x12, 0x96, - 0x5e, 0x4a, 0xde, 0x6d, 0xd9, 0xe4, 0xab, 0xb2, 0x08, 0x83, 0x0f, 0x09, 0x4b, 0x6d, 0xda, 0x7d, - 0x98, 0x8b, 0x90, 0x38, 0xa8, 0x4e, 0x23, 0x8e, 0x26, 0xf0, 0xa9, 0x5e, 0x4e, 0xf5, 0x6c, 0x21, - 0x33, 0x23, 0x95, 0xc5, 0xf7, 0x2d, 0x7e, 0x5a, 0x16, 0x61, 0x7b, 0xdc, 0x28, 0xd9, 0x36, 0xcf, - 0xeb, 0x36, 0x7f, 0x20, 0x24, 0x6e, 0x37, 0x6f, 0x46, 0x9c, 0x7c, 0x03, 0x10, 0x59, 0x57, 0x93, - 0x8c, 0x33, 0x23, 0x86, 0xc2, 0x30, 0x99, 0xe8, 0xff, 0xce, 0xfe, 0xe6, 0xec, 0x17, 0x80, 0x47, - 0x0d, 0x67, 0x63, 0x3b, 0x7b, 0x68, 0x08, 0x83, 0x7a, 0x0a, 0xad, 0xb1, 0x76, 0xff, 0x65, 0xb4, - 0x9d, 0x68, 0x3b, 0xa6, 0x51, 0x7e, 0x16, 0xd5, 0xd1, 0xc1, 0xd1, 0xba, 0x08, 0x9f, 0xb8, 0x97, - 0xd9, 0x1b, 0x12, 0x3b, 0xb6, 0x29, 0x1e, 0x3c, 0x5c, 0xfc, 0xde, 0x83, 0xc5, 0xb7, 0xfe, 0x59, - 0xfc, 0xfe, 0x6e, 0xe2, 0x83, 0xdd, 0xc5, 0x0f, 0x26, 0x77, 0x3f, 0xb1, 0xf7, 0xa5, 0xc4, 0xde, - 0x5d, 0x89, 0xfd, 0xfb, 0x12, 0xfb, 0x3f, 0x4a, 0xec, 0x7f, 0x5e, 0x61, 0xef, 0x7e, 0x85, 0xbd, - 0xef, 0x2b, 0xec, 0x7d, 0x3c, 0x9f, 0x4b, 0x73, 0xbd, 0x9c, 0x46, 0x33, 0x75, 0x43, 0x37, 0xfa, - 0xdf, 0xa8, 0xab, 0x2b, 0x39, 0x93, 0x2c, 0xa1, 0xd7, 0xcb, 0x69, 0xb5, 0x2c, 0x3e, 0x6d, 0x97, - 0x90, 0xfd, 0x31, 0xd3, 0xc0, 0xae, 0x8d, 0xf3, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x84, 0xcd, - 0x23, 0x9b, 0xa5, 0x04, 0x00, 0x00, + 0x1d, 0x99, 0x2c, 0x70, 0xde, 0x20, 0x03, 0x33, 0xca, 0xf9, 0x1c, 0x59, 0x0c, 0x88, 0xaa, 0x6b, + 0xb7, 0xf3, 0x7d, 0xff, 0xdf, 0x67, 0xeb, 0xe7, 0x4f, 0x1f, 0xec, 0x69, 0x91, 0x1a, 0x99, 0x8a, + 0x84, 0x6a, 0xa1, 0xb5, 0x54, 0x29, 0xcd, 0x07, 0x54, 0xe4, 0x22, 0x35, 0x3a, 0xca, 0x16, 0xca, + 0x28, 0xd4, 0xa9, 0x13, 0x91, 0x4b, 0x44, 0xf9, 0xe0, 0xf0, 0xc9, 0x5c, 0xcd, 0x95, 0xad, 0xd3, + 0xcd, 0xa9, 0x8a, 0x1e, 0xe2, 0x6d, 0x33, 0x73, 0x95, 0x09, 0x4d, 0xf3, 0x3e, 0xd5, 0x86, 0x99, + 0xa5, 0x6b, 0x45, 0xbe, 0x01, 0x08, 0xdf, 0x6f, 0x7a, 0x4f, 0x0c, 0x5b, 0x18, 0x74, 0x0c, 0xf7, + 0x18, 0xe7, 0x0b, 0xa1, 0x75, 0xd7, 0xef, 0xf9, 0x47, 0xfb, 0x43, 0xb4, 0x2e, 0xc2, 0xf6, 0x15, + 0xbb, 0x4c, 0x4e, 0x88, 0x2b, 0x90, 0xb8, 0x8e, 0xa0, 0x13, 0xf8, 0x30, 0x55, 0x5c, 0x9c, 0xd5, + 0x08, 0xb0, 0xc8, 0xb3, 0x75, 0x11, 0x76, 0x2a, 0xa4, 0x59, 0x25, 0xf1, 0x83, 0xcd, 0xe3, 0x3b, + 0xc7, 0xbe, 0x84, 0x40, 0xf2, 0xee, 0x4e, 0xcf, 0x3f, 0x6a, 0x0d, 0x3b, 0x65, 0x11, 0x82, 0xf1, + 0x68, 0x5d, 0x84, 0xfb, 0x15, 0x27, 0x39, 0x89, 0x81, 0xe4, 0xe8, 0x2d, 0xdc, 0xcb, 0x12, 0x96, + 0x9e, 0x49, 0xde, 0x6d, 0xd9, 0xe4, 0x8b, 0xb2, 0x08, 0x83, 0x0f, 0x09, 0x4b, 0x6d, 0xda, 0x7d, + 0x98, 0x8b, 0x90, 0x38, 0xd8, 0x9c, 0xc6, 0x1c, 0x9d, 0xc2, 0xc7, 0x7a, 0x39, 0xd5, 0xb3, 0x85, + 0xcc, 0x8c, 0x54, 0x16, 0xdf, 0xb5, 0xf8, 0x71, 0x59, 0x84, 0xed, 0x49, 0xa3, 0x64, 0xdb, 0x3c, + 0xad, 0xda, 0xfc, 0x85, 0x90, 0xb8, 0xdd, 0xbc, 0x19, 0x73, 0xf2, 0x1d, 0x40, 0x64, 0x5d, 0x9d, + 0x66, 0x9c, 0x19, 0x31, 0x12, 0x86, 0xc9, 0x44, 0xdf, 0x3b, 0xfb, 0x97, 0xb3, 0xdf, 0x00, 0x1e, + 0x34, 0x9c, 0x4d, 0xec, 0xec, 0xa1, 0x11, 0x0c, 0xaa, 0x29, 0xb4, 0xc6, 0xda, 0x83, 0xe7, 0xd1, + 0x76, 0xa2, 0xed, 0x98, 0x46, 0x79, 0x3f, 0xaa, 0xa2, 0xc3, 0x83, 0x75, 0x11, 0x3e, 0x72, 0x2f, + 0xb3, 0x37, 0x24, 0x76, 0x6c, 0x53, 0x3c, 0xb8, 0xbd, 0xf8, 0x9d, 0x5b, 0x8b, 0x6f, 0xfd, 0xb7, + 0xf8, 0xdd, 0xbb, 0x89, 0x0f, 0xee, 0x2e, 0x7e, 0xf8, 0xf1, 0xfa, 0x17, 0xf6, 0xbe, 0x96, 0xd8, + 0xbb, 0x2e, 0xb1, 0x7f, 0x53, 0x62, 0xff, 0x67, 0x89, 0xfd, 0x2f, 0x2b, 0xec, 0xdd, 0xac, 0xb0, + 0xf7, 0x63, 0x85, 0xbd, 0x4f, 0x6f, 0xe6, 0xd2, 0x5c, 0x2c, 0xa7, 0xd1, 0x4c, 0x5d, 0xd2, 0x5a, + 0xff, 0x2b, 0x75, 0x7e, 0x2e, 0x67, 0x92, 0x25, 0xf4, 0x62, 0x39, 0xa5, 0x79, 0x7f, 0x40, 0x3f, + 0x6f, 0xb7, 0x90, 0xfd, 0x33, 0xd3, 0xc0, 0xee, 0x8d, 0xd7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, + 0x15, 0x66, 0x68, 0xdd, 0xa6, 0x04, 0x00, 0x00, } func (m *EventStart) Marshal() (dAtA []byte, err error) { diff --git a/x/session/types/genesis.pb.go b/x/session/types/genesis.pb.go index be89d71f9..c78769063 100644 --- a/x/session/types/genesis.pb.go +++ b/x/session/types/genesis.pb.go @@ -71,7 +71,7 @@ func init() { func init() { proto.RegisterFile("sentinel/session/v2/genesis.proto", fileDescriptor_482e3befb0ef6a5a) } var fileDescriptor_482e3befb0ef6a5a = []byte{ - // 251 bytes of a gzipped FileDescriptorProto + // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2c, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x4e, 0x2d, 0x2e, 0xce, 0xcc, 0xcf, 0xd3, 0x2f, 0x33, 0xd2, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, @@ -81,13 +81,13 @@ var fileDescriptor_482e3befb0ef6a5a = []byte{ 0x97, 0x24, 0x96, 0xa4, 0x0a, 0xd9, 0x71, 0x71, 0x40, 0x55, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x1b, 0xc9, 0xe8, 0x61, 0x71, 0x93, 0x5e, 0x30, 0x84, 0xe9, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x5c, 0x8f, 0x90, 0x25, 0x17, 0x1b, 0xc4, 0x0d, 0x12, 0x4c, 0x0a, 0x8c, 0x1a, 0xdc, - 0x46, 0xd2, 0x58, 0x75, 0x07, 0x80, 0x95, 0x40, 0x35, 0x43, 0x35, 0x38, 0x85, 0x9e, 0x78, 0x28, + 0x46, 0xd2, 0x58, 0x75, 0x07, 0x80, 0x95, 0x40, 0x35, 0x43, 0x35, 0x38, 0x85, 0x9d, 0x78, 0x28, 0xc7, 0xb0, 0xe2, 0x91, 0x1c, 0xc3, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, - 0x19, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xc3, 0x8c, 0xd5, 0xcd, - 0x4f, 0x4b, 0xcb, 0x4c, 0xce, 0x4c, 0xcc, 0xd1, 0xcf, 0x28, 0x4d, 0xd2, 0x2f, 0x33, 0xd4, 0xaf, - 0x80, 0xfb, 0xb6, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x53, 0x63, 0x40, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x78, 0x48, 0xa4, 0x09, 0x7e, 0x01, 0x00, 0x00, + 0x99, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xc3, 0x8c, 0xd5, 0xcd, + 0x4f, 0x4b, 0xcb, 0x4c, 0xce, 0x4c, 0xcc, 0xd1, 0xcf, 0x28, 0x4d, 0xd2, 0x2f, 0x33, 0x34, 0xd2, + 0xaf, 0x80, 0x7b, 0xb7, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x55, 0x63, 0x40, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xa7, 0x5f, 0xf1, 0x69, 0x7f, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/session/types/keys.go b/x/session/types/keys.go index c5c8be1cd..3e48b5e4b 100644 --- a/x/session/types/keys.go +++ b/x/session/types/keys.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/address" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) const ( diff --git a/x/session/types/keys_test.go b/x/session/types/keys_test.go index 0a0cd7a7f..1aa38f3b4 100644 --- a/x/session/types/keys_test.go +++ b/x/session/types/keys_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestSessionForAccountKey(t *testing.T) { diff --git a/x/session/types/msg.go b/x/session/types/msg.go index f356254a4..2ba7c3dd6 100644 --- a/x/session/types/msg.go +++ b/x/session/types/msg.go @@ -4,7 +4,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) // The `types` package contains custom message types for the Cosmos SDK. diff --git a/x/session/types/msg.pb.go b/x/session/types/msg.pb.go index 2d4c2dd3f..cb89af521 100644 --- a/x/session/types/msg.pb.go +++ b/x/session/types/msg.pb.go @@ -283,31 +283,31 @@ var fileDescriptor_6db1be5556425867 = []byte{ // 433 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xdf, 0x6e, 0xd3, 0x30, 0x14, 0xc6, 0x93, 0x50, 0x0a, 0x3b, 0xfc, 0x9b, 0x0c, 0x1a, 0x51, 0x04, 0xee, 0x14, 0x40, 0xda, - 0x05, 0x8b, 0x45, 0x27, 0xf1, 0x00, 0xd5, 0xb8, 0xe0, 0xa2, 0x12, 0x64, 0x9a, 0x26, 0x71, 0x97, - 0x36, 0xae, 0x67, 0xa9, 0x8d, 0x83, 0x8f, 0x13, 0xc1, 0x35, 0x2f, 0xc0, 0x63, 0xc0, 0x9b, 0xf4, - 0x72, 0x97, 0x5c, 0x4d, 0x90, 0xbe, 0x08, 0xaa, 0x93, 0x50, 0x01, 0xd9, 0x40, 0xbb, 0xb3, 0x7d, - 0x7e, 0xfe, 0xce, 0xf7, 0xe5, 0xc4, 0xf0, 0x18, 0x79, 0x66, 0x64, 0xc6, 0xe7, 0x0c, 0x39, 0xa2, - 0x54, 0x19, 0x2b, 0x87, 0x6c, 0x81, 0x22, 0xca, 0xb5, 0x32, 0x8a, 0xdc, 0x6f, 0xcb, 0x51, 0x53, - 0x8e, 0xca, 0x61, 0xf0, 0x40, 0x28, 0xa1, 0x6c, 0x9d, 0xad, 0x57, 0x35, 0x1a, 0x0c, 0xba, 0x94, - 0x72, 0xad, 0xd4, 0xac, 0x06, 0xc2, 0x13, 0xb8, 0x37, 0x46, 0x71, 0x64, 0x12, 0x6d, 0x62, 0xfe, - 0xbe, 0xe0, 0x68, 0x08, 0x81, 0xde, 0x4c, 0xab, 0x85, 0xef, 0xee, 0xba, 0x7b, 0x5b, 0xb1, 0x5d, - 0x93, 0x1d, 0xf0, 0x64, 0xea, 0x7b, 0xbb, 0xee, 0x5e, 0x6f, 0xd4, 0xaf, 0xce, 0x07, 0xde, 0xeb, - 0xc3, 0xd8, 0x93, 0x29, 0xf1, 0xe1, 0x46, 0x92, 0xa6, 0x9a, 0x23, 0xfa, 0xd7, 0x2c, 0xde, 0x6e, - 0xc3, 0x4f, 0x2e, 0x3c, 0x1c, 0xa3, 0x38, 0xce, 0xd3, 0xc4, 0xf0, 0x43, 0x6e, 0x12, 0x39, 0xc7, - 0xcb, 0x3a, 0xbc, 0x84, 0xeb, 0xd6, 0x97, 0x6d, 0x72, 0x6b, 0x18, 0x44, 0x1d, 0x21, 0xa3, 0x37, - 0x6b, 0x62, 0xd4, 0x5b, 0x9e, 0x0f, 0x9c, 0xb8, 0xc6, 0xc9, 0x23, 0xd8, 0x42, 0x29, 0xb2, 0xc4, - 0x14, 0x9a, 0x5b, 0x0f, 0xb7, 0xe3, 0xcd, 0x41, 0x78, 0x04, 0x77, 0xc6, 0x28, 0x5e, 0x65, 0xe9, - 0x55, 0xc2, 0xed, 0x40, 0x5f, 0x27, 0x46, 0x66, 0xc2, 0xea, 0xf6, 0xe2, 0x66, 0x17, 0x12, 0xd8, - 0xde, 0x7c, 0x33, 0xcc, 0x55, 0x86, 0x3c, 0x0c, 0xc0, 0xff, 0x3b, 0x6d, 0x53, 0xdb, 0x86, 0xbb, - 0xad, 0x89, 0xfa, 0x64, 0xf8, 0xd5, 0x03, 0x58, 0x4b, 0x70, 0x5d, 0xca, 0x29, 0x27, 0x27, 0x70, - 0xb3, 0x15, 0x24, 0x4f, 0x3b, 0x83, 0xff, 0x31, 0xa3, 0xe0, 0xd9, 0x3f, 0xa8, 0xba, 0x0f, 0x51, - 0xd6, 0xe9, 0x6f, 0xae, 0xc8, 0xf3, 0x8b, 0xae, 0x76, 0x8d, 0x2a, 0xd8, 0xff, 0x4f, 0xba, 0x69, - 0xf8, 0x16, 0xfa, 0x75, 0x54, 0x12, 0x5e, 0x74, 0x71, 0x33, 0x8c, 0xe0, 0xc9, 0xa5, 0x4c, 0x2d, - 0x39, 0x3a, 0x5e, 0xfe, 0xa0, 0xce, 0x97, 0x8a, 0x3a, 0xcb, 0x8a, 0xba, 0x67, 0x15, 0x75, 0xbf, - 0x57, 0xd4, 0xfd, 0xbc, 0xa2, 0xce, 0xd9, 0x8a, 0x3a, 0xdf, 0x56, 0xd4, 0x79, 0x77, 0x20, 0xa4, - 0x39, 0x2d, 0x26, 0xd1, 0x54, 0x2d, 0x58, 0x2b, 0xb8, 0xaf, 0x66, 0x33, 0x39, 0x95, 0xc9, 0x9c, - 0x9d, 0x16, 0x13, 0x56, 0xbe, 0x60, 0x1f, 0x7e, 0xbd, 0x00, 0xf3, 0x31, 0xe7, 0x38, 0xe9, 0xdb, - 0xff, 0xff, 0xe0, 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xb9, 0x49, 0xbe, 0x6c, 0x03, 0x00, + 0x05, 0x8b, 0x45, 0x40, 0x3c, 0x40, 0x35, 0x2e, 0xb8, 0xa8, 0x04, 0x99, 0x60, 0x12, 0x77, 0x69, + 0xe3, 0x7a, 0x96, 0xda, 0x38, 0xf8, 0xb8, 0x11, 0x5c, 0xf3, 0x02, 0x3c, 0x06, 0xbc, 0x49, 0x2f, + 0x77, 0xc9, 0xd5, 0x04, 0xe9, 0x8b, 0xa0, 0x3a, 0x09, 0x15, 0x90, 0x0d, 0xb4, 0x3b, 0xdb, 0xe7, + 0xe7, 0xef, 0x7c, 0x9f, 0x8f, 0x0c, 0xf7, 0x91, 0xe7, 0x46, 0xe6, 0x7c, 0xc6, 0x90, 0x23, 0x4a, + 0x95, 0xb3, 0x32, 0x66, 0x73, 0x14, 0x51, 0xa1, 0x95, 0x51, 0xe4, 0x76, 0x5b, 0x8e, 0x9a, 0x72, + 0x54, 0xc6, 0xc1, 0x1d, 0xa1, 0x84, 0xb2, 0x75, 0xb6, 0x5e, 0xd5, 0x68, 0x30, 0xe8, 0x52, 0x2a, + 0xb4, 0x52, 0xd3, 0x1a, 0x08, 0x8f, 0xe0, 0xd6, 0x08, 0xc5, 0xa1, 0x49, 0xb5, 0x49, 0xf8, 0xfb, + 0x05, 0x47, 0x43, 0x08, 0xf4, 0xa6, 0x5a, 0xcd, 0x7d, 0x77, 0xd7, 0xdd, 0xdb, 0x4a, 0xec, 0x9a, + 0xec, 0x80, 0x27, 0x33, 0xdf, 0xdb, 0x75, 0xf7, 0x7a, 0xc3, 0x7e, 0x75, 0x3a, 0xf0, 0x5e, 0x1e, + 0x24, 0x9e, 0xcc, 0x88, 0x0f, 0x57, 0xd2, 0x2c, 0xd3, 0x1c, 0xd1, 0xbf, 0x64, 0xf1, 0x76, 0x1b, + 0x7e, 0x72, 0xe1, 0xee, 0x08, 0xc5, 0x9b, 0x22, 0x4b, 0x0d, 0x3f, 0xe0, 0x26, 0x95, 0x33, 0x3c, + 0xaf, 0xc3, 0x73, 0xb8, 0x6c, 0x7d, 0xd9, 0x26, 0xd7, 0xe2, 0x20, 0xea, 0x08, 0x19, 0xbd, 0x5a, + 0x13, 0xc3, 0xde, 0xf2, 0x74, 0xe0, 0x24, 0x35, 0x4e, 0xee, 0xc1, 0x16, 0x4a, 0x91, 0xa7, 0x66, + 0xa1, 0xb9, 0xf5, 0x70, 0x3d, 0xd9, 0x1c, 0x84, 0x87, 0x70, 0x63, 0x84, 0xe2, 0x45, 0x9e, 0x5d, + 0x24, 0xdc, 0x0e, 0xf4, 0x75, 0x6a, 0x64, 0x2e, 0xac, 0x6e, 0x2f, 0x69, 0x76, 0x21, 0x81, 0xed, + 0xcd, 0x9b, 0x61, 0xa1, 0x72, 0xe4, 0x61, 0x00, 0xfe, 0xdf, 0x69, 0x9b, 0xda, 0x36, 0xdc, 0x6c, + 0x4d, 0xd4, 0x27, 0xf1, 0x57, 0x0f, 0x60, 0x2d, 0xc1, 0x75, 0x29, 0x27, 0x9c, 0x1c, 0xc1, 0xd5, + 0x56, 0x90, 0x3c, 0xec, 0x0c, 0xfe, 0xc7, 0x8c, 0x82, 0x47, 0xff, 0xa0, 0xea, 0x3e, 0x44, 0x59, + 0xa7, 0xbf, 0xb9, 0x22, 0x8f, 0xcf, 0xba, 0xda, 0x35, 0xaa, 0x60, 0xff, 0x3f, 0xe9, 0xa6, 0xe1, + 0x6b, 0xe8, 0xd7, 0x51, 0x49, 0x78, 0xd6, 0xc5, 0xcd, 0x30, 0x82, 0x07, 0xe7, 0x32, 0xb5, 0xe4, + 0xf0, 0xed, 0xf2, 0x07, 0x75, 0xbe, 0x54, 0xd4, 0x59, 0x56, 0xd4, 0x3d, 0xa9, 0xa8, 0xfb, 0xbd, + 0xa2, 0xee, 0xe7, 0x15, 0x75, 0x4e, 0x56, 0xd4, 0xf9, 0xb6, 0xa2, 0xce, 0xbb, 0x67, 0x42, 0x9a, + 0xe3, 0xc5, 0x38, 0x9a, 0xa8, 0x39, 0x6b, 0x05, 0xf7, 0xd5, 0x74, 0x2a, 0x27, 0x32, 0x9d, 0xb1, + 0xe3, 0xc5, 0x98, 0x95, 0x4f, 0x62, 0xf6, 0xe1, 0xd7, 0x17, 0x30, 0x1f, 0x0b, 0x8e, 0xe3, 0xbe, + 0xfd, 0x00, 0x4f, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xf3, 0x26, 0xbc, 0x6d, 0x03, 0x00, 0x00, } diff --git a/x/session/types/msg_test.go b/x/session/types/msg_test.go index c15633777..81fe6a6ad 100644 --- a/x/session/types/msg_test.go +++ b/x/session/types/msg_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestMsgStartRequest_ValidateBasic(t *testing.T) { diff --git a/x/session/types/params.pb.go b/x/session/types/params.pb.go index c31ba414f..49ce2293f 100644 --- a/x/session/types/params.pb.go +++ b/x/session/types/params.pb.go @@ -75,26 +75,26 @@ func init() { func init() { proto.RegisterFile("sentinel/session/v2/params.proto", fileDescriptor_98343ae164d22c30) } var fileDescriptor_98343ae164d22c30 = []byte{ - // 291 bytes of a gzipped FileDescriptorProto + // 292 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0xbf, 0x4e, 0x84, 0x30, 0x1c, 0x80, 0x5b, 0x87, 0xcb, 0x05, 0x27, 0x39, 0x07, 0x64, 0xe8, 0x11, 0xa7, 0x5b, 0x6c, 0x23, - 0xb7, 0x3a, 0x9d, 0xe7, 0x6e, 0xce, 0xe8, 0xe0, 0x42, 0x0a, 0x94, 0xd2, 0x84, 0xa3, 0x84, 0x16, - 0xe2, 0xbd, 0x85, 0xa3, 0x89, 0x2f, 0xe0, 0xa3, 0x30, 0xde, 0xe8, 0xe4, 0x1f, 0x78, 0x11, 0x43, - 0x39, 0xcc, 0x6d, 0x6d, 0x7f, 0xdf, 0xf7, 0x25, 0xfd, 0x59, 0x9e, 0x62, 0xb9, 0x16, 0x39, 0xcb, - 0x88, 0x62, 0x4a, 0x09, 0x99, 0x93, 0xda, 0x27, 0x05, 0x2d, 0xe9, 0x56, 0xe1, 0xa2, 0x94, 0x5a, - 0xda, 0xb3, 0x91, 0xc0, 0x07, 0x02, 0xd7, 0xbe, 0x7b, 0xce, 0x25, 0x97, 0x66, 0x4e, 0xfa, 0xd3, - 0x80, 0xba, 0x88, 0x4b, 0xc9, 0x33, 0x46, 0xcc, 0x2d, 0xac, 0x12, 0x12, 0x57, 0x25, 0xd5, 0xbd, - 0x62, 0x5e, 0x2e, 0xdf, 0xa1, 0x35, 0xb9, 0x37, 0x6d, 0xfb, 0xc1, 0x9a, 0x29, 0x4d, 0x75, 0xa5, - 0x82, 0x28, 0xa5, 0x39, 0x67, 0x41, 0xcc, 0x32, 0xba, 0x73, 0xa0, 0x07, 0x17, 0xa7, 0xfe, 0x05, - 0x1e, 0x42, 0x78, 0x0c, 0xe1, 0xf5, 0x21, 0xb4, 0x9a, 0x36, 0x5f, 0x73, 0xf0, 0xf6, 0x3d, 0x87, - 0x9b, 0xb3, 0xc1, 0xbf, 0x35, 0xfa, 0xba, 0xb7, 0xed, 0x1b, 0xcb, 0x2d, 0x4a, 0x29, 0x93, 0xa0, - 0x66, 0xa5, 0x48, 0x44, 0x64, 0x94, 0x80, 0xe5, 0x34, 0xcc, 0x58, 0xec, 0x9c, 0x78, 0x70, 0x31, - 0xdd, 0x38, 0x86, 0x78, 0x3a, 0x02, 0xee, 0x86, 0xf9, 0xea, 0xb1, 0xf9, 0x45, 0xe0, 0xa3, 0x45, - 0xa0, 0x69, 0x11, 0xdc, 0xb7, 0x08, 0xfe, 0xb4, 0x08, 0xbe, 0x76, 0x08, 0xec, 0x3b, 0x04, 0x3e, - 0x3b, 0x04, 0x9e, 0x97, 0x5c, 0xe8, 0xb4, 0x0a, 0x71, 0x24, 0xb7, 0x64, 0xdc, 0xca, 0x95, 0x4c, - 0x12, 0x11, 0x09, 0x9a, 0x91, 0xb4, 0x0a, 0x49, 0x7d, 0x4d, 0x5e, 0xfe, 0x37, 0xa9, 0x77, 0x05, - 0x53, 0xe1, 0xc4, 0x7c, 0x62, 0xf9, 0x17, 0x00, 0x00, 0xff, 0xff, 0x04, 0x4c, 0x0d, 0x20, 0x6a, - 0x01, 0x00, 0x00, + 0x3a, 0x3a, 0x9d, 0xe7, 0x6e, 0xce, 0xe4, 0x06, 0x17, 0x52, 0xa0, 0x94, 0x26, 0x1c, 0x25, 0xb4, + 0x10, 0xef, 0x2d, 0x1c, 0x4d, 0x7c, 0x01, 0x1f, 0x85, 0xf1, 0x46, 0x27, 0xff, 0xc0, 0x8b, 0x18, + 0xca, 0x61, 0x6e, 0x6b, 0xfb, 0xfb, 0xbe, 0x2f, 0xe9, 0xcf, 0xf2, 0x14, 0xcb, 0xb5, 0xc8, 0x59, + 0x46, 0x14, 0x53, 0x4a, 0xc8, 0x9c, 0xd4, 0x3e, 0x29, 0x68, 0x49, 0xb7, 0x0a, 0x17, 0xa5, 0xd4, + 0xd2, 0x9e, 0x8d, 0x04, 0x3e, 0x10, 0xb8, 0xf6, 0xdd, 0x73, 0x2e, 0xb9, 0x34, 0x73, 0xd2, 0x9f, + 0x06, 0xd4, 0x45, 0x5c, 0x4a, 0x9e, 0x31, 0x62, 0x6e, 0x61, 0x95, 0x90, 0xb8, 0x2a, 0xa9, 0xee, + 0x15, 0xf3, 0x72, 0xf9, 0x0e, 0xad, 0xc9, 0xa3, 0x69, 0xdb, 0x4f, 0xd6, 0x4c, 0x69, 0xaa, 0x2b, + 0x15, 0x44, 0x29, 0xcd, 0x39, 0x0b, 0x62, 0x96, 0xd1, 0x9d, 0x03, 0x3d, 0xb8, 0x38, 0xf5, 0x2f, + 0xf0, 0x10, 0xc2, 0x63, 0x08, 0xaf, 0x0e, 0xa1, 0xe5, 0xb4, 0xf9, 0x9a, 0x83, 0xb7, 0xef, 0x39, + 0x5c, 0x9f, 0x0d, 0xfe, 0xbd, 0xd1, 0x57, 0xbd, 0x6d, 0xdf, 0x59, 0x6e, 0x51, 0x4a, 0x99, 0x04, + 0x35, 0x2b, 0x45, 0x22, 0x22, 0xa3, 0x04, 0x2c, 0xa7, 0x61, 0xc6, 0x62, 0xe7, 0xc4, 0x83, 0x8b, + 0xe9, 0xda, 0x31, 0xc4, 0xe6, 0x08, 0x78, 0x18, 0xe6, 0xcb, 0x4d, 0xf3, 0x8b, 0xc0, 0x47, 0x8b, + 0x40, 0xd3, 0x22, 0xb8, 0x6f, 0x11, 0xfc, 0x69, 0x11, 0x7c, 0xed, 0x10, 0xd8, 0x77, 0x08, 0x7c, + 0x76, 0x08, 0x3c, 0xdf, 0x72, 0xa1, 0xd3, 0x2a, 0xc4, 0x91, 0xdc, 0x92, 0x71, 0x2b, 0x57, 0x32, + 0x49, 0x44, 0x24, 0x68, 0x46, 0xd2, 0x2a, 0x24, 0xf5, 0xb5, 0x4f, 0x5e, 0xfe, 0x57, 0xa9, 0x77, + 0x05, 0x53, 0xe1, 0xc4, 0xfc, 0xe2, 0xe6, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xcb, 0x6b, 0x30, + 0x6b, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/session/types/proof.pb.go b/x/session/types/proof.pb.go index 032f70284..b5cf9b53b 100644 --- a/x/session/types/proof.pb.go +++ b/x/session/types/proof.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/protobuf/types/known/durationpb" io "io" math "math" @@ -78,26 +78,26 @@ func init() { func init() { proto.RegisterFile("sentinel/session/v2/proof.proto", fileDescriptor_9e297f4039865ce6) } var fileDescriptor_9e297f4039865ce6 = []byte{ - // 299 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x90, 0xbd, 0x4e, 0xc3, 0x30, - 0x14, 0x85, 0xed, 0x50, 0xaa, 0x12, 0xb6, 0x80, 0x50, 0xa9, 0x90, 0x53, 0x98, 0xba, 0x60, 0xab, - 0xe9, 0x03, 0x80, 0xa2, 0x2e, 0x6c, 0x28, 0x12, 0x0b, 0x5b, 0xd2, 0xfc, 0x59, 0x0a, 0xb9, 0x51, - 0xe2, 0x04, 0x78, 0x0b, 0x46, 0x66, 0x26, 0x1e, 0x25, 0x63, 0x47, 0xa6, 0x02, 0xc9, 0x8b, 0xa0, - 0x38, 0x8d, 0xd9, 0x6c, 0xdd, 0xef, 0xdc, 0xf3, 0xd9, 0xba, 0x59, 0x04, 0xa9, 0xe0, 0x69, 0x90, - 0xb0, 0x22, 0x28, 0x0a, 0x0e, 0x29, 0xab, 0x2c, 0x96, 0xe5, 0x00, 0x21, 0xcd, 0x72, 0x10, 0x60, - 0x9c, 0x0c, 0x00, 0xdd, 0x03, 0xb4, 0xb2, 0x66, 0xa7, 0x11, 0x44, 0x20, 0xe7, 0xac, 0x3b, 0xf5, - 0xe8, 0x8c, 0x44, 0x00, 0x51, 0x12, 0x30, 0x79, 0xf3, 0xca, 0x90, 0xf9, 0x65, 0xee, 0x8a, 0x2e, - 0xd2, 0xcf, 0x2f, 0x55, 0x97, 0x78, 0xcd, 0x82, 0x82, 0x55, 0x4b, 0xe6, 0xb9, 0xa9, 0xff, 0xcc, - 0x7d, 0x11, 0xf7, 0xc8, 0xd5, 0x07, 0xd6, 0x0f, 0xef, 0xbb, 0x76, 0xe3, 0x4c, 0xd7, 0xb8, 0x3f, - 0xc5, 0x73, 0xbc, 0x18, 0xd9, 0xe3, 0x66, 0x67, 0x6a, 0x77, 0x6b, 0x47, 0xe3, 0xbe, 0x71, 0xab, - 0x1f, 0xa9, 0xd0, 0x54, 0x9b, 0xe3, 0xc5, 0xb1, 0x75, 0x41, 0x95, 0xa3, 0x5c, 0x4c, 0xab, 0x25, - 0xb5, 0x07, 0xc6, 0x1e, 0xd5, 0x3b, 0x13, 0x39, 0xff, 0x21, 0xe3, 0x46, 0x9f, 0x0c, 0x62, 0xd3, - 0x03, 0xb9, 0xe0, 0x9c, 0xf6, 0xe6, 0x74, 0x30, 0xa7, 0xeb, 0x3d, 0x60, 0x4f, 0xba, 0xf4, 0xfb, - 0xb7, 0x89, 0x1d, 0x15, 0xb2, 0x1f, 0xea, 0x5f, 0x82, 0x3e, 0x1b, 0x82, 0xea, 0x86, 0xe0, 0x6d, - 0x43, 0xf0, 0x4f, 0x43, 0xf0, 0x5b, 0x4b, 0xd0, 0xb6, 0x25, 0xe8, 0xab, 0x25, 0xe8, 0x71, 0x15, - 0x71, 0x11, 0x97, 0x1e, 0xdd, 0xc0, 0x13, 0x1b, 0xdc, 0xae, 0x21, 0x0c, 0xf9, 0x86, 0xbb, 0x09, - 0x8b, 0x4b, 0xaf, 0x7b, 0xfb, 0x8b, 0xfa, 0x72, 0x69, 0xed, 0x8d, 0x65, 0xfb, 0xea, 0x2f, 0x00, - 0x00, 0xff, 0xff, 0xc0, 0xe1, 0x99, 0x46, 0x93, 0x01, 0x00, 0x00, + // 300 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x90, 0xbd, 0x4e, 0x84, 0x40, + 0x14, 0x85, 0x67, 0x70, 0xdd, 0xac, 0xd8, 0xa1, 0x31, 0xb8, 0x31, 0xc3, 0x6a, 0xb5, 0x8d, 0x73, + 0x03, 0xda, 0x6b, 0xc8, 0x36, 0x76, 0x86, 0xc2, 0xc2, 0x0e, 0x96, 0xbf, 0x49, 0x90, 0x21, 0x30, + 0xa0, 0xbe, 0x85, 0xa5, 0xb5, 0x95, 0x8f, 0x42, 0xb9, 0xa5, 0xd5, 0xaa, 0xf0, 0x22, 0x86, 0x61, + 0xc1, 0x6e, 0x26, 0xf7, 0x3b, 0xf7, 0x7c, 0xb9, 0xaa, 0x51, 0x04, 0xa9, 0x60, 0x69, 0x90, 0x40, + 0x11, 0x14, 0x05, 0xe3, 0x29, 0x54, 0x16, 0x64, 0x39, 0xe7, 0x21, 0xcd, 0x72, 0x2e, 0xb8, 0x76, + 0x34, 0x00, 0x74, 0x07, 0xd0, 0xca, 0x9a, 0x1f, 0x47, 0x3c, 0xe2, 0x72, 0x0e, 0xdd, 0xab, 0x47, + 0xe7, 0x24, 0xe2, 0x3c, 0x4a, 0x02, 0x90, 0x3f, 0xaf, 0x0c, 0xc1, 0x2f, 0x73, 0x57, 0x74, 0x91, + 0x7e, 0x7e, 0x3e, 0x76, 0x89, 0xd7, 0x2c, 0x28, 0xa0, 0x32, 0xc1, 0x73, 0x53, 0xff, 0x99, 0xf9, + 0x22, 0xee, 0x91, 0x8b, 0x0f, 0xac, 0xee, 0xdf, 0x77, 0xed, 0xda, 0x89, 0xaa, 0x30, 0x5f, 0xc7, + 0x0b, 0xbc, 0x9c, 0xd8, 0xd3, 0x66, 0x6b, 0x28, 0x77, 0x2b, 0x47, 0x61, 0xbe, 0x76, 0xab, 0x1e, + 0x8c, 0x21, 0x5d, 0x59, 0xe0, 0xe5, 0xa1, 0x75, 0x46, 0x47, 0x47, 0xb9, 0x98, 0x56, 0x26, 0xb5, + 0x07, 0xc6, 0x9e, 0xd4, 0x5b, 0x03, 0x39, 0xff, 0x21, 0xed, 0x46, 0x9d, 0x0d, 0x62, 0xfa, 0x9e, + 0x5c, 0x70, 0x4a, 0x7b, 0x73, 0x3a, 0x98, 0xd3, 0xd5, 0x0e, 0xb0, 0x67, 0x5d, 0xfa, 0xfd, 0xdb, + 0xc0, 0xce, 0x18, 0xb2, 0x1f, 0xea, 0x5f, 0x82, 0x3e, 0x1b, 0x82, 0xea, 0x86, 0xe0, 0x4d, 0x43, + 0xf0, 0x4f, 0x43, 0xf0, 0x5b, 0x4b, 0xd0, 0xa6, 0x25, 0xe8, 0xab, 0x25, 0xe8, 0xf1, 0x3a, 0x62, + 0x22, 0x2e, 0x3d, 0xba, 0xe6, 0x4f, 0x30, 0xb8, 0x5d, 0xf2, 0x30, 0x64, 0x6b, 0xe6, 0x26, 0x10, + 0x97, 0x1e, 0x54, 0xa6, 0x05, 0x2f, 0xe3, 0xcd, 0xa5, 0xb6, 0x37, 0x95, 0xf5, 0x57, 0x7f, 0x01, + 0x00, 0x00, 0xff, 0xff, 0xb0, 0x59, 0x04, 0xac, 0x94, 0x01, 0x00, 0x00, } func (m *Proof) Marshal() (dAtA []byte, err error) { diff --git a/x/session/types/querier.go b/x/session/types/querier.go index 3fcab3fad..f9903f66e 100644 --- a/x/session/types/querier.go +++ b/x/session/types/querier.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func NewQuerySessionRequest(id uint64) *QuerySessionRequest { diff --git a/x/session/types/querier.pb.go b/x/session/types/querier.pb.go index 94e776e65..e31317a5d 100644 --- a/x/session/types/querier.pb.go +++ b/x/session/types/querier.pb.go @@ -614,57 +614,57 @@ func init() { func init() { proto.RegisterFile("sentinel/session/v2/querier.proto", fileDescriptor_04c827d58fe20039) } var fileDescriptor_04c827d58fe20039 = []byte{ - // 795 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0xcf, 0x4f, 0x13, 0x4d, - 0x18, 0xc7, 0x3b, 0x85, 0xc0, 0xcb, 0xf0, 0xbe, 0xef, 0x61, 0xe8, 0x1b, 0x78, 0x17, 0xb2, 0xc0, - 0x0a, 0x52, 0x48, 0xd8, 0xb1, 0xc5, 0xa8, 0xc4, 0x1f, 0x89, 0x98, 0xe0, 0xcd, 0x60, 0xd1, 0x8b, - 0x07, 0x93, 0xe9, 0xee, 0x50, 0x36, 0x69, 0x77, 0xca, 0xce, 0x6e, 0x23, 0x21, 0xc4, 0x84, 0x78, - 0xf2, 0x64, 0x62, 0xbc, 0xeb, 0x09, 0x63, 0x62, 0x3c, 0xf8, 0x1f, 0x78, 0xe2, 0x48, 0xf4, 0xe2, - 0xc9, 0x68, 0xf1, 0x0f, 0x31, 0x9d, 0x9d, 0xdd, 0x6e, 0x97, 0xed, 0x0f, 0x88, 0x31, 0xbd, 0xb5, - 0xbb, 0xdf, 0xef, 0xf3, 0x7c, 0x9e, 0xd9, 0x79, 0xe6, 0x19, 0x38, 0xcb, 0xa9, 0xed, 0x5a, 0x36, - 0x2d, 0x63, 0x4e, 0x39, 0xb7, 0x98, 0x8d, 0x6b, 0x79, 0xbc, 0xe3, 0x51, 0xc7, 0xa2, 0x8e, 0x5e, - 0x75, 0x98, 0xcb, 0xd0, 0x58, 0x20, 0xd1, 0xa5, 0x44, 0xaf, 0xe5, 0x95, 0x25, 0x83, 0xf1, 0x0a, - 0xe3, 0xb8, 0x48, 0x38, 0x15, 0xfa, 0x5d, 0x5c, 0xcb, 0x15, 0xa9, 0x4b, 0x72, 0xb8, 0x4a, 0x4a, - 0x96, 0x4d, 0xdc, 0x86, 0x50, 0x04, 0x50, 0x32, 0x25, 0x56, 0x62, 0xe2, 0x27, 0x6e, 0xfc, 0x92, - 0x4f, 0xa7, 0x4a, 0x8c, 0x95, 0xca, 0x14, 0x93, 0xaa, 0x85, 0x89, 0x6d, 0x33, 0x57, 0x58, 0xb8, - 0x7c, 0x3b, 0x93, 0xc4, 0x55, 0x25, 0x0e, 0xa9, 0x04, 0x8a, 0x44, 0xf2, 0x80, 0x50, 0x48, 0xb4, - 0xc7, 0x30, 0x73, 0xbf, 0x81, 0xb6, 0xe9, 0x3f, 0xe5, 0x05, 0xba, 0xe3, 0x51, 0xee, 0xa2, 0x75, - 0x08, 0x9b, 0x90, 0x13, 0x60, 0x06, 0x64, 0x47, 0xf3, 0x17, 0x75, 0xbf, 0x22, 0xbd, 0x51, 0x91, - 0x2e, 0x2a, 0xd2, 0x65, 0x45, 0xfa, 0x06, 0x29, 0x51, 0xe9, 0x2d, 0x44, 0x9c, 0xda, 0x01, 0x80, - 0x6a, 0x4b, 0x82, 0x75, 0xe6, 0xdc, 0x36, 0x0c, 0xe6, 0xd9, 0x6e, 0x90, 0x6a, 0x02, 0x0e, 0x13, - 0xd3, 0x74, 0x28, 0xe7, 0x22, 0xcf, 0x48, 0x21, 0xf8, 0x1b, 0x83, 0x48, 0x9f, 0x1b, 0xe2, 0x29, - 0x9c, 0x8c, 0x33, 0xdc, 0x63, 0x26, 0xfd, 0x73, 0x00, 0xfb, 0xf0, 0x42, 0x1c, 0x60, 0xd3, 0x2b, - 0x72, 0xc3, 0xb1, 0xaa, 0x8d, 0xf7, 0x01, 0xc8, 0xbf, 0x30, 0x6d, 0x99, 0x82, 0x61, 0xb0, 0x90, - 0xb6, 0xcc, 0xdf, 0x96, 0xfe, 0x15, 0x80, 0xb3, 0xa7, 0x3e, 0x42, 0xb9, 0xcc, 0x0c, 0xd2, 0x29, - 0x7b, 0x64, 0x59, 0xd2, 0x9d, 0x96, 0x65, 0xe0, 0xdc, 0x5c, 0xf3, 0x70, 0x2c, 0x8a, 0xd5, 0x06, - 0x44, 0xcb, 0x40, 0x24, 0x64, 0x1b, 0x62, 0x6f, 0x4b, 0x95, 0xf6, 0x1a, 0xc0, 0xff, 0x62, 0x5b, - 0x97, 0x57, 0x99, 0xcd, 0x29, 0xba, 0x05, 0xff, 0x92, 0x9b, 0xbc, 0xf1, 0x41, 0x07, 0xb2, 0xa3, - 0xf9, 0x29, 0x3d, 0xa1, 0x41, 0x75, 0x69, 0x5c, 0x1b, 0x3c, 0xfa, 0x36, 0x9d, 0x2a, 0x84, 0x1e, - 0x74, 0x37, 0x61, 0xd9, 0x17, 0xba, 0x96, 0xe7, 0x27, 0x6f, 0xa9, 0xef, 0x1d, 0x80, 0xd3, 0x6d, - 0x37, 0x7f, 0xbf, 0xc1, 0x1e, 0x02, 0x38, 0x95, 0xdc, 0x25, 0xfd, 0x46, 0xfa, 0x01, 0xc0, 0xb9, - 0xce, 0xed, 0xd4, 0x6f, 0xc4, 0xef, 0x01, 0xd4, 0x3a, 0x35, 0x60, 0xbf, 0xf1, 0x3e, 0x68, 0x9d, - 0x0a, 0x21, 0xe0, 0x0d, 0x38, 0x2c, 0x93, 0xc9, 0x91, 0xd0, 0x0b, 0x5f, 0x60, 0xd1, 0x36, 0x64, - 0xbb, 0x07, 0x7d, 0x2c, 0x83, 0xae, 0xc2, 0x21, 0x7f, 0x6a, 0xc9, 0x98, 0x93, 0x89, 0x31, 0x7d, - 0x93, 0x0c, 0x29, 0x0d, 0xf9, 0x37, 0x23, 0xf0, 0x6f, 0x09, 0xea, 0xd4, 0x2c, 0x83, 0xa2, 0x03, - 0x00, 0xff, 0x69, 0x59, 0x68, 0xb4, 0x98, 0x18, 0x2d, 0x69, 0xe6, 0x29, 0x4b, 0xbd, 0x48, 0x7d, - 0x68, 0x4d, 0x39, 0xf8, 0xf2, 0xf3, 0x65, 0x3a, 0x83, 0x10, 0x8e, 0xcf, 0x58, 0x8e, 0x3e, 0x02, - 0x38, 0xde, 0xa6, 0xed, 0xd1, 0x4a, 0xf7, 0x1c, 0xa7, 0x26, 0xa4, 0x72, 0xf9, 0x6c, 0x26, 0x89, - 0xb8, 0x2c, 0x10, 0x17, 0xd0, 0x7c, 0x13, 0x91, 0xf8, 0x12, 0x8e, 0xf7, 0xe4, 0x51, 0xbe, 0xdf, - 0xa4, 0x3e, 0x04, 0xb1, 0xab, 0x80, 0xec, 0x7f, 0x74, 0xa9, 0xa7, 0xec, 0x91, 0x81, 0xaa, 0xe4, - 0xce, 0xe0, 0x90, 0xb0, 0x4b, 0x02, 0x76, 0x0e, 0x69, 0x4d, 0x58, 0x9b, 0x99, 0x34, 0x91, 0xf4, - 0x53, 0xc2, 0x49, 0x15, 0xed, 0x7f, 0x74, 0xad, 0xa7, 0xfc, 0x09, 0x13, 0x58, 0x59, 0x3d, 0x87, - 0xb3, 0xfd, 0x72, 0xf3, 0x88, 0x8e, 0xe3, 0x3d, 0xcb, 0x8c, 0x14, 0xf1, 0x19, 0x40, 0xa5, 0xfd, - 0x91, 0x80, 0xae, 0xf4, 0xf6, 0xc9, 0xe3, 0x43, 0x5c, 0xb9, 0x7a, 0x66, 0x9f, 0xc4, 0xbf, 0x23, - 0xf0, 0x6f, 0xa2, 0xeb, 0x1d, 0xf1, 0x49, 0x68, 0x4c, 0xfc, 0x32, 0xcf, 0x40, 0xd8, 0x8f, 0xe2, - 0x09, 0xca, 0x76, 0xc5, 0x09, 0xc0, 0x17, 0x7b, 0x50, 0x4a, 0xd4, 0x69, 0x81, 0xfa, 0x3f, 0x1a, - 0x3f, 0xdd, 0x7b, 0x82, 0x12, 0x3d, 0x07, 0x70, 0x34, 0x72, 0xd2, 0xa0, 0x85, 0xf6, 0xb1, 0x5b, - 0xee, 0x14, 0x4a, 0xb6, 0xbb, 0x50, 0x32, 0x64, 0x05, 0x83, 0x86, 0x66, 0x9a, 0x0c, 0x15, 0x66, - 0x7a, 0x65, 0xca, 0xc3, 0xbb, 0xb6, 0x7f, 0x46, 0xad, 0x3d, 0x3c, 0xfa, 0xa1, 0xa6, 0xde, 0xd6, - 0xd5, 0xd4, 0x51, 0x5d, 0x05, 0xc7, 0x75, 0x15, 0x7c, 0xaf, 0xab, 0xe0, 0xc5, 0x89, 0x9a, 0x3a, - 0x3e, 0x51, 0x53, 0x5f, 0x4f, 0xd4, 0xd4, 0xa3, 0x95, 0x92, 0xe5, 0x6e, 0x7b, 0x45, 0xdd, 0x60, - 0x95, 0x30, 0xda, 0x32, 0xdb, 0xda, 0xb2, 0x0c, 0x8b, 0x94, 0xf1, 0xb6, 0x57, 0xc4, 0xb5, 0x1c, - 0x7e, 0x12, 0xc6, 0x75, 0x77, 0xab, 0x94, 0x17, 0x87, 0xc4, 0xfd, 0x7d, 0xe5, 0x57, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xaf, 0x57, 0x16, 0x78, 0x9e, 0x0c, 0x00, 0x00, + // 792 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0xcf, 0x4f, 0x13, 0x41, + 0x14, 0xc7, 0x3b, 0x85, 0x80, 0x0c, 0xea, 0x61, 0xa8, 0x01, 0x17, 0xb2, 0xc0, 0x0a, 0x52, 0x48, + 0xd8, 0xb1, 0x85, 0xa8, 0xc4, 0x1f, 0x89, 0x98, 0xe0, 0xcd, 0x60, 0x31, 0x1e, 0x3c, 0x98, 0x4c, + 0x77, 0x87, 0xb2, 0x49, 0xbb, 0x53, 0x76, 0xb6, 0x8d, 0x84, 0x10, 0x13, 0xe2, 0xc9, 0x93, 0x89, + 0xf1, 0xae, 0x27, 0x8c, 0x89, 0xf1, 0xe0, 0x7f, 0xe0, 0x89, 0x23, 0xd1, 0x8b, 0x27, 0xa3, 0xc5, + 0x3f, 0xc4, 0x74, 0x76, 0x76, 0xbb, 0x5d, 0xb6, 0x3f, 0x20, 0xc6, 0xf4, 0xd6, 0xee, 0x7e, 0xbf, + 0xef, 0x7d, 0xde, 0xec, 0xbc, 0x79, 0x03, 0xa7, 0x39, 0xb5, 0x5d, 0xcb, 0xa6, 0x45, 0xcc, 0x29, + 0xe7, 0x16, 0xb3, 0x71, 0x35, 0x8b, 0xb7, 0x2b, 0xd4, 0xb1, 0xa8, 0xa3, 0x97, 0x1d, 0xe6, 0x32, + 0x34, 0xe2, 0x4b, 0x74, 0x29, 0xd1, 0xab, 0x59, 0x65, 0xc1, 0x60, 0xbc, 0xc4, 0x38, 0xce, 0x13, + 0x4e, 0x85, 0x7e, 0x07, 0x57, 0x33, 0x79, 0xea, 0x92, 0x0c, 0x2e, 0x93, 0x82, 0x65, 0x13, 0xb7, + 0x2e, 0x14, 0x01, 0x94, 0x54, 0x81, 0x15, 0x98, 0xf8, 0x89, 0xeb, 0xbf, 0xe4, 0xd3, 0x89, 0x02, + 0x63, 0x85, 0x22, 0xc5, 0xa4, 0x6c, 0x61, 0x62, 0xdb, 0xcc, 0x15, 0x16, 0x2e, 0xdf, 0x4e, 0xc5, + 0x71, 0x95, 0x89, 0x43, 0x4a, 0xbe, 0x22, 0x96, 0xdc, 0x27, 0x14, 0x12, 0xed, 0x19, 0x4c, 0x3d, + 0xaa, 0xa3, 0x6d, 0x78, 0x4f, 0x79, 0x8e, 0x6e, 0x57, 0x28, 0x77, 0xd1, 0x1a, 0x84, 0x0d, 0xc8, + 0x31, 0x30, 0x05, 0xd2, 0xc3, 0xd9, 0xab, 0xba, 0x57, 0x91, 0x5e, 0xaf, 0x48, 0x17, 0x15, 0xe9, + 0xb2, 0x22, 0x7d, 0x9d, 0x14, 0xa8, 0xf4, 0xe6, 0x42, 0x4e, 0x6d, 0x1f, 0x40, 0xb5, 0x29, 0xc1, + 0x1a, 0x73, 0xee, 0x19, 0x06, 0xab, 0xd8, 0xae, 0x9f, 0x6a, 0x0c, 0x0e, 0x12, 0xd3, 0x74, 0x28, + 0xe7, 0x22, 0xcf, 0x50, 0xce, 0xff, 0x1b, 0x81, 0x48, 0x9e, 0x19, 0xe2, 0x05, 0x1c, 0x8f, 0x32, + 0x3c, 0x64, 0x26, 0xfd, 0x7f, 0x00, 0x7b, 0xf0, 0x4a, 0x14, 0x60, 0xa3, 0x92, 0xe7, 0x86, 0x63, + 0x95, 0xeb, 0xef, 0x7d, 0x90, 0x8b, 0x30, 0x69, 0x99, 0x82, 0xa1, 0x3f, 0x97, 0xb4, 0xcc, 0x7f, + 0x96, 0xfe, 0x2d, 0x80, 0xd3, 0x27, 0x3e, 0x42, 0xb1, 0xc8, 0x0c, 0xd2, 0x2e, 0x7b, 0x68, 0x59, + 0x92, 0xed, 0x96, 0xa5, 0xef, 0xcc, 0x5c, 0xb3, 0x70, 0x24, 0x8c, 0xd5, 0x02, 0x44, 0x4b, 0x41, + 0x24, 0x64, 0xeb, 0x62, 0x6f, 0x4b, 0x95, 0xf6, 0x0e, 0xc0, 0x4b, 0x91, 0xad, 0xcb, 0xcb, 0xcc, + 0xe6, 0x14, 0xdd, 0x85, 0xe7, 0xe4, 0x26, 0xaf, 0x7f, 0xd0, 0xbe, 0xf4, 0x70, 0x76, 0x42, 0x8f, + 0x69, 0x50, 0x5d, 0x1a, 0x57, 0xfb, 0x0f, 0x7f, 0x4e, 0x26, 0x72, 0x81, 0x07, 0x3d, 0x88, 0x59, + 0xf6, 0xb9, 0x8e, 0xe5, 0x79, 0xc9, 0x9b, 0xea, 0xfb, 0x08, 0xe0, 0x64, 0xcb, 0xcd, 0xdf, 0x6b, + 0xb0, 0x07, 0x00, 0x4e, 0xc4, 0x77, 0x49, 0xaf, 0x91, 0x7e, 0x06, 0x70, 0xa6, 0x7d, 0x3b, 0xf5, + 0x1a, 0xf1, 0x27, 0x00, 0xb5, 0x76, 0x0d, 0xd8, 0x6b, 0xbc, 0x8f, 0x9b, 0xa7, 0x42, 0x00, 0x78, + 0x1b, 0x0e, 0xca, 0x64, 0x72, 0x24, 0x74, 0xc3, 0xe7, 0x5b, 0xb4, 0x75, 0xd9, 0xee, 0x7e, 0x1f, + 0xcb, 0xa0, 0x2b, 0x70, 0xc0, 0x9b, 0x5a, 0x32, 0xe6, 0x78, 0x6c, 0x4c, 0xcf, 0x24, 0x43, 0x4a, + 0x43, 0xf6, 0xfd, 0x10, 0x3c, 0x2f, 0x41, 0x9d, 0xaa, 0x65, 0x50, 0xb4, 0x0f, 0xe0, 0x85, 0xa6, + 0x85, 0x46, 0xf3, 0xb1, 0xd1, 0xe2, 0x66, 0x9e, 0xb2, 0xd0, 0x8d, 0xd4, 0x83, 0xd6, 0x94, 0xfd, + 0xef, 0x7f, 0xde, 0x24, 0x53, 0x08, 0xe1, 0xe8, 0x8c, 0xe5, 0xe8, 0x0b, 0x80, 0xa3, 0x2d, 0xda, + 0x1e, 0x2d, 0x75, 0xce, 0x71, 0x62, 0x42, 0x2a, 0xcb, 0xa7, 0x33, 0x49, 0xc4, 0x45, 0x81, 0x38, + 0x87, 0x66, 0x1b, 0x88, 0xc4, 0x93, 0x70, 0xbc, 0x2b, 0x8f, 0xf2, 0xbd, 0x06, 0xf5, 0x01, 0x88, + 0x5c, 0x05, 0x64, 0xff, 0xa3, 0x6b, 0x5d, 0x65, 0x0f, 0x0d, 0x54, 0x25, 0x73, 0x0a, 0x87, 0x84, + 0x5d, 0x10, 0xb0, 0x33, 0x48, 0x6b, 0xc0, 0xda, 0xcc, 0xa4, 0xb1, 0xa4, 0x5f, 0x63, 0x4e, 0xaa, + 0x70, 0xff, 0xa3, 0x9b, 0x5d, 0xe5, 0x8f, 0x99, 0xc0, 0xca, 0xca, 0x19, 0x9c, 0xad, 0x97, 0x9b, + 0x87, 0x74, 0x1c, 0xef, 0x5a, 0x66, 0xa8, 0x88, 0x6f, 0x00, 0x2a, 0xad, 0x8f, 0x04, 0x74, 0xbd, + 0xbb, 0x4f, 0x1e, 0x1d, 0xe2, 0xca, 0x8d, 0x53, 0xfb, 0x24, 0xfe, 0x7d, 0x81, 0x7f, 0x07, 0xdd, + 0x6a, 0x8b, 0x4f, 0x02, 0x63, 0xec, 0x97, 0x79, 0x09, 0x82, 0x7e, 0x14, 0x4f, 0x50, 0xba, 0x23, + 0x8e, 0x0f, 0x3e, 0xdf, 0x85, 0x52, 0xa2, 0x4e, 0x0a, 0xd4, 0xcb, 0x68, 0xf4, 0x64, 0xef, 0x09, + 0x4a, 0xf4, 0x0a, 0xc0, 0xe1, 0xd0, 0x49, 0x83, 0xe6, 0x5a, 0xc7, 0x6e, 0xba, 0x53, 0x28, 0xe9, + 0xce, 0x42, 0xc9, 0x90, 0x16, 0x0c, 0x1a, 0x9a, 0x6a, 0x30, 0x94, 0x98, 0x59, 0x29, 0x52, 0x1e, + 0xdc, 0xb5, 0xbd, 0x33, 0x6a, 0xf5, 0xc9, 0xe1, 0x6f, 0x35, 0xf1, 0xa1, 0xa6, 0x26, 0x0e, 0x6b, + 0x2a, 0x38, 0xaa, 0xa9, 0xe0, 0x57, 0x4d, 0x05, 0xaf, 0x8f, 0xd5, 0xc4, 0xd1, 0xb1, 0x9a, 0xf8, + 0x71, 0xac, 0x26, 0x9e, 0x2e, 0x17, 0x2c, 0x77, 0xab, 0x92, 0xd7, 0x0d, 0x56, 0x0a, 0xa2, 0x2d, + 0xb2, 0xcd, 0x4d, 0xcb, 0xb0, 0x48, 0x11, 0x6f, 0x55, 0xf2, 0xb8, 0x9a, 0xc9, 0xe2, 0xe7, 0x41, + 0x60, 0x77, 0xa7, 0x4c, 0x79, 0x7e, 0x40, 0x5c, 0xe0, 0x97, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, + 0xcf, 0xaa, 0x37, 0x71, 0x9f, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/session/types/querier_test.go b/x/session/types/querier_test.go index 6ee9366c6..c5943c51c 100644 --- a/x/session/types/querier_test.go +++ b/x/session/types/querier_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestNewQueryParamsRequest(t *testing.T) { diff --git a/x/session/types/session.go b/x/session/types/session.go index 0949fb158..7c4ce46a4 100644 --- a/x/session/types/session.go +++ b/x/session/types/session.go @@ -6,7 +6,7 @@ import ( sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func (m *Session) GetAddress() sdk.AccAddress { diff --git a/x/session/types/session.pb.go b/x/session/types/session.pb.go index e0123daa0..26910414f 100644 --- a/x/session/types/session.pb.go +++ b/x/session/types/session.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/protobuf/types/known/durationpb" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" @@ -91,36 +91,36 @@ func init() { func init() { proto.RegisterFile("sentinel/session/v2/session.proto", fileDescriptor_aa3a03f78d221e53) } var fileDescriptor_aa3a03f78d221e53 = []byte{ - // 454 bytes of a gzipped FileDescriptorProto + // 456 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x3d, 0x8f, 0xd3, 0x30, - 0x18, 0xc7, 0xe3, 0x5e, 0xe9, 0x8b, 0x8b, 0x8a, 0x64, 0x10, 0xca, 0x55, 0xc8, 0xed, 0x31, 0x75, - 0xc1, 0x56, 0x7b, 0x23, 0x03, 0x34, 0x2a, 0x43, 0xd7, 0x14, 0x16, 0x96, 0x2a, 0xa9, 0xdd, 0xd4, - 0x52, 0x1b, 0x57, 0xb5, 0x13, 0xe0, 0x5b, 0xdc, 0xc8, 0x47, 0xe0, 0xa3, 0x74, 0xbc, 0x11, 0x09, - 0xa9, 0x40, 0xfa, 0x45, 0x50, 0xec, 0x3a, 0x77, 0xe2, 0x58, 0xd8, 0x9e, 0x3c, 0xff, 0xdf, 0xf3, - 0x7f, 0x5e, 0x62, 0x78, 0xa5, 0x78, 0xaa, 0x45, 0xca, 0x37, 0x54, 0x71, 0xa5, 0x84, 0x4c, 0x69, - 0x3e, 0x76, 0x21, 0xd9, 0xed, 0xa5, 0x96, 0xe8, 0xa9, 0x43, 0x88, 0xcb, 0xe7, 0xe3, 0xde, 0xb3, - 0x44, 0x26, 0xd2, 0xe8, 0xb4, 0x8c, 0x2c, 0xda, 0xc3, 0x89, 0x94, 0xc9, 0x86, 0x53, 0xf3, 0x15, - 0x67, 0x2b, 0xca, 0xb2, 0x7d, 0xa4, 0x2b, 0xab, 0x5e, 0xff, 0x6f, 0x5d, 0x8b, 0x2d, 0x57, 0x3a, - 0xda, 0xee, 0xce, 0xc0, 0xdd, 0x38, 0xfa, 0xcb, 0x8e, 0x2b, 0x9a, 0x8f, 0x68, 0x1c, 0xa5, 0xec, - 0x93, 0x60, 0x7a, 0xed, 0x7a, 0x3c, 0x44, 0x94, 0x8e, 0x74, 0xa6, 0xac, 0xfe, 0xf2, 0xc7, 0x05, - 0x6c, 0xce, 0xed, 0xa0, 0xe8, 0x39, 0xac, 0x09, 0xe6, 0x83, 0x01, 0x18, 0xd6, 0x83, 0x46, 0x71, - 0xec, 0xd7, 0x66, 0xd3, 0xb0, 0x26, 0x18, 0x7a, 0x0d, 0x9f, 0xa8, 0x2c, 0x56, 0xcb, 0xbd, 0xd8, - 0x95, 0xd3, 0x2d, 0x04, 0xf3, 0x6b, 0x06, 0x42, 0xc5, 0xb1, 0xdf, 0x9d, 0xdf, 0x93, 0x66, 0xd3, - 0xb0, 0x7b, 0x1f, 0x9d, 0x31, 0x74, 0x05, 0x1f, 0xa7, 0x92, 0xf1, 0x45, 0xc4, 0xd8, 0x9e, 0x2b, - 0xe5, 0x5f, 0x0c, 0xc0, 0xb0, 0x1d, 0x76, 0xca, 0xdc, 0xc4, 0xa6, 0x90, 0x0f, 0x9b, 0x4e, 0xad, - 0x1b, 0xd5, 0x7d, 0xa2, 0xb7, 0xb0, 0x5d, 0x2d, 0xe4, 0x3f, 0x1a, 0x80, 0x61, 0x67, 0xfc, 0x82, - 0x54, 0x07, 0x36, 0x1b, 0x91, 0x7c, 0x44, 0x02, 0xc7, 0x04, 0xf5, 0xc3, 0xb1, 0xef, 0x85, 0x77, - 0x45, 0xe8, 0x0d, 0x6c, 0xb9, 0xab, 0xfa, 0x0d, 0x63, 0x70, 0x49, 0xec, 0x59, 0x89, 0x3b, 0x2b, - 0x99, 0x9e, 0x81, 0xa0, 0x55, 0x56, 0x7f, 0xfd, 0xd9, 0x07, 0x61, 0x55, 0x84, 0xde, 0xc1, 0x8e, - 0x48, 0xa3, 0xa5, 0x16, 0x39, 0x5f, 0x44, 0xda, 0x6f, 0x1a, 0x8f, 0xde, 0x03, 0x8f, 0xf7, 0xee, - 0xd7, 0x58, 0x93, 0x9b, 0xd2, 0x04, 0xba, 0xc2, 0x89, 0x46, 0x23, 0xd8, 0xb0, 0x77, 0xf7, 0x5b, - 0x03, 0x30, 0xec, 0x8e, 0x2f, 0xff, 0xb1, 0xc6, 0xdc, 0x00, 0xe1, 0x19, 0x44, 0x13, 0xd8, 0xb6, - 0x51, 0xd9, 0xb7, 0xfd, 0x1f, 0x7d, 0x5b, 0xb6, 0x6c, 0xa2, 0x83, 0x0f, 0x87, 0xdf, 0xd8, 0xfb, - 0x56, 0x60, 0xef, 0x50, 0x60, 0x70, 0x5b, 0x60, 0xf0, 0xab, 0xc0, 0xe0, 0xe6, 0x84, 0xbd, 0xdb, - 0x13, 0xf6, 0xbe, 0x9f, 0xb0, 0xf7, 0xf1, 0x3a, 0x11, 0x7a, 0x9d, 0xc5, 0x64, 0x29, 0xb7, 0xd4, - 0x4d, 0xf4, 0x4a, 0xae, 0x56, 0x62, 0x29, 0xa2, 0x0d, 0x5d, 0x67, 0x71, 0xf9, 0x62, 0x3e, 0x57, - 0xcf, 0xdd, 0xcc, 0x1a, 0x37, 0x4c, 0xfb, 0xeb, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd9, 0xab, - 0x57, 0x5b, 0x0f, 0x03, 0x00, 0x00, + 0x18, 0xc7, 0x93, 0x5e, 0xe9, 0x8b, 0x8b, 0x8a, 0x64, 0x10, 0xca, 0x55, 0xc8, 0xe9, 0x31, 0x75, + 0xc1, 0x56, 0x03, 0x1b, 0x03, 0x34, 0x2a, 0x43, 0xd7, 0x14, 0x31, 0xb0, 0x54, 0x49, 0xed, 0xa6, + 0x96, 0xda, 0xb8, 0xaa, 0x9d, 0x00, 0xdf, 0xe2, 0x46, 0x3e, 0x02, 0x1f, 0xa5, 0xe3, 0x8d, 0x48, + 0x48, 0x05, 0xd2, 0x2f, 0x82, 0x62, 0xd7, 0xb9, 0x13, 0xc7, 0xc2, 0xf6, 0xf8, 0xf9, 0xff, 0x9e, + 0xff, 0xf3, 0x92, 0x80, 0x2b, 0xc9, 0x32, 0xc5, 0x33, 0xb6, 0x21, 0x92, 0x49, 0xc9, 0x45, 0x46, + 0x8a, 0xc0, 0x86, 0x78, 0xb7, 0x17, 0x4a, 0xc0, 0xc7, 0x16, 0xc1, 0x36, 0x5f, 0x04, 0x83, 0x27, + 0xa9, 0x48, 0x85, 0xd6, 0x49, 0x15, 0x19, 0x74, 0x80, 0x52, 0x21, 0xd2, 0x0d, 0x23, 0xfa, 0x95, + 0xe4, 0x2b, 0x42, 0xf3, 0x7d, 0xac, 0x6a, 0xab, 0x81, 0xff, 0xb7, 0xae, 0xf8, 0x96, 0x49, 0x15, + 0x6f, 0x77, 0x67, 0xe0, 0x76, 0x1c, 0xf5, 0x65, 0xc7, 0x24, 0x29, 0xc6, 0x24, 0x89, 0x33, 0xfa, + 0x89, 0x53, 0xb5, 0xb6, 0x3d, 0xee, 0x23, 0x52, 0xc5, 0x2a, 0x97, 0x46, 0x7f, 0xfe, 0xe3, 0x02, + 0xb4, 0xe7, 0x66, 0x50, 0xf8, 0x14, 0x34, 0x38, 0xf5, 0xdc, 0xa1, 0x3b, 0x6a, 0x86, 0xad, 0xf2, + 0xe8, 0x37, 0x66, 0xd3, 0xa8, 0xc1, 0x29, 0x7c, 0x0d, 0x1e, 0xc9, 0x3c, 0x91, 0xcb, 0x3d, 0xdf, + 0x55, 0xd3, 0x2d, 0x38, 0xf5, 0x1a, 0x1a, 0x82, 0xe5, 0xd1, 0xef, 0xcf, 0xef, 0x48, 0xb3, 0x69, + 0xd4, 0xbf, 0x8b, 0xce, 0x28, 0xbc, 0x02, 0x0f, 0x33, 0x41, 0xd9, 0x22, 0xa6, 0x74, 0xcf, 0xa4, + 0xf4, 0x2e, 0x86, 0xee, 0xa8, 0x1b, 0xf5, 0xaa, 0xdc, 0xc4, 0xa4, 0xa0, 0x07, 0xda, 0x56, 0x6d, + 0x6a, 0xd5, 0x3e, 0xe1, 0x5b, 0xd0, 0xad, 0x17, 0xf2, 0x1e, 0x0c, 0xdd, 0x51, 0x2f, 0x78, 0x86, + 0xeb, 0x03, 0xeb, 0x8d, 0x70, 0x31, 0xc6, 0xa1, 0x65, 0xc2, 0xe6, 0xe1, 0xe8, 0x3b, 0xd1, 0x6d, + 0x11, 0x7c, 0x03, 0x3a, 0xf6, 0xaa, 0x5e, 0x4b, 0x1b, 0x5c, 0x62, 0x73, 0x56, 0x6c, 0xcf, 0x8a, + 0xa7, 0x67, 0x20, 0xec, 0x54, 0xd5, 0x5f, 0x7f, 0xfa, 0x6e, 0x54, 0x17, 0xc1, 0x77, 0xa0, 0xc7, + 0xb3, 0x78, 0xa9, 0x78, 0xc1, 0x16, 0xb1, 0xf2, 0xda, 0xda, 0x63, 0x70, 0xcf, 0xe3, 0xbd, 0xfd, + 0x34, 0xc6, 0xe4, 0xba, 0x32, 0x01, 0xb6, 0x70, 0xa2, 0xe0, 0x18, 0xb4, 0xcc, 0xdd, 0xbd, 0xce, + 0xd0, 0x1d, 0xf5, 0x83, 0xcb, 0x7f, 0xac, 0x31, 0xd7, 0x40, 0x74, 0x06, 0xe1, 0x04, 0x74, 0x4d, + 0x54, 0xf5, 0xed, 0xfe, 0x47, 0xdf, 0x8e, 0x29, 0x9b, 0xa8, 0xf0, 0xc3, 0xe1, 0x37, 0x72, 0xbe, + 0x95, 0xc8, 0x39, 0x94, 0xc8, 0xbd, 0x29, 0x91, 0xfb, 0xab, 0x44, 0xee, 0xf5, 0x09, 0x39, 0x37, + 0x27, 0xe4, 0x7c, 0x3f, 0x21, 0xe7, 0xe3, 0xab, 0x94, 0xab, 0x75, 0x9e, 0xe0, 0xa5, 0xd8, 0x12, + 0x3b, 0xd1, 0x0b, 0xb1, 0x5a, 0xf1, 0x25, 0x8f, 0x37, 0x64, 0x9d, 0x27, 0xa4, 0x18, 0x07, 0xe4, + 0x73, 0xfd, 0xbf, 0xeb, 0x61, 0x93, 0x96, 0xee, 0xff, 0xf2, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x3a, 0x3f, 0x72, 0xc8, 0x10, 0x03, 0x00, 0x00, } func (m *Session) Marshal() (dAtA []byte, err error) { diff --git a/x/session/types/session_test.go b/x/session/types/session_test.go index da9e2f9b3..013dacb19 100644 --- a/x/session/types/session_test.go +++ b/x/session/types/session_test.go @@ -8,7 +8,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestSession_GetAddress(t *testing.T) { diff --git a/x/subscription/abci.go b/x/subscription/abci.go index c2825ed64..4bb68ff4b 100644 --- a/x/subscription/abci.go +++ b/x/subscription/abci.go @@ -4,7 +4,7 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/subscription/keeper" + "github.com/sentinel-official/hub/v12/x/subscription/keeper" ) func BeginBlock(ctx sdk.Context, k keeper.Keeper) { diff --git a/x/subscription/client/cli/flags.go b/x/subscription/client/cli/flags.go index efbcc89ee..aa35c9012 100644 --- a/x/subscription/client/cli/flags.go +++ b/x/subscription/client/cli/flags.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/pflag" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) const ( diff --git a/x/subscription/client/cli/query.go b/x/subscription/client/cli/query.go index bc39cd29a..97dab26ca 100644 --- a/x/subscription/client/cli/query.go +++ b/x/subscription/client/cli/query.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func querySubscription() *cobra.Command { diff --git a/x/subscription/client/cli/tx.go b/x/subscription/client/cli/tx.go index 24de44abe..a0dd651f4 100644 --- a/x/subscription/client/cli/tx.go +++ b/x/subscription/client/cli/tx.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func txAllocate() *cobra.Command { diff --git a/x/subscription/expected/keeper.go b/x/subscription/expected/keeper.go index d86fc551d..57bb6c729 100644 --- a/x/subscription/expected/keeper.go +++ b/x/subscription/expected/keeper.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - sessiontypes "github.com/sentinel-official/hub/v1/x/session/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + sessiontypes "github.com/sentinel-official/hub/v12/x/session/types" ) type AccountKeeper interface { diff --git a/x/subscription/genesis.go b/x/subscription/genesis.go index bb767d4fc..a40a6121d 100644 --- a/x/subscription/genesis.go +++ b/x/subscription/genesis.go @@ -3,8 +3,8 @@ package subscription import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/subscription/keeper" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/keeper" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/subscription/keeper/abci.go b/x/subscription/keeper/abci.go index 487a4951a..e5f90bccc 100644 --- a/x/subscription/keeper/abci.go +++ b/x/subscription/keeper/abci.go @@ -7,9 +7,9 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - hubutils "github.com/sentinel-official/hub/v1/utils" - "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + hubutils "github.com/sentinel-official/hub/v12/utils" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) // BeginBlock is a function that gets called at the beginning of every block. diff --git a/x/subscription/keeper/alias.go b/x/subscription/keeper/alias.go index 5c73f0fc0..6cea19a76 100644 --- a/x/subscription/keeper/alias.go +++ b/x/subscription/keeper/alias.go @@ -3,10 +3,10 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - sessiontypes "github.com/sentinel-official/hub/v1/x/session/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + sessiontypes "github.com/sentinel-official/hub/v12/x/session/types" ) func (k *Keeper) SendCoin(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, coin sdk.Coin) error { diff --git a/x/subscription/keeper/allocation.go b/x/subscription/keeper/allocation.go index 8bb9fad87..8b9ee0298 100644 --- a/x/subscription/keeper/allocation.go +++ b/x/subscription/keeper/allocation.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) SetAllocation(ctx sdk.Context, alloc types.Allocation) { diff --git a/x/subscription/keeper/count.go b/x/subscription/keeper/count.go index 5ca9c6f1f..7eea0bdda 100644 --- a/x/subscription/keeper/count.go +++ b/x/subscription/keeper/count.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) SetCount(ctx sdk.Context, count uint64) { diff --git a/x/subscription/keeper/hooks.go b/x/subscription/keeper/hooks.go index ce1455193..05b3bb6ed 100644 --- a/x/subscription/keeper/hooks.go +++ b/x/subscription/keeper/hooks.go @@ -6,9 +6,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - hubutils "github.com/sentinel-official/hub/v1/utils" - "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + hubutils "github.com/sentinel-official/hub/v12/utils" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) // SessionInactiveHook is a function that handles the end of a session. diff --git a/x/subscription/keeper/keeper.go b/x/subscription/keeper/keeper.go index d8e9dcbdc..cb34295fe 100644 --- a/x/subscription/keeper/keeper.go +++ b/x/subscription/keeper/keeper.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/sentinel-official/hub/v1/x/subscription/expected" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/expected" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) type Keeper struct { diff --git a/x/subscription/keeper/msg_server.go b/x/subscription/keeper/msg_server.go index d26b99b33..ce8e20d50 100644 --- a/x/subscription/keeper/msg_server.go +++ b/x/subscription/keeper/msg_server.go @@ -7,8 +7,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) // The following line asserts that the `msgServer` type implements the `types.MsgServiceServer` interface. diff --git a/x/subscription/keeper/params.go b/x/subscription/keeper/params.go index 3f71a3c56..9214de19f 100644 --- a/x/subscription/keeper/params.go +++ b/x/subscription/keeper/params.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) StatusChangeDelay(ctx sdk.Context) (duration time.Duration) { diff --git a/x/subscription/keeper/payout.go b/x/subscription/keeper/payout.go index 4caba49d3..21f589e14 100644 --- a/x/subscription/keeper/payout.go +++ b/x/subscription/keeper/payout.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) SetPayout(ctx sdk.Context, payout types.Payout) { diff --git a/x/subscription/keeper/query_server.go b/x/subscription/keeper/query_server.go index c74d0047a..d472e9b00 100644 --- a/x/subscription/keeper/query_server.go +++ b/x/subscription/keeper/query_server.go @@ -11,8 +11,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - hubtypes "github.com/sentinel-official/hub/v1/types" - "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) var ( diff --git a/x/subscription/keeper/subscription.go b/x/subscription/keeper/subscription.go index 4995e787e..d7fcf11f5 100644 --- a/x/subscription/keeper/subscription.go +++ b/x/subscription/keeper/subscription.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" protobuf "github.com/gogo/protobuf/types" - hubtypes "github.com/sentinel-official/hub/v1/types" - hubutils "github.com/sentinel-official/hub/v1/utils" - "github.com/sentinel-official/hub/v1/x/subscription/types" + hubtypes "github.com/sentinel-official/hub/v12/types" + hubutils "github.com/sentinel-official/hub/v12/utils" + "github.com/sentinel-official/hub/v12/x/subscription/types" ) func (k *Keeper) SetSubscription(ctx sdk.Context, subscription types.Subscription) { diff --git a/x/subscription/types/allocation.pb.go b/x/subscription/types/allocation.pb.go index 95465974a..260fcfc75 100644 --- a/x/subscription/types/allocation.pb.go +++ b/x/subscription/types/allocation.pb.go @@ -78,26 +78,26 @@ func init() { } var fileDescriptor_7569ae9a6faa5372 = []byte{ - // 295 bytes of a gzipped FileDescriptorProto + // 296 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4e, 0xc3, 0x30, 0x18, 0x85, 0xed, 0x50, 0x15, 0x61, 0x51, 0x86, 0x08, 0x50, 0x84, 0x84, 0x5b, 0x31, 0x95, 0x01, - 0x5b, 0x94, 0x85, 0x95, 0xa8, 0x4b, 0xd7, 0x8c, 0x5d, 0x90, 0x13, 0xbb, 0x89, 0x45, 0x12, 0x47, - 0xb1, 0x13, 0xd1, 0x5b, 0x70, 0x0c, 0x8e, 0x92, 0xb1, 0x23, 0x62, 0x88, 0x20, 0xb9, 0x08, 0x4a, - 0x20, 0x15, 0x6c, 0x6c, 0xff, 0xd3, 0xff, 0xbd, 0x6f, 0x78, 0xe8, 0x5a, 0x8b, 0xd4, 0xc8, 0x54, - 0xc4, 0x54, 0x17, 0xbe, 0x0e, 0x72, 0x99, 0x19, 0xa9, 0x52, 0x5a, 0x2e, 0x28, 0x8b, 0x63, 0x15, - 0xb0, 0x2e, 0x91, 0x2c, 0x57, 0x46, 0xd9, 0xce, 0x80, 0x92, 0xdf, 0x28, 0x29, 0x17, 0x17, 0xa7, - 0xa1, 0x0a, 0x55, 0x0f, 0xd1, 0xee, 0xfa, 0xe6, 0xaf, 0x2a, 0x88, 0xd0, 0xc3, 0x5e, 0x62, 0x9f, - 0x23, 0x4b, 0x72, 0x07, 0xce, 0xe0, 0x7c, 0xe4, 0x8e, 0x9b, 0x7a, 0x6a, 0xad, 0x96, 0x9e, 0x25, - 0xb9, 0xed, 0xa0, 0x43, 0xc6, 0x79, 0x2e, 0xb4, 0x76, 0xac, 0x19, 0x9c, 0x1f, 0x79, 0x43, 0xb4, - 0x5d, 0x34, 0x09, 0x73, 0x96, 0x1a, 0xc1, 0x1f, 0xfd, 0xad, 0x11, 0xda, 0x39, 0xe8, 0xfe, 0xee, - 0x65, 0x55, 0x4f, 0xc1, 0x7b, 0x3d, 0x3d, 0x0b, 0x94, 0x4e, 0x94, 0xd6, 0xfc, 0x89, 0x48, 0x45, - 0x13, 0x66, 0x22, 0xb2, 0x4a, 0x8d, 0x77, 0xfc, 0xd3, 0x71, 0xbb, 0x8a, 0xbd, 0x44, 0x27, 0x85, - 0x91, 0xb1, 0xd4, 0x7b, 0xc9, 0xe8, 0x3f, 0x92, 0xc9, 0x50, 0xea, 0x2d, 0xee, 0xba, 0xfa, 0xc4, - 0xe0, 0xb5, 0xc1, 0xa0, 0x6a, 0x30, 0xdc, 0x35, 0x18, 0x7e, 0x34, 0x18, 0xbe, 0xb4, 0x18, 0xec, - 0x5a, 0x0c, 0xde, 0x5a, 0x0c, 0xd6, 0xf7, 0xa1, 0x34, 0x51, 0xe1, 0x93, 0x40, 0x25, 0x74, 0xd8, - 0xe9, 0x46, 0x6d, 0x36, 0x32, 0x90, 0x2c, 0xa6, 0x51, 0xe1, 0xd3, 0xf2, 0x96, 0x3e, 0xff, 0x1d, - 0xd9, 0x6c, 0x33, 0xa1, 0xfd, 0x71, 0xbf, 0xd6, 0xdd, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc2, - 0x95, 0x1a, 0xb6, 0x8a, 0x01, 0x00, 0x00, + 0x5b, 0x94, 0x89, 0x91, 0xa8, 0x4b, 0xd7, 0x8c, 0x30, 0x20, 0x27, 0x76, 0x13, 0x8b, 0x24, 0x8e, + 0x62, 0x27, 0xa2, 0xb7, 0xe0, 0x18, 0x1c, 0x25, 0x63, 0x47, 0xc4, 0x10, 0x41, 0x72, 0x11, 0x94, + 0x40, 0x2a, 0xd8, 0xd8, 0xfe, 0xa7, 0xff, 0x7b, 0xdf, 0xf0, 0xd0, 0xa5, 0x16, 0xa9, 0x91, 0xa9, + 0x88, 0xa9, 0x2e, 0x7c, 0x1d, 0xe4, 0x32, 0x33, 0x52, 0xa5, 0xb4, 0x5c, 0x50, 0x16, 0xc7, 0x2a, + 0x60, 0x5d, 0x22, 0x59, 0xae, 0x8c, 0xb2, 0x9d, 0x01, 0x25, 0xbf, 0x51, 0x52, 0x2e, 0xce, 0x8e, + 0x43, 0x15, 0xaa, 0x1e, 0xa2, 0xdd, 0xf5, 0xcd, 0x5f, 0x54, 0x10, 0xa1, 0xbb, 0x9d, 0xc4, 0x3e, + 0x45, 0x96, 0xe4, 0x0e, 0x9c, 0xc1, 0xf9, 0xc8, 0x1d, 0x37, 0xf5, 0xd4, 0x5a, 0x2d, 0x3d, 0x4b, + 0x72, 0xdb, 0x41, 0xfb, 0x8c, 0xf3, 0x5c, 0x68, 0xed, 0x58, 0x33, 0x38, 0x3f, 0xf0, 0x86, 0x68, + 0xbb, 0x68, 0x12, 0xe6, 0x2c, 0x35, 0x82, 0x3f, 0xfa, 0x1b, 0x23, 0xb4, 0xb3, 0xd7, 0xfd, 0xdd, + 0xf3, 0xaa, 0x9e, 0x82, 0xf7, 0x7a, 0x7a, 0x12, 0x28, 0x9d, 0x28, 0xad, 0xf9, 0x13, 0x91, 0x8a, + 0x26, 0xcc, 0x44, 0x64, 0x95, 0x1a, 0xef, 0xf0, 0xa7, 0xe3, 0x76, 0x15, 0x7b, 0x89, 0x8e, 0x0a, + 0x23, 0x63, 0xa9, 0x77, 0x92, 0xd1, 0x7f, 0x24, 0x93, 0xa1, 0xd4, 0x5b, 0xdc, 0x87, 0xea, 0x13, + 0x83, 0xd7, 0x06, 0x83, 0xaa, 0xc1, 0x70, 0xdb, 0x60, 0xf8, 0xd1, 0x60, 0xf8, 0xd2, 0x62, 0xb0, + 0x6d, 0x31, 0x78, 0x6b, 0x31, 0xb8, 0xbf, 0x0d, 0xa5, 0x89, 0x0a, 0x9f, 0x04, 0x2a, 0xa1, 0xc3, + 0x4e, 0x57, 0x6a, 0xbd, 0x96, 0x81, 0x64, 0x31, 0x8d, 0x0a, 0x9f, 0x96, 0xd7, 0x0b, 0xfa, 0xfc, + 0x77, 0x65, 0xb3, 0xc9, 0x84, 0xf6, 0xc7, 0xfd, 0x5c, 0x37, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xb9, 0x52, 0xcf, 0x56, 0x8b, 0x01, 0x00, 0x00, } func (m *Allocation) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/allocation_test.go b/x/subscription/types/allocation_test.go index b7cc63809..e44416232 100644 --- a/x/subscription/types/allocation_test.go +++ b/x/subscription/types/allocation_test.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestAllocation_GetAddress(t *testing.T) { diff --git a/x/subscription/types/errors.go b/x/subscription/types/errors.go index cb72cfa9e..086e04d6b 100644 --- a/x/subscription/types/errors.go +++ b/x/subscription/types/errors.go @@ -5,7 +5,7 @@ package types import ( sdkerrors "cosmossdk.io/errors" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) var ( diff --git a/x/subscription/types/events.pb.go b/x/subscription/types/events.pb.go index 7f7a3cd91..4fed70868 100644 --- a/x/subscription/types/events.pb.go +++ b/x/subscription/types/events.pb.go @@ -8,7 +8,7 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" io "io" math "math" math_bits "math/bits" @@ -359,51 +359,51 @@ func init() { } var fileDescriptor_873efd8554329ba2 = []byte{ - // 699 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x95, 0x31, 0x4f, 0xdb, 0x40, - 0x14, 0xc7, 0xe3, 0x40, 0x83, 0x72, 0x90, 0x50, 0x4c, 0x29, 0x81, 0xb6, 0x36, 0xba, 0xaa, 0x12, - 0x95, 0xa8, 0x2d, 0xa8, 0x2a, 0x55, 0x4c, 0x25, 0xa5, 0x48, 0xd9, 0xd0, 0x21, 0x16, 0x96, 0xe8, - 0x92, 0x3b, 0xc2, 0x09, 0xe7, 0x2e, 0xf2, 0x9d, 0xd3, 0xe6, 0x1b, 0x54, 0xea, 0x52, 0x75, 0xee, - 0xd4, 0xa9, 0x1f, 0x85, 0x91, 0xb1, 0xea, 0x60, 0xb5, 0xce, 0xda, 0x29, 0x9f, 0xa0, 0xb2, 0x7d, - 0xb6, 0x4c, 0x07, 0x20, 0x0b, 0x43, 0x37, 0xdf, 0xbd, 0xdf, 0xfb, 0xdf, 0xbd, 0xff, 0x3b, 0xf9, - 0x81, 0x67, 0x92, 0x72, 0xc5, 0x38, 0xf5, 0x5c, 0x19, 0x74, 0x64, 0xd7, 0x67, 0x03, 0xc5, 0x04, - 0x77, 0x87, 0x3b, 0x2e, 0x1d, 0x52, 0xae, 0xa4, 0x33, 0xf0, 0x85, 0x12, 0x66, 0x23, 0xc3, 0x9c, - 0x22, 0xe6, 0x0c, 0x77, 0xd6, 0x1f, 0xf4, 0x44, 0x4f, 0x24, 0x90, 0x1b, 0x7f, 0xa5, 0xfc, 0xba, - 0x95, 0xcb, 0xaa, 0xd1, 0x80, 0x4a, 0x77, 0xb8, 0xed, 0x4a, 0x85, 0x55, 0xa0, 0xf5, 0xe0, 0xd8, - 0x00, 0x4b, 0xef, 0xe2, 0x03, 0x8e, 0x07, 0x04, 0x2b, 0x7a, 0x94, 0xc4, 0xcc, 0x7d, 0x50, 0x49, - 0xa9, 0x86, 0xb1, 0x61, 0x6c, 0xd6, 0x77, 0xd6, 0x9c, 0xfc, 0xd8, 0x44, 0xc6, 0x19, 0x6e, 0x3b, - 0x29, 0xda, 0x5c, 0x9a, 0x84, 0x76, 0x6d, 0x84, 0xfb, 0xde, 0x2e, 0x4c, 0x53, 0x20, 0xd2, 0xb9, - 0xe6, 0x16, 0x98, 0xc3, 0x84, 0xf8, 0x54, 0xca, 0x46, 0x79, 0xc3, 0xd8, 0xac, 0x36, 0xcd, 0x49, - 0x68, 0xd7, 0x53, 0x56, 0x07, 0x20, 0xca, 0x10, 0xf3, 0x29, 0x28, 0x33, 0xd2, 0x98, 0xd9, 0x30, - 0x36, 0x67, 0x9b, 0xcb, 0x51, 0x68, 0x97, 0x5b, 0xfb, 0x93, 0xd0, 0xae, 0xa6, 0x38, 0x23, 0x10, - 0x95, 0x19, 0x31, 0x5f, 0x81, 0xb9, 0x81, 0x87, 0x79, 0x9b, 0x91, 0xc6, 0x6c, 0x42, 0x3e, 0x8e, - 0x42, 0xbb, 0x72, 0xe8, 0x61, 0x9e, 0xd0, 0x5a, 0x5c, 0x23, 0x10, 0x55, 0xe2, 0xaf, 0x16, 0x81, - 0x7f, 0x0c, 0x50, 0x4b, 0xaa, 0xdc, 0xf3, 0x3c, 0xd1, 0xc5, 0x8a, 0x16, 0xef, 0x66, 0xdc, 0x7c, - 0xb7, 0x26, 0xa8, 0xf5, 0x7c, 0xcc, 0x15, 0x25, 0xed, 0xce, 0x48, 0xd1, 0xac, 0x9e, 0x27, 0x17, - 0xa1, 0x5d, 0xfa, 0x19, 0xda, 0x2b, 0x5d, 0x21, 0xfb, 0x42, 0x4a, 0x72, 0xee, 0x30, 0xe1, 0xf6, - 0xb1, 0x3a, 0x73, 0x5a, 0x5c, 0xa1, 0x05, 0x9d, 0xd3, 0x8c, 0x53, 0xcc, 0x7d, 0x50, 0x0f, 0x14, - 0xf3, 0x98, 0xcc, 0x45, 0x66, 0x6e, 0x23, 0x52, 0xcb, 0x92, 0x52, 0x95, 0xd4, 0xa5, 0xd9, 0x6b, - 0x5d, 0x82, 0xdf, 0xb2, 0xa6, 0xbe, 0xf5, 0x29, 0x56, 0xf4, 0x10, 0x8f, 0x44, 0xa0, 0xa6, 0x2c, - 0x79, 0x17, 0x2c, 0x70, 0x41, 0x68, 0xfb, 0x6a, 0x07, 0x57, 0x27, 0xa1, 0xbd, 0x9c, 0xa6, 0x14, - 0xa3, 0x10, 0xcd, 0xc7, 0xcb, 0xbd, 0x29, 0x5a, 0x09, 0xbf, 0x94, 0xf5, 0x25, 0x0f, 0xf1, 0xe8, - 0x40, 0xf8, 0x77, 0x7e, 0xc9, 0x2d, 0x30, 0x37, 0xc0, 0xa3, 0x3e, 0xe5, 0x4a, 0x37, 0xa2, 0x70, - 0x92, 0x0e, 0x40, 0x94, 0x21, 0xe6, 0x1b, 0x50, 0x97, 0x0a, 0x9f, 0x33, 0xde, 0x6b, 0xfb, 0xf4, - 0x3d, 0xf6, 0xd3, 0x1e, 0x54, 0x9b, 0x6b, 0x93, 0xd0, 0x5e, 0xc9, 0x9f, 0x7f, 0x21, 0x0e, 0x51, - 0x4d, 0x6f, 0xa0, 0x64, 0xad, 0x4d, 0xb9, 0x77, 0xbd, 0x29, 0x5f, 0xcb, 0x60, 0xb1, 0x68, 0x8a, - 0x87, 0xf9, 0x94, 0x96, 0x14, 0xca, 0x2a, 0xdf, 0x5c, 0xd6, 0x01, 0xb8, 0x3f, 0xf0, 0xc5, 0x90, - 0x11, 0xea, 0xe7, 0x26, 0xa6, 0x6e, 0x3c, 0x9a, 0x84, 0xf6, 0xaa, 0x4e, 0xfb, 0x87, 0x80, 0x68, - 0x31, 0xdb, 0xca, 0xcc, 0xbc, 0x23, 0x7b, 0x3e, 0xce, 0x00, 0xb3, 0x60, 0xcf, 0x11, 0x95, 0x92, - 0x09, 0xfe, 0x1f, 0x3f, 0x9a, 0x3d, 0x00, 0x64, 0x5a, 0x64, 0x3b, 0x77, 0x07, 0x46, 0xa1, 0x5d, - 0xd5, 0xa5, 0x27, 0x26, 0x2d, 0x69, 0xa9, 0x1c, 0x84, 0xa8, 0xaa, 0x17, 0x2d, 0x62, 0x1e, 0x83, - 0xc5, 0xe2, 0xa8, 0x88, 0x75, 0x2a, 0x89, 0xce, 0x56, 0x14, 0xda, 0xf5, 0xa3, 0x42, 0x28, 0x11, - 0x7b, 0xa8, 0xc5, 0xae, 0xa6, 0x40, 0x54, 0x2f, 0xee, 0xb4, 0x08, 0xfc, 0x64, 0x80, 0xf9, 0xa4, - 0x15, 0x88, 0x9e, 0x06, 0x9c, 0x4c, 0xd9, 0x83, 0xe7, 0xa0, 0x82, 0xfb, 0x22, 0xc8, 0x1f, 0x69, - 0x61, 0x8a, 0xa4, 0xfb, 0x10, 0x69, 0xe0, 0x56, 0x3f, 0x93, 0xe6, 0xc9, 0xc5, 0x6f, 0xab, 0xf4, - 0x3d, 0xb2, 0x4a, 0x17, 0x91, 0x65, 0x5c, 0x46, 0x96, 0xf1, 0x2b, 0xb2, 0x8c, 0xcf, 0x63, 0xab, - 0x74, 0x39, 0xb6, 0x4a, 0x3f, 0xc6, 0x56, 0xe9, 0xe4, 0x75, 0x8f, 0xa9, 0xb3, 0xa0, 0xe3, 0x74, - 0x45, 0xdf, 0xcd, 0x86, 0xd9, 0x0b, 0x71, 0x7a, 0xca, 0xba, 0x0c, 0x7b, 0xee, 0x59, 0xd0, 0x89, - 0x47, 0xe3, 0x87, 0xab, 0xc3, 0x37, 0x99, 0x75, 0x9d, 0x4a, 0x32, 0x29, 0x5f, 0xfe, 0x0d, 0x00, - 0x00, 0xff, 0xff, 0xb5, 0x66, 0x3b, 0x56, 0xa2, 0x07, 0x00, 0x00, + // 704 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x95, 0x31, 0x4f, 0xdb, 0x4c, + 0x18, 0xc7, 0xe3, 0xc0, 0x1b, 0x94, 0x83, 0x84, 0x17, 0xf3, 0xf2, 0x12, 0x68, 0x6b, 0xa3, 0xab, + 0x2a, 0x51, 0x89, 0xda, 0x22, 0x55, 0x87, 0x32, 0x95, 0x94, 0x22, 0x65, 0x43, 0x87, 0x58, 0xda, + 0x21, 0xba, 0xe4, 0x8e, 0x70, 0xc2, 0xb9, 0x8b, 0x7c, 0x67, 0xb7, 0xf9, 0x06, 0x95, 0xba, 0x54, + 0x9d, 0x3b, 0x75, 0xea, 0x47, 0x61, 0x64, 0xac, 0x3a, 0x58, 0xad, 0xb3, 0x76, 0xca, 0x27, 0xa8, + 0x62, 0x9f, 0x2d, 0xd3, 0x01, 0xc8, 0xc2, 0xd0, 0xcd, 0x77, 0xcf, 0xef, 0xf9, 0xdf, 0x3d, 0xff, + 0xe7, 0xe4, 0x07, 0x3c, 0x92, 0x94, 0x2b, 0xc6, 0xa9, 0xe7, 0xca, 0xa0, 0x2b, 0x7b, 0x3e, 0x1b, + 0x2a, 0x26, 0xb8, 0x1b, 0x36, 0x5d, 0x1a, 0x52, 0xae, 0xa4, 0x33, 0xf4, 0x85, 0x12, 0x66, 0x23, + 0xc3, 0x9c, 0x22, 0xe6, 0x84, 0xcd, 0xcd, 0xff, 0xfa, 0xa2, 0x2f, 0x12, 0xc8, 0x9d, 0x7e, 0xa5, + 0xfc, 0xa6, 0x95, 0xcb, 0xaa, 0xd1, 0x90, 0x4a, 0x37, 0xdc, 0x75, 0xa5, 0xc2, 0x2a, 0xd0, 0x7a, + 0x70, 0x6c, 0x80, 0x95, 0x57, 0xd3, 0x03, 0x4e, 0x86, 0x04, 0x2b, 0x7a, 0x9c, 0xc4, 0xcc, 0x03, + 0x50, 0x49, 0xa9, 0x86, 0xb1, 0x65, 0x6c, 0xd7, 0x9b, 0x1b, 0x4e, 0x7e, 0x6c, 0x22, 0xe3, 0x84, + 0xbb, 0x4e, 0x8a, 0xb6, 0x56, 0x26, 0x91, 0x5d, 0x1b, 0xe1, 0x81, 0xb7, 0x07, 0xd3, 0x14, 0x88, + 0x74, 0xae, 0xb9, 0x03, 0x16, 0x30, 0x21, 0x3e, 0x95, 0xb2, 0x51, 0xde, 0x32, 0xb6, 0xab, 0x2d, + 0x73, 0x12, 0xd9, 0xf5, 0x94, 0xd5, 0x01, 0x88, 0x32, 0xc4, 0x7c, 0x08, 0xca, 0x8c, 0x34, 0xe6, + 0xb6, 0x8c, 0xed, 0xf9, 0xd6, 0x6a, 0x1c, 0xd9, 0xe5, 0xf6, 0xc1, 0x24, 0xb2, 0xab, 0x29, 0xce, + 0x08, 0x44, 0x65, 0x46, 0xcc, 0x67, 0x60, 0x61, 0xe8, 0x61, 0xde, 0x61, 0xa4, 0x31, 0x9f, 0x90, + 0xf7, 0xe3, 0xc8, 0xae, 0x1c, 0x79, 0x98, 0x27, 0xb4, 0x16, 0xd7, 0x08, 0x44, 0x95, 0xe9, 0x57, + 0x9b, 0xc0, 0x5f, 0x06, 0xa8, 0x25, 0x55, 0xee, 0x7b, 0x9e, 0xe8, 0x61, 0x45, 0x8b, 0x77, 0x33, + 0x6e, 0xbe, 0x5b, 0x0b, 0xd4, 0xfa, 0x3e, 0xe6, 0x8a, 0x92, 0x4e, 0x77, 0xa4, 0x68, 0x56, 0xcf, + 0x83, 0x8b, 0xc8, 0x2e, 0x7d, 0x8f, 0xec, 0xb5, 0x9e, 0x90, 0x03, 0x21, 0x25, 0x39, 0x77, 0x98, + 0x70, 0x07, 0x58, 0x9d, 0x39, 0x6d, 0xae, 0xd0, 0x92, 0xce, 0x69, 0x4d, 0x53, 0xcc, 0x03, 0x50, + 0x0f, 0x14, 0xf3, 0x98, 0xcc, 0x45, 0xe6, 0x6e, 0x23, 0x52, 0xcb, 0x92, 0x52, 0x95, 0xd4, 0xa5, + 0xf9, 0x6b, 0x5d, 0x82, 0x5f, 0xb2, 0xa6, 0xbe, 0xf4, 0x29, 0x56, 0xf4, 0x08, 0x8f, 0x44, 0xa0, + 0x66, 0x2c, 0x79, 0x0f, 0x2c, 0x71, 0x41, 0x68, 0xe7, 0x6a, 0x07, 0xd7, 0x27, 0x91, 0xbd, 0x9a, + 0xa6, 0x14, 0xa3, 0x10, 0x2d, 0x4e, 0x97, 0xfb, 0x33, 0xb4, 0x12, 0x7e, 0x2a, 0xeb, 0x4b, 0x1e, + 0xe1, 0xd1, 0xa1, 0xf0, 0xef, 0xfc, 0x92, 0x3b, 0x60, 0x61, 0x88, 0x47, 0x03, 0xca, 0x95, 0x6e, + 0x44, 0xe1, 0x24, 0x1d, 0x80, 0x28, 0x43, 0xcc, 0x17, 0xa0, 0x2e, 0x15, 0x3e, 0x67, 0xbc, 0xdf, + 0xf1, 0xe9, 0x5b, 0xec, 0xa7, 0x3d, 0xa8, 0xb6, 0x36, 0x26, 0x91, 0xbd, 0x96, 0x3f, 0xff, 0x42, + 0x1c, 0xa2, 0x9a, 0xde, 0x40, 0xc9, 0x5a, 0x9b, 0xf2, 0xcf, 0xf5, 0xa6, 0x7c, 0x2e, 0x83, 0xe5, + 0xa2, 0x29, 0x1e, 0xe6, 0x33, 0x5a, 0x52, 0x28, 0xab, 0x7c, 0x73, 0x59, 0x87, 0xe0, 0xdf, 0xa1, + 0x2f, 0x42, 0x46, 0xa8, 0x9f, 0x9b, 0x98, 0xba, 0x71, 0x6f, 0x12, 0xd9, 0xeb, 0x3a, 0xed, 0x0f, + 0x02, 0xa2, 0xe5, 0x6c, 0x2b, 0x33, 0xf3, 0x8e, 0xec, 0x79, 0x3f, 0x07, 0xcc, 0x82, 0x3d, 0xc7, + 0x54, 0x4a, 0x26, 0xf8, 0x5f, 0xfc, 0x68, 0xf6, 0x01, 0x90, 0x69, 0x91, 0x9d, 0xdc, 0x1d, 0x18, + 0x47, 0x76, 0x55, 0x97, 0x9e, 0x98, 0xb4, 0xa2, 0xa5, 0x72, 0x10, 0xa2, 0xaa, 0x5e, 0xb4, 0x89, + 0x79, 0x02, 0x96, 0x8b, 0xa3, 0x62, 0xaa, 0x53, 0x49, 0x74, 0x76, 0xe2, 0xc8, 0xae, 0x1f, 0x17, + 0x42, 0x89, 0xd8, 0xff, 0x5a, 0xec, 0x6a, 0x0a, 0x44, 0xf5, 0xe2, 0x4e, 0x9b, 0xc0, 0x0f, 0x06, + 0x58, 0x4c, 0x5a, 0x81, 0xe8, 0x69, 0xc0, 0xc9, 0x8c, 0x3d, 0x78, 0x0c, 0x2a, 0x78, 0x20, 0x82, + 0xfc, 0x91, 0x16, 0xa6, 0x48, 0xba, 0x0f, 0x91, 0x06, 0x6e, 0xf5, 0x33, 0x69, 0xbd, 0xb9, 0xf8, + 0x69, 0x95, 0xbe, 0xc6, 0x56, 0xe9, 0x22, 0xb6, 0x8c, 0xcb, 0xd8, 0x32, 0x7e, 0xc4, 0x96, 0xf1, + 0x71, 0x6c, 0x95, 0x2e, 0xc7, 0x56, 0xe9, 0xdb, 0xd8, 0x2a, 0xbd, 0x7e, 0xde, 0x67, 0xea, 0x2c, + 0xe8, 0x3a, 0x3d, 0x31, 0x70, 0xb3, 0x61, 0xf6, 0x44, 0x9c, 0x9e, 0xb2, 0x1e, 0xc3, 0x9e, 0x7b, + 0x16, 0x74, 0xdd, 0x70, 0xb7, 0xe9, 0xbe, 0xbb, 0x3a, 0x7d, 0x93, 0x61, 0xd7, 0xad, 0x24, 0xa3, + 0xf2, 0xe9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x97, 0x4e, 0x98, 0xa3, 0x07, 0x00, 0x00, } func (m *EventUpdateStatus) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/genesis.pb.go b/x/subscription/types/genesis.pb.go index c9cc02451..446717ab3 100644 --- a/x/subscription/types/genesis.pb.go +++ b/x/subscription/types/genesis.pb.go @@ -118,28 +118,28 @@ func init() { } var fileDescriptor_794e3328e7a9d1e0 = []byte{ - // 333 bytes of a gzipped FileDescriptorProto + // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x31, 0x4e, 0xc3, 0x30, 0x18, 0x85, 0xe3, 0x82, 0x3a, 0xb8, 0x65, 0x09, 0x1d, 0x42, 0x07, 0x53, 0x55, 0x80, 0xca, 0x50, - 0x5b, 0x84, 0xa5, 0x13, 0x52, 0xbb, 0xb0, 0x30, 0xa0, 0x32, 0xd1, 0xcd, 0x89, 0x5c, 0xd7, 0x52, - 0x6a, 0x47, 0xb5, 0x53, 0xd1, 0x5b, 0x70, 0x01, 0x76, 0xb8, 0x49, 0xc7, 0x8e, 0x4c, 0x08, 0xd2, - 0x8b, 0x20, 0x9c, 0x04, 0x12, 0x89, 0x6c, 0xb6, 0xfc, 0xfd, 0xef, 0xbd, 0xff, 0x19, 0x5e, 0x68, - 0x26, 0x8d, 0x90, 0x2c, 0x22, 0x3a, 0x09, 0x74, 0xb8, 0x12, 0xb1, 0x11, 0x4a, 0x92, 0xb5, 0x4f, - 0x38, 0x93, 0x4c, 0x0b, 0x8d, 0xe3, 0x95, 0x32, 0xca, 0xf5, 0x0a, 0x0e, 0x97, 0x39, 0xbc, 0xf6, - 0xbb, 0x1d, 0xae, 0xb8, 0xb2, 0x10, 0xf9, 0x39, 0x65, 0x7c, 0xf7, 0x84, 0x2b, 0xc5, 0x23, 0x46, - 0xec, 0x2d, 0x48, 0xe6, 0x84, 0xca, 0x4d, 0xfe, 0x74, 0x59, 0x6b, 0x49, 0xa3, 0x48, 0x85, 0xd4, - 0x0a, 0x67, 0xe8, 0x79, 0x2d, 0x1a, 0xd3, 0x15, 0x5d, 0xe6, 0xe1, 0xfa, 0x2f, 0x00, 0x1e, 0xdf, - 0x66, 0x71, 0x1f, 0x4a, 0x9c, 0x3b, 0x82, 0xed, 0xf2, 0x9c, 0x07, 0x7a, 0x60, 0xd0, 0xf2, 0x3b, - 0x38, 0xcb, 0x86, 0x8b, 0x6c, 0x78, 0x2c, 0x37, 0xd3, 0x0a, 0xe9, 0xde, 0xc1, 0xd6, 0x5f, 0x18, - 0xed, 0x35, 0x7a, 0x07, 0x83, 0x96, 0x7f, 0x86, 0xeb, 0x4a, 0xc0, 0xe3, 0x5f, 0x78, 0x72, 0xb8, - 0xfd, 0x38, 0x75, 0xa6, 0xe5, 0xf1, 0xfe, 0x1b, 0x80, 0xed, 0x22, 0x9f, 0xa1, 0x86, 0xb9, 0x8f, - 0xf0, 0xa8, 0xac, 0xa0, 0x3d, 0x60, 0x0d, 0x86, 0xf5, 0x06, 0xff, 0xac, 0x97, 0x3b, 0x55, 0x95, - 0xdc, 0x1b, 0xd8, 0xcc, 0xba, 0xf1, 0x1a, 0x76, 0xdb, 0x5e, 0xbd, 0xe6, 0xbd, 0xe5, 0x72, 0x99, - 0x7c, 0x6a, 0x32, 0xdb, 0x7e, 0x21, 0xe7, 0x35, 0x45, 0xce, 0x36, 0x45, 0x60, 0x97, 0x22, 0xf0, - 0x99, 0x22, 0xf0, 0xbc, 0x47, 0xce, 0x6e, 0x8f, 0x9c, 0xf7, 0x3d, 0x72, 0x66, 0x23, 0x2e, 0xcc, - 0x22, 0x09, 0x70, 0xa8, 0x96, 0xa4, 0xd0, 0x1e, 0xaa, 0xf9, 0x5c, 0x84, 0x82, 0x46, 0x64, 0x91, - 0x04, 0x64, 0x7d, 0x45, 0x9e, 0xaa, 0x3f, 0x66, 0x36, 0x31, 0xd3, 0x41, 0xd3, 0x36, 0x7e, 0xfd, - 0x1d, 0x00, 0x00, 0xff, 0xff, 0x71, 0x01, 0x42, 0x2b, 0x75, 0x02, 0x00, 0x00, + 0x5b, 0x84, 0x05, 0x16, 0xa4, 0x76, 0x61, 0x61, 0x40, 0x65, 0x02, 0x26, 0x27, 0x72, 0x5d, 0x4b, + 0xa9, 0x1d, 0xd5, 0x4e, 0x45, 0x6f, 0xc1, 0x05, 0xd8, 0xe1, 0x26, 0x1d, 0x3b, 0x32, 0x21, 0x48, + 0x2f, 0x82, 0x70, 0x12, 0x48, 0x24, 0xb2, 0xd9, 0xf2, 0xf7, 0xbf, 0xf7, 0xfe, 0x67, 0x78, 0xa2, + 0x99, 0x34, 0x42, 0xb2, 0x88, 0xe8, 0x24, 0xd0, 0xe1, 0x42, 0xc4, 0x46, 0x28, 0x49, 0x96, 0x3e, + 0xe1, 0x4c, 0x32, 0x2d, 0x34, 0x8e, 0x17, 0xca, 0x28, 0xd7, 0x2b, 0x38, 0x5c, 0xe6, 0xf0, 0xd2, + 0xef, 0x76, 0xb8, 0xe2, 0xca, 0x42, 0xe4, 0xe7, 0x94, 0xf1, 0xdd, 0x03, 0xae, 0x14, 0x8f, 0x18, + 0xb1, 0xb7, 0x20, 0x99, 0x12, 0x2a, 0x57, 0xf9, 0xd3, 0x69, 0xad, 0x25, 0x8d, 0x22, 0x15, 0x52, + 0x2b, 0x9c, 0xa1, 0xc7, 0xb5, 0x68, 0x4c, 0x17, 0x74, 0x9e, 0x87, 0xeb, 0xbf, 0x00, 0xb8, 0x7f, + 0x9d, 0xc5, 0xbd, 0x2b, 0x71, 0xee, 0x05, 0x6c, 0x97, 0xe7, 0x3c, 0xd0, 0x03, 0x83, 0x96, 0xdf, + 0xc1, 0x59, 0x36, 0x5c, 0x64, 0xc3, 0x23, 0xb9, 0x9a, 0x54, 0x48, 0xf7, 0x06, 0xb6, 0xfe, 0xc2, + 0x68, 0xaf, 0xd1, 0xdb, 0x19, 0xb4, 0xfc, 0x23, 0x5c, 0x57, 0x02, 0x1e, 0xfd, 0xc2, 0xe3, 0xdd, + 0xf5, 0xc7, 0xa1, 0x33, 0x29, 0x8f, 0xf7, 0xdf, 0x00, 0x6c, 0x17, 0xf9, 0x0c, 0x35, 0xcc, 0xbd, + 0x87, 0x7b, 0x65, 0x05, 0xed, 0x01, 0x6b, 0x30, 0xac, 0x37, 0xf8, 0x67, 0xbd, 0xdc, 0xa9, 0xaa, + 0xe4, 0x5e, 0xc1, 0x66, 0xd6, 0x8d, 0xd7, 0xb0, 0xdb, 0xf6, 0xea, 0x35, 0x6f, 0x2d, 0x97, 0xcb, + 0xe4, 0x53, 0xe3, 0xc7, 0xf5, 0x17, 0x72, 0x5e, 0x53, 0xe4, 0xac, 0x53, 0x04, 0x36, 0x29, 0x02, + 0x9f, 0x29, 0x02, 0xcf, 0x5b, 0xe4, 0x6c, 0xb6, 0xc8, 0x79, 0xdf, 0x22, 0xe7, 0xe1, 0x92, 0x0b, + 0x33, 0x4b, 0x02, 0x1c, 0xaa, 0x39, 0x29, 0xb4, 0x87, 0x6a, 0x3a, 0x15, 0xa1, 0xa0, 0x11, 0x99, + 0x25, 0x01, 0x59, 0x9e, 0xf9, 0xe4, 0xa9, 0xfa, 0x65, 0x66, 0x15, 0x33, 0x1d, 0x34, 0x6d, 0xe5, + 0xe7, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xe8, 0x3a, 0x04, 0x76, 0x02, 0x00, 0x00, } func (m *GenesisSubscription) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/keys.go b/x/subscription/types/keys.go index d0d0c17b4..466571adb 100644 --- a/x/subscription/types/keys.go +++ b/x/subscription/types/keys.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/address" diff --git a/x/subscription/types/keys_test.go b/x/subscription/types/keys_test.go index ac406fdd1..9a2be84a8 100644 --- a/x/subscription/types/keys_test.go +++ b/x/subscription/types/keys_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestSubscriptionForInactiveAtKey(t *testing.T) { diff --git a/x/subscription/types/msg.pb.go b/x/subscription/types/msg.pb.go index e9d530adf..056260e52 100644 --- a/x/subscription/types/msg.pb.go +++ b/x/subscription/types/msg.pb.go @@ -201,31 +201,31 @@ func init() { } var fileDescriptor_4cb96050c6471ce0 = []byte{ - // 374 bytes of a gzipped FileDescriptorProto + // 375 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcf, 0xae, 0xd2, 0x40, 0x14, 0xc6, 0x3b, 0x15, 0x31, 0x8c, 0x1b, 0x1d, 0xc4, 0x34, 0x24, 0x0e, 0xa4, 0x2b, 0xa2, 0x32, - 0x13, 0x61, 0xe3, 0xca, 0x44, 0x74, 0xc3, 0x82, 0x4d, 0xdd, 0xb1, 0xeb, 0x9f, 0xa1, 0x8c, 0xb6, - 0x9d, 0xda, 0x33, 0x6d, 0xe4, 0x29, 0xf4, 0x31, 0x7c, 0x14, 0x96, 0x2c, 0x8d, 0x8b, 0x46, 0xcb, - 0x8b, 0xdc, 0xd0, 0x86, 0x1b, 0x20, 0xb9, 0x37, 0xe4, 0xee, 0xce, 0x9c, 0xfc, 0xce, 0x39, 0xdf, - 0x7c, 0xf9, 0xb0, 0x0d, 0x22, 0xd1, 0x32, 0x11, 0x11, 0x87, 0xdc, 0x03, 0x3f, 0x93, 0xa9, 0x96, - 0x2a, 0xe1, 0xc5, 0x84, 0xc7, 0x10, 0xb2, 0x34, 0x53, 0x5a, 0x11, 0xeb, 0xc8, 0xb0, 0x53, 0x86, - 0x15, 0x93, 0xfe, 0x8b, 0x50, 0x85, 0xaa, 0x86, 0xf8, 0xa1, 0x6a, 0x78, 0xfb, 0x03, 0x7e, 0xb6, - 0x80, 0xf0, 0x93, 0x9b, 0xf8, 0x22, 0x72, 0xc4, 0xf7, 0x5c, 0x80, 0x26, 0x04, 0xb7, 0x56, 0x99, - 0x8a, 0x2d, 0x34, 0x44, 0xa3, 0x8e, 0x53, 0xd7, 0xe4, 0x25, 0x36, 0x65, 0x60, 0x99, 0x43, 0x34, - 0x6a, 0xcd, 0xda, 0x55, 0x39, 0x30, 0xe7, 0x9f, 0x1d, 0x53, 0x06, 0xf6, 0x4f, 0x84, 0xc9, 0x02, - 0xc2, 0x8f, 0x51, 0xa4, 0x7c, 0x57, 0x8b, 0x07, 0xac, 0x20, 0x16, 0x7e, 0xe2, 0x06, 0x41, 0x26, - 0x00, 0xac, 0x47, 0x35, 0x7e, 0x7c, 0x92, 0x29, 0x7e, 0xec, 0x6d, 0xb4, 0x00, 0xab, 0x75, 0xe8, - 0xcf, 0x5e, 0x6d, 0xcb, 0x81, 0xf1, 0xb7, 0x1c, 0xf4, 0x7c, 0x05, 0xb1, 0x02, 0x08, 0xbe, 0x31, - 0xa9, 0x78, 0xec, 0xea, 0x35, 0x9b, 0x27, 0xda, 0x69, 0x58, 0xbb, 0x8b, 0x9f, 0x9f, 0xfc, 0x08, - 0x52, 0x95, 0x80, 0xb0, 0x7b, 0xb8, 0x7b, 0xa6, 0xb2, 0x69, 0x4f, 0x4a, 0x84, 0xf1, 0x02, 0xc2, - 0x2f, 0x22, 0x2b, 0xa4, 0x2f, 0x48, 0x80, 0x3b, 0xb7, 0xa3, 0xe4, 0x35, 0xbb, 0xcb, 0x4a, 0x76, - 0xe9, 0x58, 0xff, 0xcd, 0x55, 0x6c, 0x73, 0x94, 0x7c, 0xc5, 0x4f, 0x4f, 0xb4, 0x90, 0xb7, 0xf7, - 0xce, 0x5e, 0x18, 0xdb, 0x1f, 0x5f, 0x49, 0x37, 0xb7, 0x66, 0xcb, 0xed, 0x7f, 0x6a, 0xfc, 0xae, - 0xa8, 0xb1, 0xad, 0x28, 0xda, 0x55, 0x14, 0xfd, 0xab, 0x28, 0xfa, 0xb5, 0xa7, 0xc6, 0x6e, 0x4f, - 0x8d, 0x3f, 0x7b, 0x6a, 0x2c, 0xdf, 0x87, 0x52, 0xaf, 0x73, 0x8f, 0xf9, 0x2a, 0xe6, 0xc7, 0xd5, - 0x63, 0xb5, 0x5a, 0x49, 0x5f, 0xba, 0x11, 0x5f, 0xe7, 0x1e, 0x2f, 0xde, 0xf1, 0x1f, 0xe7, 0x89, - 0xd3, 0x9b, 0x54, 0x80, 0xd7, 0xae, 0x13, 0x34, 0xbd, 0x09, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x58, - 0x16, 0x34, 0x97, 0x02, 0x00, 0x00, + 0x13, 0xcb, 0xca, 0x8d, 0x89, 0xe8, 0x86, 0x05, 0x9b, 0xba, 0xd3, 0x55, 0xff, 0x0c, 0x65, 0xb4, + 0xed, 0xd4, 0x9e, 0x69, 0x23, 0x4f, 0xa1, 0x8f, 0xe1, 0xa3, 0xb0, 0x64, 0x69, 0x5c, 0x34, 0x5a, + 0x5e, 0xc4, 0xd0, 0x06, 0x03, 0x24, 0xf7, 0x86, 0xdc, 0xdd, 0x99, 0x93, 0xdf, 0x39, 0xe7, 0x9b, + 0x2f, 0x1f, 0xb6, 0x41, 0xa4, 0x5a, 0xa6, 0x22, 0xe6, 0x50, 0xf8, 0x10, 0xe4, 0x32, 0xd3, 0x52, + 0xa5, 0xbc, 0x74, 0x78, 0x02, 0x11, 0xcb, 0x72, 0xa5, 0x15, 0xb1, 0x8e, 0x0c, 0x3b, 0x65, 0x58, + 0xe9, 0x0c, 0x9f, 0x44, 0x2a, 0x52, 0x0d, 0xc4, 0x0f, 0x55, 0xcb, 0xdb, 0x6f, 0xf0, 0xa3, 0x25, + 0x44, 0xef, 0xbc, 0x34, 0x10, 0xb1, 0x2b, 0xbe, 0x16, 0x02, 0x34, 0x21, 0xb8, 0xb3, 0xca, 0x55, + 0x62, 0xa1, 0x31, 0x9a, 0xf4, 0xdc, 0xa6, 0x26, 0x4f, 0xb1, 0x29, 0x43, 0xcb, 0x1c, 0xa3, 0x49, + 0x67, 0xde, 0xad, 0xab, 0x91, 0xb9, 0x78, 0xef, 0x9a, 0x32, 0xb4, 0xbf, 0x23, 0x4c, 0x96, 0x10, + 0xbd, 0x8d, 0x63, 0x15, 0x78, 0x5a, 0xdc, 0x61, 0x05, 0xb1, 0xf0, 0x03, 0x2f, 0x0c, 0x73, 0x01, + 0x60, 0xdd, 0x6b, 0xf0, 0xe3, 0x93, 0xcc, 0xf0, 0x7d, 0x7f, 0xa3, 0x05, 0x58, 0x9d, 0x43, 0x7f, + 0xfe, 0x6c, 0x5b, 0x8d, 0x8c, 0xdf, 0xd5, 0x68, 0x10, 0x28, 0x48, 0x14, 0x40, 0xf8, 0x85, 0x49, + 0xc5, 0x13, 0x4f, 0xaf, 0xd9, 0x22, 0xd5, 0x6e, 0xcb, 0xda, 0x7d, 0xfc, 0xf8, 0xe4, 0x47, 0x90, + 0xa9, 0x14, 0x84, 0x3d, 0xc0, 0xfd, 0x33, 0x95, 0x6d, 0xdb, 0xa9, 0x10, 0xc6, 0x4b, 0x88, 0x3e, + 0x88, 0xbc, 0x94, 0x81, 0x20, 0x21, 0xee, 0xfd, 0x1f, 0x25, 0xcf, 0xd9, 0x4d, 0x56, 0xb2, 0x4b, + 0xc7, 0x86, 0x2f, 0xae, 0x62, 0xdb, 0xa3, 0xe4, 0x33, 0x7e, 0x78, 0xa2, 0x85, 0xbc, 0xbc, 0x75, + 0xf6, 0xc2, 0xd8, 0xe1, 0xf4, 0x4a, 0xba, 0xbd, 0x35, 0xff, 0xb4, 0xfd, 0x4b, 0x8d, 0x9f, 0x35, + 0x35, 0xb6, 0x35, 0x45, 0xbb, 0x9a, 0xa2, 0x3f, 0x35, 0x45, 0x3f, 0xf6, 0xd4, 0xd8, 0xed, 0xa9, + 0xf1, 0x6b, 0x4f, 0x8d, 0x8f, 0xaf, 0x23, 0xa9, 0xd7, 0x85, 0xcf, 0x02, 0x95, 0xf0, 0xe3, 0xea, + 0xa9, 0x5a, 0xad, 0x64, 0x20, 0xbd, 0x98, 0xaf, 0x0b, 0x9f, 0x97, 0xaf, 0x1c, 0xfe, 0xed, 0x3c, + 0x72, 0x7a, 0x93, 0x09, 0xf0, 0xbb, 0x4d, 0x84, 0x66, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf5, + 0x53, 0xf9, 0x78, 0x98, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/subscription/types/msg_test.go b/x/subscription/types/msg_test.go index ee8ad0e35..cdf7d31ba 100644 --- a/x/subscription/types/msg_test.go +++ b/x/subscription/types/msg_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestMsgCancelRequest_ValidateBasic(t *testing.T) { diff --git a/x/subscription/types/params.pb.go b/x/subscription/types/params.pb.go index 34492c6c0..6acee9153 100644 --- a/x/subscription/types/params.pb.go +++ b/x/subscription/types/params.pb.go @@ -76,7 +76,7 @@ func init() { } var fileDescriptor_2557bd35f22fae46 = []byte{ - // 260 bytes of a gzipped FileDescriptorProto + // 261 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2d, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x2e, 0x4d, 0x2a, 0x4e, 0x2e, 0xca, 0x2c, 0x28, 0xc9, 0xcc, 0xcf, 0xd3, 0x2f, 0x33, 0xd2, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, @@ -87,13 +87,13 @@ var fileDescriptor_2557bd35f22fae46 = []byte{ 0xf1, 0xc9, 0x19, 0x89, 0x79, 0xe9, 0xa9, 0xf1, 0x29, 0xa9, 0x39, 0x89, 0x95, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0xdc, 0x46, 0x92, 0x7a, 0x10, 0x73, 0xf4, 0x60, 0xe6, 0xe8, 0xb9, 0x40, 0xcd, 0x71, 0xe2, 0x38, 0x71, 0x4f, 0x9e, 0x61, 0xc6, 0x7d, 0x79, 0xc6, 0x20, 0x41, 0x88, 0x7e, 0x67, 0xb0, - 0x76, 0x17, 0x90, 0x6e, 0xa7, 0xa8, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, 0x63, 0x38, 0xf1, + 0x76, 0x17, 0x90, 0x6e, 0xa7, 0xe8, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, - 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0x8b, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, + 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xcb, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0xdf, 0x74, 0xf3, 0xd3, 0xd2, 0x32, 0x93, 0x33, 0x13, 0x73, - 0xf4, 0x33, 0x4a, 0x93, 0xf4, 0xcb, 0x0c, 0xf5, 0x2b, 0x50, 0x03, 0xa5, 0xa4, 0xb2, 0x20, 0xb5, - 0x38, 0x89, 0x0d, 0xec, 0x16, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0xd8, 0x98, 0x6d, - 0x3a, 0x01, 0x00, 0x00, + 0xf4, 0x33, 0x4a, 0x93, 0xf4, 0xcb, 0x0c, 0x8d, 0xf4, 0x2b, 0x50, 0x43, 0xa5, 0xa4, 0xb2, 0x20, + 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x18, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x75, 0xa9, + 0xee, 0x3b, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/payout.go b/x/subscription/types/payout.go index a37100a2f..60969891c 100644 --- a/x/subscription/types/payout.go +++ b/x/subscription/types/payout.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func (p *Payout) GetAddress() sdk.AccAddress { diff --git a/x/subscription/types/payout.pb.go b/x/subscription/types/payout.pb.go index 5e990c6b7..5231be8a4 100644 --- a/x/subscription/types/payout.pb.go +++ b/x/subscription/types/payout.pb.go @@ -88,31 +88,31 @@ func init() { } var fileDescriptor_f20b0a92fdfecfe5 = []byte{ - // 371 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xbb, 0x8a, 0xdb, 0x40, - 0x14, 0x86, 0x35, 0xb2, 0x2d, 0x27, 0xe3, 0x54, 0xc2, 0x04, 0xc5, 0xc5, 0x48, 0x09, 0x04, 0xd4, - 0x64, 0x06, 0x3b, 0x04, 0xd2, 0xa4, 0xb0, 0x92, 0x26, 0x5d, 0x10, 0xa9, 0xdc, 0x18, 0x5d, 0xc6, - 0xf2, 0x80, 0xa5, 0x23, 0x34, 0x23, 0x61, 0xbf, 0x85, 0x1f, 0x63, 0x1f, 0xc5, 0xa5, 0xcb, 0xad, - 0xbc, 0xbb, 0x72, 0xb5, 0x6f, 0xb1, 0x48, 0xb2, 0x60, 0xb7, 0x3b, 0x97, 0xef, 0x87, 0xf3, 0x71, - 0xf0, 0x57, 0xc9, 0x33, 0x25, 0x32, 0xbe, 0x63, 0xb2, 0x0c, 0x65, 0x54, 0x88, 0x5c, 0x09, 0xc8, - 0x58, 0xb5, 0x60, 0x79, 0x70, 0x80, 0x52, 0xd1, 0xbc, 0x00, 0x05, 0xa6, 0xd5, 0x63, 0xf4, 0x35, - 0x46, 0xab, 0xc5, 0x8c, 0x44, 0x20, 0x53, 0x90, 0x2c, 0x0c, 0x24, 0x67, 0xd5, 0x3c, 0xe4, 0x2a, - 0x98, 0xb3, 0x08, 0x44, 0xd6, 0x25, 0x67, 0xd3, 0x04, 0x12, 0x68, 0x4b, 0xd6, 0x54, 0xb7, 0xa9, - 0x9d, 0x00, 0x24, 0x3b, 0xce, 0xda, 0x2e, 0x2c, 0x37, 0x4c, 0x89, 0x94, 0x4b, 0x15, 0xa4, 0x79, - 0x07, 0x7c, 0x79, 0x46, 0xd8, 0xf8, 0xd7, 0x5e, 0x60, 0x7e, 0xc4, 0xba, 0x88, 0x2d, 0xe4, 0x20, - 0x77, 0xe8, 0x19, 0xf5, 0xc5, 0xd6, 0xff, 0xfe, 0xf1, 0x75, 0x11, 0x9b, 0x16, 0x1e, 0x07, 0x71, - 0x5c, 0x70, 0x29, 0x2d, 0xdd, 0x41, 0xee, 0x7b, 0xbf, 0x6f, 0xcd, 0xcf, 0xf8, 0x43, 0x06, 0x31, - 0x5f, 0xf7, 0xeb, 0x41, 0xbb, 0x9e, 0x34, 0xb3, 0xe5, 0x0d, 0x99, 0xe2, 0xd1, 0x16, 0xca, 0x42, - 0x5a, 0x43, 0x07, 0xb9, 0x03, 0xbf, 0x6b, 0xcc, 0x1f, 0x78, 0x94, 0x17, 0x22, 0xe2, 0xd6, 0xc8, - 0x41, 0xee, 0x64, 0xf1, 0x89, 0x76, 0x72, 0xb4, 0x91, 0xa3, 0x37, 0x39, 0xfa, 0x1b, 0x44, 0xe6, - 0x0d, 0x4f, 0x17, 0x5b, 0xf3, 0x3b, 0xda, 0xfc, 0x85, 0xc7, 0x19, 0xdf, 0xab, 0x75, 0xa0, 0x2c, - 0xa3, 0x0d, 0xce, 0x68, 0xe7, 0x47, 0x7b, 0x3f, 0xfa, 0xbf, 0xf7, 0xf3, 0xde, 0x35, 0xc9, 0xe3, - 0x83, 0x8d, 0x7c, 0xa3, 0x09, 0x2d, 0x95, 0xb7, 0x3a, 0x3d, 0x11, 0xed, 0xae, 0x26, 0xda, 0xa9, - 0x26, 0xe8, 0x5c, 0x13, 0xf4, 0x58, 0x13, 0x74, 0xbc, 0x12, 0xed, 0x7c, 0x25, 0xda, 0xfd, 0x95, - 0x68, 0xab, 0x9f, 0x89, 0x50, 0xdb, 0x32, 0xa4, 0x11, 0xa4, 0xac, 0xff, 0xc4, 0x37, 0xd8, 0x6c, - 0x44, 0x24, 0x82, 0x1d, 0xdb, 0x96, 0x21, 0xab, 0xe6, 0x6c, 0xff, 0xf6, 0x85, 0xea, 0x90, 0x73, - 0x19, 0x1a, 0xed, 0x05, 0xdf, 0x5f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x4b, 0xfe, 0x0e, 0x53, 0xe8, - 0x01, 0x00, 0x00, + // 372 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xbb, 0x8e, 0x9b, 0x40, + 0x14, 0x86, 0x19, 0x6c, 0xe3, 0x64, 0x9c, 0x0a, 0x59, 0x11, 0x71, 0x31, 0x90, 0x48, 0x91, 0x68, + 0x32, 0x23, 0x13, 0xa5, 0x48, 0x91, 0xc2, 0x24, 0x4d, 0xba, 0x08, 0xa5, 0x4a, 0x0a, 0x8b, 0xcb, + 0x18, 0x8f, 0x64, 0x38, 0x88, 0x19, 0x90, 0xfd, 0x16, 0x7e, 0x8c, 0x3c, 0x8a, 0x4b, 0x97, 0xa9, + 0xbc, 0xbb, 0xb8, 0xda, 0xb7, 0x58, 0x01, 0x46, 0xda, 0xed, 0xce, 0xe5, 0xfb, 0xa5, 0xf3, 0xe9, + 0xe0, 0x8f, 0x92, 0xe7, 0x4a, 0xe4, 0x7c, 0xc7, 0x64, 0x15, 0xc9, 0xb8, 0x14, 0x85, 0x12, 0x90, + 0xb3, 0xda, 0x63, 0x45, 0x78, 0x80, 0x4a, 0xd1, 0xa2, 0x04, 0x05, 0xa6, 0x35, 0x60, 0xf4, 0x39, + 0x46, 0x6b, 0x6f, 0x41, 0x62, 0x90, 0x19, 0x48, 0x16, 0x85, 0x92, 0xb3, 0x7a, 0x19, 0x71, 0x15, + 0x2e, 0x59, 0x0c, 0x22, 0xef, 0x93, 0x8b, 0x79, 0x0a, 0x29, 0x74, 0x25, 0x6b, 0xab, 0xdb, 0xd4, + 0x4e, 0x01, 0xd2, 0x1d, 0x67, 0x5d, 0x17, 0x55, 0x1b, 0xa6, 0x44, 0xc6, 0xa5, 0x0a, 0xb3, 0xa2, + 0x07, 0x3e, 0x3c, 0x22, 0x6c, 0xfc, 0xea, 0x2e, 0x30, 0xdf, 0x62, 0x5d, 0x24, 0x16, 0x72, 0x90, + 0x3b, 0xf6, 0x8d, 0xe6, 0x62, 0xeb, 0x3f, 0x7f, 0x04, 0xba, 0x48, 0x4c, 0x0b, 0x4f, 0xc3, 0x24, + 0x29, 0xb9, 0x94, 0x96, 0xee, 0x20, 0xf7, 0x75, 0x30, 0xb4, 0xe6, 0x7b, 0xfc, 0x26, 0x87, 0x84, + 0xaf, 0x87, 0xf5, 0xa8, 0x5b, 0xcf, 0xda, 0xd9, 0xea, 0x86, 0xcc, 0xf1, 0x64, 0x0b, 0x55, 0x29, + 0xad, 0xb1, 0x83, 0xdc, 0x51, 0xd0, 0x37, 0xe6, 0x17, 0x3c, 0x29, 0x4a, 0x11, 0x73, 0x6b, 0xe2, + 0x20, 0x77, 0xe6, 0xbd, 0xa3, 0xbd, 0x1c, 0x6d, 0xe5, 0xe8, 0x4d, 0x8e, 0x7e, 0x07, 0x91, 0xfb, + 0xe3, 0xd3, 0xc5, 0xd6, 0x82, 0x9e, 0x36, 0xbf, 0xe1, 0x69, 0xce, 0xf7, 0x6a, 0x1d, 0x2a, 0xcb, + 0xe8, 0x82, 0x0b, 0xda, 0xfb, 0xd1, 0xc1, 0x8f, 0xfe, 0x1e, 0xfc, 0xfc, 0x57, 0x6d, 0xf2, 0x78, + 0x67, 0xa3, 0xc0, 0x68, 0x43, 0x2b, 0xe5, 0xff, 0x3d, 0x3d, 0x10, 0xed, 0x5f, 0x43, 0xb4, 0x53, + 0x43, 0xd0, 0xb9, 0x21, 0xe8, 0xbe, 0x21, 0xe8, 0x78, 0x25, 0xda, 0xf9, 0x4a, 0xb4, 0xff, 0x57, + 0xa2, 0xfd, 0xf9, 0x9a, 0x0a, 0xb5, 0xad, 0x22, 0x1a, 0x43, 0xc6, 0x86, 0x4f, 0x7c, 0x82, 0xcd, + 0x46, 0xc4, 0x22, 0xdc, 0xb1, 0x6d, 0x15, 0xb1, 0x7a, 0xe9, 0xb1, 0xfd, 0xcb, 0x1f, 0xaa, 0x43, + 0xc1, 0x65, 0x64, 0x74, 0x27, 0x7c, 0x7e, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x56, 0x7d, 0x4e, 0xc2, + 0xe9, 0x01, 0x00, 0x00, } func (m *Payout) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/payout_test.go b/x/subscription/types/payout_test.go index 03d546893..4d0ac366f 100644 --- a/x/subscription/types/payout_test.go +++ b/x/subscription/types/payout_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestPayout_Validate(t *testing.T) { diff --git a/x/subscription/types/querier.go b/x/subscription/types/querier.go index e562fa9f0..2283677ac 100644 --- a/x/subscription/types/querier.go +++ b/x/subscription/types/querier.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func NewQuerySubscriptionRequest(id uint64) *QuerySubscriptionRequest { diff --git a/x/subscription/types/querier.pb.go b/x/subscription/types/querier.pb.go index a94561679..70551e163 100644 --- a/x/subscription/types/querier.pb.go +++ b/x/subscription/types/querier.pb.go @@ -1027,76 +1027,76 @@ func init() { } var fileDescriptor_5ebb74ffe66f0b8f = []byte{ - // 1090 bytes of a gzipped FileDescriptorProto + // 1092 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x98, 0xcf, 0x6f, 0x1b, 0x45, 0x14, 0xc7, 0x3d, 0xa6, 0x6a, 0xc5, 0xa4, 0x40, 0x3b, 0x8d, 0x5a, 0xc7, 0x84, 0x6d, 0xba, 0x75, - 0xf3, 0xc3, 0x4a, 0x76, 0xea, 0x4d, 0x10, 0x51, 0x10, 0x15, 0xc9, 0xa1, 0x48, 0x08, 0xa1, 0x60, - 0xd4, 0x4b, 0x25, 0x0e, 0xe3, 0xf5, 0xc4, 0x5d, 0xc9, 0xd9, 0x71, 0x3c, 0xbb, 0x16, 0xa6, 0x02, - 0x09, 0x84, 0x04, 0xe2, 0x84, 0xc4, 0x89, 0x1b, 0xe5, 0x14, 0xa9, 0xe2, 0x00, 0x27, 0xb8, 0x71, - 0x41, 0xca, 0xb1, 0x88, 0x0b, 0x27, 0x04, 0x09, 0x7f, 0x08, 0xda, 0xd9, 0x59, 0xef, 0xec, 0xae, - 0xd7, 0xd9, 0x8d, 0x42, 0x09, 0x37, 0xaf, 0xf7, 0xbd, 0xf7, 0xfd, 0xbc, 0xc9, 0xf8, 0xfb, 0x66, - 0x02, 0xe7, 0x39, 0x75, 0x5c, 0xdb, 0xa1, 0x5d, 0xcc, 0xbd, 0x16, 0xb7, 0xfa, 0x76, 0xcf, 0xb5, - 0x99, 0x83, 0x07, 0x26, 0xde, 0xf3, 0x68, 0xdf, 0xa6, 0x7d, 0xa3, 0xd7, 0x67, 0x2e, 0x43, 0x95, - 0x30, 0xce, 0x50, 0xe3, 0x8c, 0x81, 0x59, 0xad, 0x5b, 0x8c, 0xef, 0x32, 0x8e, 0x5b, 0x84, 0x53, - 0x91, 0x34, 0xc4, 0x83, 0x46, 0x8b, 0xba, 0xa4, 0x81, 0x7b, 0xa4, 0x63, 0x3b, 0x44, 0x04, 0x8a, - 0x2a, 0xd5, 0xe9, 0x0e, 0xeb, 0x30, 0xf1, 0x11, 0xfb, 0x9f, 0xe4, 0xb7, 0xb3, 0x1d, 0xc6, 0x3a, - 0x5d, 0x8a, 0x49, 0xcf, 0xc6, 0xc4, 0x71, 0x98, 0x2b, 0x52, 0xb8, 0x7c, 0x3b, 0x23, 0xdf, 0x8a, - 0xa7, 0x96, 0xb7, 0x83, 0x89, 0x33, 0x94, 0xaf, 0x96, 0x32, 0xe1, 0x49, 0xb7, 0xcb, 0x2c, 0x55, - 0xf9, 0x56, 0x66, 0x68, 0x8f, 0xf4, 0xc9, 0x2e, 0xcf, 0x11, 0x36, 0x64, 0x9e, 0x1b, 0x84, 0xe9, - 0x16, 0x9c, 0x79, 0xc7, 0xef, 0xf4, 0x5d, 0x25, 0x88, 0x37, 0xe9, 0x9e, 0x47, 0xb9, 0x8b, 0xee, - 0x42, 0x18, 0x35, 0x5e, 0x01, 0x73, 0x60, 0x71, 0xca, 0x9c, 0x37, 0x82, 0x55, 0x32, 0xfc, 0x55, - 0x32, 0xc4, 0x2a, 0x19, 0x72, 0x95, 0x8c, 0x6d, 0xd2, 0xa1, 0x32, 0xb7, 0xa9, 0x64, 0xea, 0x9f, - 0x01, 0x78, 0x33, 0xad, 0x72, 0x97, 0xf5, 0x37, 0x2d, 0x8b, 0x79, 0x8e, 0x1b, 0xea, 0x55, 0xe0, - 0x05, 0xd2, 0x6e, 0xf7, 0x29, 0xe7, 0x42, 0xec, 0xd9, 0x66, 0xf8, 0x98, 0x20, 0x29, 0x9f, 0x98, - 0xe4, 0x53, 0x00, 0xe7, 0xc6, 0x92, 0xbc, 0xcd, 0xda, 0xf4, 0xe9, 0x61, 0x7c, 0x90, 0x41, 0xb1, - 0xdd, 0x25, 0x4e, 0x48, 0xf1, 0x3c, 0x2c, 0xdb, 0x6d, 0x01, 0x70, 0xae, 0x59, 0xb6, 0xdb, 0xa7, - 0xa6, 0x5d, 0x87, 0x95, 0x94, 0x76, 0x86, 0xa6, 0xbe, 0x05, 0xaf, 0x8a, 0xd8, 0xcd, 0xd1, 0x26, - 0xcc, 0xa2, 0x53, 0xd6, 0xac, 0x1c, 0x5b, 0x33, 0x7d, 0x0f, 0x5e, 0x4b, 0xd4, 0xe0, 0xff, 0x76, - 0x8b, 0xef, 0xc1, 0x2b, 0x42, 0x72, 0x5b, 0xec, 0xf4, 0x53, 0xdf, 0xce, 0x1f, 0x03, 0xf8, 0x92, - 0x5a, 0xff, 0xbf, 0xd8, 0xc8, 0x1f, 0xc1, 0x6a, 0x02, 0xe1, 0xe9, 0xee, 0xe0, 0x1a, 0x44, 0x8a, - 0x7e, 0xd6, 0xfe, 0x99, 0x1e, 0x45, 0xf9, 0xce, 0x24, 0xa3, 0xf4, 0x47, 0x40, 0xc2, 0x27, 0x4c, - 0x87, 0xf7, 0x98, 0xc3, 0x29, 0xda, 0x80, 0xcf, 0xa9, 0x96, 0xe5, 0xb7, 0xf0, 0xcc, 0xe2, 0x94, - 0x39, 0x6d, 0x04, 0xf6, 0x69, 0x84, 0xf6, 0x69, 0x6c, 0x3a, 0xc3, 0x66, 0x3c, 0x14, 0xbd, 0x31, - 0xa6, 0xbd, 0x85, 0x63, 0xdb, 0x0b, 0x84, 0x63, 0xfd, 0x3d, 0x06, 0xb0, 0x36, 0xd9, 0xb2, 0xce, - 0x12, 0xed, 0x3e, 0x80, 0x37, 0x26, 0xd8, 0xda, 0xff, 0x02, 0x35, 0xf0, 0xbe, 0xb3, 0x84, 0x7a, - 0x6f, 0xcc, 0x6c, 0x1c, 0x11, 0xae, 0xc3, 0x8b, 0xaa, 0xac, 0xb4, 0x93, 0xf1, 0x80, 0xb1, 0x48, - 0x9d, 0xa6, 0x0c, 0x71, 0x54, 0xf4, 0x4d, 0x08, 0xa3, 0x79, 0x2f, 0x4b, 0xd6, 0x8c, 0xac, 0x03, - 0x8b, 0x11, 0x55, 0xd8, 0x3a, 0x77, 0xf0, 0xc7, 0xf5, 0x52, 0x53, 0xc9, 0xd6, 0xbf, 0x07, 0xd2, - 0xe8, 0x63, 0xc6, 0x2b, 0x85, 0xde, 0x82, 0x53, 0x51, 0x68, 0xb8, 0xba, 0x45, 0x94, 0xd4, 0xf4, - 0xd3, 0x5b, 0xf1, 0x47, 0x00, 0x4e, 0xc7, 0x9d, 0x5b, 0xf2, 0xbe, 0x0e, 0x2f, 0x04, 0xc7, 0x96, - 0x90, 0x75, 0x2e, 0x9b, 0x35, 0xc8, 0x95, 0x9c, 0x61, 0xda, 0xa9, 0x3a, 0x83, 0x96, 0xe5, 0xfe, - 0x67, 0x8f, 0x76, 0x1f, 0xc0, 0x17, 0xc7, 0x0e, 0x8a, 0xb3, 0x87, 0x7a, 0x2f, 0x36, 0xb5, 0x47, - 0x84, 0x77, 0xe0, 0xf9, 0x40, 0x4a, 0xfe, 0x1e, 0xf2, 0x02, 0xca, 0x2c, 0xa5, 0x6c, 0x30, 0x83, - 0xd4, 0xb2, 0xfe, 0x37, 0x79, 0xca, 0xfa, 0x71, 0x51, 0x59, 0xff, 0xc9, 0xfc, 0xf1, 0x12, 0xbc, - 0x18, 0xb8, 0x03, 0xed, 0x0f, 0x6c, 0x8b, 0xa2, 0x6f, 0x80, 0x1c, 0x76, 0x31, 0x63, 0x43, 0xab, - 0xd9, 0x75, 0x33, 0x0f, 0xde, 0xd5, 0xb5, 0x62, 0x49, 0x41, 0x4b, 0xfa, 0xf5, 0x4f, 0x7e, 0xfb, - 0xfb, 0xab, 0xf2, 0x0c, 0xba, 0x86, 0xc7, 0x9e, 0xfd, 0x39, 0xfa, 0x15, 0xc0, 0xd9, 0x49, 0x43, - 0x0d, 0xbd, 0x56, 0x44, 0x37, 0x75, 0xec, 0xa9, 0xde, 0x39, 0x69, 0xba, 0x6c, 0xc0, 0x14, 0x0d, - 0x2c, 0xa3, 0x7a, 0xd4, 0x00, 0x09, 0x42, 0x38, 0x7e, 0x28, 0x4f, 0x30, 0x1f, 0x26, 0x7a, 0xfa, - 0x05, 0x8c, 0xbb, 0xc1, 0xc8, 0x6d, 0x8e, 0x36, 0x0a, 0x12, 0x29, 0x87, 0xa8, 0xea, 0xab, 0x27, - 0xca, 0x95, 0xad, 0x60, 0xd1, 0xca, 0x12, 0x5a, 0x88, 0x5a, 0x71, 0x58, 0x9b, 0x66, 0xf7, 0xf1, - 0x73, 0x56, 0x1f, 0xfe, 0x5c, 0x2c, 0xdc, 0x87, 0x72, 0x91, 0x28, 0xdc, 0x87, 0x3a, 0x88, 0xf5, - 0xba, 0xe8, 0xa3, 0x86, 0xf4, 0xa8, 0x8f, 0x5e, 0x97, 0x38, 0x1c, 0x3f, 0xb4, 0xdb, 0xc9, 0x16, - 0xbe, 0x05, 0xf0, 0x72, 0xaa, 0x22, 0x32, 0x0b, 0xc8, 0x87, 0xc8, 0xab, 0x85, 0x72, 0x24, 0x6a, - 0x4d, 0xa0, 0x6a, 0x68, 0x36, 0x63, 0xfb, 0x0b, 0x64, 0xf4, 0x18, 0xc0, 0x4b, 0xc9, 0xb1, 0x88, - 0x1a, 0xc7, 0xe8, 0xa5, 0xef, 0x2e, 0x55, 0xb3, 0x48, 0x8a, 0x24, 0xbc, 0x2d, 0x08, 0xeb, 0x68, - 0x71, 0x12, 0x21, 0x56, 0x27, 0xeb, 0x0f, 0x00, 0xbe, 0x90, 0x28, 0x87, 0x6e, 0xe7, 0x56, 0x0e, - 0x59, 0x1b, 0x05, 0x32, 0x24, 0xea, 0x86, 0x40, 0x5d, 0x43, 0x66, 0x5e, 0xd4, 0x68, 0x63, 0xa3, - 0xcf, 0x81, 0xb4, 0x46, 0x39, 0x73, 0xd0, 0xca, 0x31, 0xfa, 0xf1, 0x7b, 0x5a, 0xd5, 0xc8, 0x1b, - 0x2e, 0x59, 0x67, 0x04, 0xeb, 0x15, 0x74, 0x59, 0xd9, 0xa3, 0x52, 0xf9, 0x27, 0x20, 0x6f, 0xb0, - 0xa9, 0x61, 0x8d, 0x5e, 0xc9, 0xa7, 0x92, 0x76, 0xb9, 0xf5, 0xe2, 0x89, 0x12, 0x74, 0x59, 0x80, - 0xce, 0xa3, 0xda, 0x44, 0x7f, 0x0b, 0xd9, 0xbf, 0x03, 0xf1, 0x6b, 0x6c, 0xe8, 0x69, 0x6b, 0xb9, - 0xf5, 0x55, 0x37, 0x7b, 0xb9, 0x60, 0x96, 0x44, 0x5e, 0x12, 0xc8, 0x37, 0xd1, 0x8d, 0x6c, 0x1f, - 0x0b, 0x79, 0xbf, 0x00, 0x70, 0x4a, 0x29, 0x85, 0x96, 0x73, 0x29, 0x86, 0x7c, 0x2b, 0x39, 0xa3, - 0x25, 0x97, 0x26, 0xb8, 0x2a, 0xe8, 0x6a, 0xea, 0x6f, 0x1e, 0xfc, 0xcc, 0xbf, 0x8e, 0x60, 0xfc, - 0x71, 0x9d, 0x03, 0x46, 0xb9, 0xa1, 0xe6, 0x80, 0x51, 0xcf, 0x12, 0xfa, 0x8a, 0x80, 0x59, 0x40, - 0xb7, 0x22, 0x98, 0x5d, 0xd6, 0xf6, 0xba, 0x94, 0xc7, 0xff, 0xf9, 0x16, 0x1c, 0x1d, 0xb6, 0xee, - 0x1f, 0xfc, 0xa5, 0x95, 0xf6, 0x0f, 0xb5, 0xd2, 0xc1, 0xa1, 0x06, 0x9e, 0x1c, 0x6a, 0xe0, 0xcf, - 0x43, 0x0d, 0x7c, 0x79, 0xa4, 0x95, 0x9e, 0x1c, 0x69, 0xa5, 0xdf, 0x8f, 0xb4, 0xd2, 0xfd, 0xf5, - 0x8e, 0xed, 0x3e, 0xf0, 0x5a, 0x86, 0xc5, 0x76, 0x47, 0x25, 0x57, 0xd8, 0xce, 0x8e, 0x6d, 0xd9, - 0xa4, 0x8b, 0x1f, 0x78, 0x2d, 0x3c, 0x68, 0xe0, 0xf7, 0xe3, 0xc5, 0xdd, 0x61, 0x8f, 0xf2, 0xd6, - 0x79, 0x71, 0xf1, 0x58, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0xef, 0x7f, 0xd4, 0x8b, 0x0e, 0x15, - 0x00, 0x00, + 0xf3, 0xc3, 0x4a, 0x76, 0xea, 0x4d, 0x10, 0x25, 0x88, 0x8a, 0xe4, 0x50, 0x24, 0x84, 0x50, 0x30, + 0xea, 0x05, 0xc4, 0x61, 0xbc, 0x9e, 0xb8, 0x2b, 0x39, 0x3b, 0x8e, 0x67, 0xd7, 0xc2, 0x54, 0x20, + 0x81, 0x90, 0x40, 0x9c, 0x90, 0x38, 0x71, 0xa3, 0x9c, 0x22, 0x55, 0x1c, 0xe0, 0x04, 0x37, 0x2e, + 0x48, 0x39, 0x16, 0x71, 0xe1, 0x84, 0x20, 0xe1, 0x0f, 0x41, 0x3b, 0x3b, 0xeb, 0x9d, 0xdd, 0xf5, + 0x3a, 0xbb, 0x51, 0x28, 0xe9, 0xcd, 0xeb, 0x7d, 0xef, 0x7d, 0x3f, 0x6f, 0x32, 0xfe, 0xbe, 0x99, + 0xc0, 0x79, 0x4e, 0x1d, 0xd7, 0x76, 0x68, 0x17, 0x73, 0xaf, 0xc5, 0xad, 0xbe, 0xdd, 0x73, 0x6d, + 0xe6, 0xe0, 0x81, 0x89, 0x77, 0x3d, 0xda, 0xb7, 0x69, 0xdf, 0xe8, 0xf5, 0x99, 0xcb, 0x50, 0x25, + 0x8c, 0x33, 0xd4, 0x38, 0x63, 0x60, 0x56, 0xeb, 0x16, 0xe3, 0x3b, 0x8c, 0xe3, 0x16, 0xe1, 0x54, + 0x24, 0x0d, 0xf1, 0xa0, 0xd1, 0xa2, 0x2e, 0x69, 0xe0, 0x1e, 0xe9, 0xd8, 0x0e, 0x11, 0x81, 0xa2, + 0x4a, 0x75, 0xba, 0xc3, 0x3a, 0x4c, 0x7c, 0xc4, 0xfe, 0x27, 0xf9, 0xed, 0x6c, 0x87, 0xb1, 0x4e, + 0x97, 0x62, 0xd2, 0xb3, 0x31, 0x71, 0x1c, 0xe6, 0x8a, 0x14, 0x2e, 0xdf, 0xce, 0xc8, 0xb7, 0xe2, + 0xa9, 0xe5, 0x6d, 0x63, 0xe2, 0x0c, 0xe5, 0xab, 0xa5, 0x4c, 0x78, 0xd2, 0xed, 0x32, 0x4b, 0x55, + 0xbe, 0x91, 0x19, 0xda, 0x23, 0x7d, 0xb2, 0xc3, 0x73, 0x84, 0x0d, 0x99, 0xe7, 0x06, 0x61, 0xba, + 0x05, 0x67, 0xde, 0xf6, 0x3b, 0x7d, 0x47, 0x09, 0xe2, 0x4d, 0xba, 0xeb, 0x51, 0xee, 0xa2, 0x3b, + 0x10, 0x46, 0x8d, 0x57, 0xc0, 0x1c, 0x58, 0x9c, 0x32, 0xe7, 0x8d, 0x60, 0x95, 0x0c, 0x7f, 0x95, + 0x0c, 0xb1, 0x4a, 0x86, 0x5c, 0x25, 0x63, 0x8b, 0x74, 0xa8, 0xcc, 0x6d, 0x2a, 0x99, 0xfa, 0xe7, + 0x00, 0x5e, 0x4f, 0xab, 0xdc, 0x61, 0xfd, 0x0d, 0xcb, 0x62, 0x9e, 0xe3, 0x86, 0x7a, 0x15, 0x78, + 0x8e, 0xb4, 0xdb, 0x7d, 0xca, 0xb9, 0x10, 0x7b, 0xba, 0x19, 0x3e, 0x26, 0x48, 0xca, 0xc7, 0x26, + 0xf9, 0x0c, 0xc0, 0xb9, 0xb1, 0x24, 0x6f, 0xb1, 0x36, 0x7d, 0x7c, 0x18, 0x1f, 0x66, 0x50, 0x6c, + 0x75, 0x89, 0x13, 0x52, 0x3c, 0x0b, 0xcb, 0x76, 0x5b, 0x00, 0x9c, 0x69, 0x96, 0xed, 0xf6, 0x89, + 0x69, 0xd7, 0x61, 0x25, 0xa5, 0x9d, 0xa1, 0xa9, 0x6f, 0xc2, 0xcb, 0x22, 0x76, 0x63, 0xb4, 0x09, + 0xb3, 0xe8, 0x94, 0x35, 0x2b, 0xc7, 0xd6, 0x4c, 0xdf, 0x85, 0x57, 0x12, 0x35, 0xf8, 0x7f, 0xdd, + 0xe2, 0xfb, 0xf0, 0x92, 0x90, 0xdc, 0x12, 0x3b, 0xfd, 0xc4, 0xb7, 0xf3, 0x27, 0x00, 0xbe, 0xa0, + 0xd6, 0xff, 0x3f, 0x36, 0xf2, 0xc7, 0xb0, 0x9a, 0x40, 0x78, 0xbc, 0x3b, 0xb8, 0x06, 0x91, 0xa2, + 0x9f, 0xb5, 0x7f, 0xa6, 0x47, 0x51, 0xbe, 0x33, 0xc9, 0x28, 0xfd, 0x01, 0x90, 0xf0, 0x09, 0xd3, + 0xe1, 0x3d, 0xe6, 0x70, 0x8a, 0xd6, 0xe1, 0x33, 0xaa, 0x65, 0xf9, 0x2d, 0x3c, 0xb5, 0x38, 0x65, + 0x4e, 0x1b, 0x81, 0x7d, 0x1a, 0xa1, 0x7d, 0x1a, 0x1b, 0xce, 0xb0, 0x19, 0x0f, 0x45, 0xaf, 0x8f, + 0x69, 0x6f, 0xe1, 0xc8, 0xf6, 0x02, 0xe1, 0x58, 0x7f, 0x0f, 0x01, 0xac, 0x4d, 0xb6, 0xac, 0xd3, + 0x44, 0xbb, 0x07, 0xe0, 0xb5, 0x09, 0xb6, 0xf6, 0x44, 0xa0, 0x06, 0xde, 0x77, 0x9a, 0x50, 0xef, + 0x8e, 0x99, 0x8d, 0x23, 0xc2, 0x5b, 0xf0, 0xbc, 0x2a, 0x2b, 0xed, 0x64, 0x3c, 0x60, 0x2c, 0x52, + 0xa7, 0x29, 0x43, 0x1c, 0x15, 0x7d, 0x03, 0xc2, 0x68, 0xde, 0xcb, 0x92, 0x35, 0x23, 0xeb, 0xc0, + 0x62, 0x44, 0x15, 0x36, 0xcf, 0xec, 0xff, 0x79, 0xb5, 0xd4, 0x54, 0xb2, 0xf5, 0x1f, 0x80, 0x34, + 0xfa, 0x98, 0xf1, 0x4a, 0xa1, 0x37, 0xe1, 0x54, 0x14, 0x1a, 0xae, 0x6e, 0x11, 0x25, 0x35, 0xfd, + 0xe4, 0x56, 0xfc, 0x01, 0x80, 0xd3, 0x71, 0xe7, 0x96, 0xbc, 0xaf, 0xc1, 0x73, 0xc1, 0xb1, 0x25, + 0x64, 0x9d, 0xcb, 0x66, 0x0d, 0x72, 0x25, 0x67, 0x98, 0x76, 0xa2, 0xce, 0xa0, 0x65, 0xb9, 0xff, + 0xe9, 0xa3, 0xdd, 0x03, 0xf0, 0xf9, 0xb1, 0x83, 0xe2, 0xf4, 0xa1, 0xde, 0x8d, 0x4d, 0xed, 0x11, + 0xe1, 0x6d, 0x78, 0x36, 0x90, 0x92, 0xbf, 0x87, 0xbc, 0x80, 0x32, 0x4b, 0x29, 0x1b, 0xcc, 0x20, + 0xb5, 0xac, 0xff, 0x4d, 0x9e, 0xb2, 0x7e, 0x5c, 0x54, 0xd6, 0x7f, 0x32, 0x7f, 0xba, 0x00, 0xcf, + 0x07, 0xee, 0x40, 0xfb, 0x03, 0xdb, 0xa2, 0xe8, 0x5b, 0x20, 0x87, 0x5d, 0xcc, 0xd8, 0xd0, 0x6a, + 0x76, 0xdd, 0xcc, 0x83, 0x77, 0x75, 0xad, 0x58, 0x52, 0xd0, 0x92, 0x7e, 0xf5, 0xd3, 0xdf, 0xff, + 0xf9, 0xba, 0x3c, 0x83, 0xae, 0xe0, 0xb1, 0x67, 0x7f, 0x8e, 0x7e, 0x03, 0x70, 0x76, 0xd2, 0x50, + 0x43, 0xaf, 0x16, 0xd1, 0x4d, 0x1d, 0x7b, 0xaa, 0xb7, 0x8f, 0x9b, 0x2e, 0x1b, 0x30, 0x45, 0x03, + 0xcb, 0xa8, 0x1e, 0x35, 0x40, 0x82, 0x10, 0x8e, 0xef, 0xcb, 0x13, 0xcc, 0x47, 0x89, 0x9e, 0x7e, + 0x05, 0xe3, 0x6e, 0x30, 0x72, 0x9b, 0xa3, 0xf5, 0x82, 0x44, 0xca, 0x21, 0xaa, 0xfa, 0xca, 0xb1, + 0x72, 0x65, 0x2b, 0x58, 0xb4, 0xb2, 0x84, 0x16, 0xa2, 0x56, 0x1c, 0xd6, 0xa6, 0xd9, 0x7d, 0xfc, + 0x92, 0xd5, 0x87, 0x3f, 0x17, 0x0b, 0xf7, 0xa1, 0x5c, 0x24, 0x0a, 0xf7, 0xa1, 0x0e, 0x62, 0xbd, + 0x2e, 0xfa, 0xa8, 0x21, 0x3d, 0xea, 0xa3, 0xd7, 0x25, 0x0e, 0xc7, 0xf7, 0xed, 0x76, 0xb2, 0x85, + 0xef, 0x00, 0xbc, 0x98, 0xaa, 0x88, 0xcc, 0x02, 0xf2, 0x21, 0xf2, 0x6a, 0xa1, 0x1c, 0x89, 0x5a, + 0x13, 0xa8, 0x1a, 0x9a, 0xcd, 0xd8, 0xfe, 0x02, 0x19, 0x3d, 0x04, 0xf0, 0x42, 0x72, 0x2c, 0xa2, + 0xc6, 0x11, 0x7a, 0xe9, 0xbb, 0x4b, 0xd5, 0x2c, 0x92, 0x22, 0x09, 0x6f, 0x0a, 0xc2, 0x3a, 0x5a, + 0x9c, 0x44, 0x88, 0xd5, 0xc9, 0xfa, 0x23, 0x80, 0xcf, 0x25, 0xca, 0xa1, 0x9b, 0xb9, 0x95, 0x43, + 0xd6, 0x46, 0x81, 0x0c, 0x89, 0xba, 0x2e, 0x50, 0xd7, 0x90, 0x99, 0x17, 0x35, 0xda, 0xd8, 0xe8, + 0x0b, 0x20, 0xad, 0x51, 0xce, 0x1c, 0xb4, 0x72, 0x84, 0x7e, 0xfc, 0x9e, 0x56, 0x35, 0xf2, 0x86, + 0x4b, 0xd6, 0x19, 0xc1, 0x7a, 0x09, 0x5d, 0x54, 0xf6, 0xa8, 0x54, 0xfe, 0x19, 0xc8, 0x1b, 0x6c, + 0x6a, 0x58, 0xa3, 0x97, 0xf2, 0xa9, 0xa4, 0x5d, 0xee, 0x56, 0xf1, 0x44, 0x09, 0xba, 0x2c, 0x40, + 0xe7, 0x51, 0x6d, 0xa2, 0xbf, 0x85, 0xec, 0xdf, 0x83, 0xf8, 0x35, 0x36, 0xf4, 0xb4, 0xb5, 0xdc, + 0xfa, 0xaa, 0x9b, 0xbd, 0x58, 0x30, 0x4b, 0x22, 0x2f, 0x09, 0xe4, 0xeb, 0xe8, 0x5a, 0xb6, 0x8f, + 0x85, 0xbc, 0x5f, 0x02, 0x38, 0xa5, 0x94, 0x42, 0xcb, 0xb9, 0x14, 0x43, 0xbe, 0x95, 0x9c, 0xd1, + 0x92, 0x4b, 0x13, 0x5c, 0x15, 0x74, 0x39, 0xf5, 0x37, 0x0f, 0x7e, 0xe6, 0xdf, 0x44, 0x30, 0xfe, + 0xb8, 0xce, 0x01, 0xa3, 0xdc, 0x50, 0x73, 0xc0, 0xa8, 0x67, 0x09, 0x7d, 0x45, 0xc0, 0x2c, 0xa0, + 0x1b, 0x11, 0xcc, 0x0e, 0x6b, 0x7b, 0x5d, 0xca, 0xe3, 0xff, 0x7c, 0x0b, 0x8e, 0x0e, 0x9b, 0xef, + 0xed, 0xff, 0xad, 0x95, 0xf6, 0x0e, 0xb4, 0xd2, 0xfe, 0x81, 0x06, 0x1e, 0x1d, 0x68, 0xe0, 0xaf, + 0x03, 0x0d, 0x7c, 0x75, 0xa8, 0x95, 0x1e, 0x1d, 0x6a, 0xa5, 0x3f, 0x0e, 0xb5, 0xd2, 0xbb, 0x2f, + 0x77, 0x6c, 0xf7, 0x9e, 0xd7, 0x32, 0x2c, 0xb6, 0x33, 0x2a, 0xb9, 0xc2, 0xb6, 0xb7, 0x6d, 0xcb, + 0x26, 0x5d, 0x7c, 0xcf, 0x6b, 0xe1, 0x41, 0xc3, 0xc4, 0x1f, 0xc4, 0xab, 0xbb, 0xc3, 0x1e, 0xe5, + 0xad, 0xb3, 0xe2, 0xe6, 0xb1, 0xfa, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x26, 0xc0, 0x2d, 0x13, + 0x0f, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/subscription/types/querier_test.go b/x/subscription/types/querier_test.go index f6cde5438..5bdbe2c10 100644 --- a/x/subscription/types/querier_test.go +++ b/x/subscription/types/querier_test.go @@ -4,7 +4,7 @@ import ( "crypto/rand" "testing" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" diff --git a/x/subscription/types/subscription.go b/x/subscription/types/subscription.go index 4e78315d0..4ee81fd22 100644 --- a/x/subscription/types/subscription.go +++ b/x/subscription/types/subscription.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/gogo/protobuf/proto" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) type ( diff --git a/x/subscription/types/subscription.pb.go b/x/subscription/types/subscription.pb.go index b8e65e78e..c35bf062f 100644 --- a/x/subscription/types/subscription.pb.go +++ b/x/subscription/types/subscription.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types "github.com/sentinel-official/hub/v1/types" + types "github.com/sentinel-official/hub/v12/types" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" @@ -211,46 +211,46 @@ func init() { } var fileDescriptor_f6350e663da1ca66 = []byte{ - // 616 bytes of a gzipped FileDescriptorProto + // 617 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0xb1, 0x6f, 0xd3, 0x4e, 0x18, 0xf5, 0xa5, 0x6e, 0xda, 0x5c, 0xaa, 0xdf, 0xcf, 0x32, 0x15, 0x4a, 0x03, 0x72, 0x42, 0x59, - 0x42, 0x11, 0x77, 0x4a, 0x58, 0x60, 0x8c, 0x9b, 0x20, 0x45, 0x42, 0x21, 0x72, 0xdb, 0x81, 0x2e, - 0xd1, 0xd9, 0xbe, 0xb8, 0x27, 0x25, 0x3e, 0x2b, 0x77, 0x89, 0xe8, 0xc0, 0xc0, 0x86, 0x3a, 0x55, - 0x62, 0xee, 0xc4, 0xc2, 0x9f, 0xd2, 0xb1, 0x23, 0x53, 0x80, 0x74, 0xe3, 0xaf, 0x40, 0x77, 0xb6, - 0xdb, 0x06, 0x89, 0x81, 0x81, 0xed, 0xbe, 0x7b, 0xef, 0xcb, 0xf7, 0xde, 0xbb, 0x2f, 0x86, 0x4f, - 0x05, 0x8d, 0x25, 0x8b, 0xe9, 0x18, 0x8b, 0x99, 0x2f, 0x82, 0x29, 0x4b, 0x24, 0xe3, 0x31, 0x9e, - 0xb7, 0x56, 0x6a, 0x94, 0x4c, 0xb9, 0xe4, 0x76, 0x25, 0x27, 0xa3, 0x15, 0x70, 0xde, 0xaa, 0x3a, - 0x01, 0x17, 0x13, 0x2e, 0xb0, 0x4f, 0x04, 0xc5, 0xf3, 0xa6, 0x4f, 0x25, 0x69, 0xe2, 0x80, 0xb3, - 0xac, 0xb3, 0xba, 0x1d, 0xf1, 0x88, 0xeb, 0x23, 0x56, 0xa7, 0xec, 0xb6, 0x16, 0x71, 0x1e, 0x8d, - 0x29, 0xd6, 0x95, 0x3f, 0x1b, 0x61, 0xc9, 0x26, 0x54, 0x48, 0x32, 0x49, 0x32, 0x82, 0x73, 0xa3, - 0x4e, 0x9e, 0x26, 0x54, 0xe0, 0x79, 0x13, 0x0b, 0x49, 0xe4, 0x4c, 0xa4, 0xf8, 0xee, 0x87, 0x02, - 0xb4, 0x5c, 0x22, 0xe8, 0xc1, 0x1d, 0x39, 0xf6, 0x7d, 0x58, 0x60, 0x61, 0x05, 0xd4, 0x41, 0xc3, - 0x74, 0x8b, 0xcb, 0x45, 0xad, 0xd0, 0xeb, 0x78, 0x05, 0x16, 0xda, 0x15, 0xb8, 0x41, 0xc2, 0x70, - 0x4a, 0x85, 0xa8, 0x14, 0xea, 0xa0, 0x51, 0xf2, 0xf2, 0xd2, 0xee, 0xc2, 0x32, 0x8b, 0x49, 0x20, - 0xd9, 0x9c, 0x0e, 0x89, 0xac, 0xac, 0xd5, 0x41, 0xa3, 0xdc, 0xaa, 0xa2, 0x54, 0x1d, 0xca, 0xd5, - 0xa1, 0xc3, 0x5c, 0x9d, 0xbb, 0x79, 0xb9, 0xa8, 0x19, 0xe7, 0xdf, 0x6a, 0xc0, 0x83, 0x79, 0x63, - 0x5b, 0xda, 0x4d, 0x58, 0x4c, 0xd5, 0x55, 0xcc, 0x3a, 0x68, 0xfc, 0xd7, 0xda, 0x41, 0x37, 0x79, - 0x69, 0xf9, 0x68, 0xde, 0x44, 0x07, 0x9a, 0xe0, 0x65, 0x44, 0xbb, 0x0d, 0x4b, 0xe9, 0x49, 0xcd, - 0x5d, 0xff, 0x8b, 0xb9, 0x9b, 0x69, 0x5b, 0x5b, 0xee, 0xfe, 0x04, 0xd0, 0xea, 0xf3, 0x70, 0x35, - 0x83, 0x0e, 0x34, 0xd5, 0x53, 0xe8, 0x14, 0xca, 0xad, 0x3d, 0xf4, 0xa7, 0x87, 0x43, 0xbf, 0xa7, - 0xe7, 0x9a, 0x57, 0x8b, 0x1a, 0xf0, 0x74, 0xb7, 0xfd, 0x08, 0x6e, 0xc5, 0x3c, 0xa4, 0xc3, 0xd5, - 0xd8, 0xca, 0xea, 0xae, 0x9d, 0x45, 0xf7, 0x10, 0x96, 0x22, 0x16, 0x11, 0xff, 0x54, 0x52, 0xa1, - 0x83, 0x5b, 0xf3, 0x6e, 0x2f, 0xec, 0x6d, 0xb8, 0x7e, 0xc2, 0x67, 0xd3, 0x34, 0x90, 0x35, 0x2f, - 0x2d, 0xec, 0x97, 0x70, 0x23, 0xa4, 0x09, 0x17, 0x2c, 0xb7, 0xbc, 0x83, 0xd2, 0xf5, 0x41, 0x6a, - 0x2a, 0xca, 0xd6, 0x07, 0xed, 0x73, 0x16, 0xbb, 0xa6, 0x72, 0xec, 0xe5, 0xfc, 0xdd, 0x4f, 0x00, - 0x5a, 0x83, 0x31, 0x89, 0xff, 0x81, 0xd9, 0xc7, 0x70, 0x23, 0x19, 0x93, 0x78, 0xc8, 0x42, 0xed, - 0xd3, 0x74, 0xe1, 0x72, 0x51, 0x2b, 0xaa, 0x61, 0xbd, 0x8e, 0x57, 0x54, 0x50, 0x2f, 0x54, 0x86, - 0x42, 0x1a, 0xf3, 0x89, 0xb6, 0x5a, 0xf2, 0xd2, 0x62, 0xef, 0x3d, 0xb4, 0xee, 0xfe, 0xec, 0xe1, - 0x69, 0x42, 0xed, 0x27, 0xd0, 0x3a, 0x7c, 0x3b, 0xe8, 0x0e, 0x8f, 0xfa, 0x07, 0x83, 0xee, 0x7e, - 0xef, 0x55, 0xaf, 0xdb, 0xb1, 0x8c, 0xea, 0xbd, 0xb3, 0x8b, 0xfa, 0xff, 0x0a, 0x3f, 0x8a, 0x45, - 0x42, 0x03, 0x36, 0x62, 0x34, 0xb4, 0x1f, 0xc0, 0x92, 0xa6, 0xf6, 0xdf, 0x74, 0xba, 0x16, 0xa8, - 0x6e, 0x9d, 0x5d, 0xd4, 0x37, 0x15, 0x47, 0xbd, 0xea, 0x0d, 0x38, 0x78, 0xdd, 0xee, 0x5b, 0x85, - 0x5b, 0x50, 0x09, 0xab, 0x9a, 0x1f, 0x3f, 0x3b, 0x86, 0x7b, 0x7c, 0xf9, 0xc3, 0x31, 0xbe, 0x2c, - 0x1d, 0xe3, 0x72, 0xe9, 0x80, 0xab, 0xa5, 0x03, 0xbe, 0x2f, 0x1d, 0x70, 0x7e, 0xed, 0x18, 0x57, - 0xd7, 0x8e, 0xf1, 0xf5, 0xda, 0x31, 0x8e, 0x5f, 0x44, 0x4c, 0x9e, 0xcc, 0x7c, 0x14, 0xf0, 0x09, - 0xce, 0xd3, 0x79, 0xc6, 0x47, 0x23, 0x16, 0x30, 0x32, 0xc6, 0x27, 0x33, 0x5f, 0xfd, 0xb3, 0xde, - 0xad, 0x7e, 0x02, 0xf4, 0xca, 0xfa, 0x45, 0xbd, 0x85, 0xcf, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, - 0x3b, 0x2b, 0xa2, 0x23, 0x28, 0x04, 0x00, 0x00, + 0x42, 0x11, 0x77, 0x4a, 0x98, 0x3a, 0xc6, 0x4d, 0x90, 0x22, 0xa1, 0x10, 0xb9, 0xed, 0x00, 0x0c, + 0xd1, 0xd9, 0xbe, 0xb8, 0x27, 0x25, 0x3e, 0x2b, 0x77, 0xb1, 0xe8, 0xc0, 0xc0, 0x86, 0x3a, 0x55, + 0x62, 0xee, 0xc4, 0xc2, 0x9f, 0xd2, 0xb1, 0x23, 0x53, 0x80, 0x74, 0xe3, 0xaf, 0x40, 0x77, 0x8e, + 0xdb, 0x06, 0x89, 0x81, 0x81, 0xed, 0xbe, 0x7b, 0xef, 0xf3, 0xf7, 0xde, 0xbb, 0x4f, 0x86, 0x4f, + 0x05, 0x8d, 0x25, 0x8b, 0xe9, 0x18, 0x8b, 0x99, 0x2f, 0x82, 0x29, 0x4b, 0x24, 0xe3, 0x31, 0x4e, + 0x5b, 0x2b, 0x35, 0x4a, 0xa6, 0x5c, 0x72, 0xbb, 0x92, 0x93, 0xd1, 0x0a, 0x98, 0xb6, 0xaa, 0x4e, + 0xc0, 0xc5, 0x84, 0x0b, 0xec, 0x13, 0x41, 0x71, 0xda, 0xf4, 0xa9, 0x24, 0x4d, 0x1c, 0x70, 0xb6, + 0xec, 0xac, 0x6e, 0x47, 0x3c, 0xe2, 0xfa, 0x88, 0xd5, 0x69, 0x79, 0x5b, 0x8b, 0x38, 0x8f, 0xc6, + 0x14, 0xeb, 0xca, 0x9f, 0x8d, 0xb0, 0x64, 0x13, 0x2a, 0x24, 0x99, 0x24, 0x4b, 0x82, 0x73, 0xa3, + 0x4e, 0x9e, 0x26, 0x54, 0xe0, 0xb4, 0x89, 0x85, 0x24, 0x72, 0x26, 0x32, 0x7c, 0xf7, 0x43, 0x01, + 0x5a, 0x2e, 0x11, 0xf4, 0xf0, 0x8e, 0x1c, 0xfb, 0x3e, 0x2c, 0xb0, 0xb0, 0x02, 0xea, 0xa0, 0x61, + 0xba, 0xc5, 0xc5, 0xbc, 0x56, 0xe8, 0x75, 0xbc, 0x02, 0x0b, 0xed, 0x0a, 0xdc, 0x20, 0x61, 0x38, + 0xa5, 0x42, 0x54, 0x0a, 0x75, 0xd0, 0x28, 0x79, 0x79, 0x69, 0x77, 0x61, 0x99, 0xc5, 0x24, 0x90, + 0x2c, 0xa5, 0x43, 0x22, 0x2b, 0x6b, 0x75, 0xd0, 0x28, 0xb7, 0xaa, 0x28, 0x53, 0x87, 0x72, 0x75, + 0xe8, 0x28, 0x57, 0xe7, 0x6e, 0x5e, 0xce, 0x6b, 0xc6, 0xf9, 0xb7, 0x1a, 0xf0, 0x60, 0xde, 0xd8, + 0x96, 0x76, 0x13, 0x16, 0x33, 0x75, 0x15, 0xb3, 0x0e, 0x1a, 0xff, 0xb5, 0x76, 0xd0, 0x4d, 0x5e, + 0x5a, 0x3e, 0x4a, 0x9b, 0xe8, 0x50, 0x13, 0xbc, 0x25, 0xd1, 0x6e, 0xc3, 0x52, 0x76, 0x52, 0x73, + 0xd7, 0xff, 0x62, 0xee, 0x66, 0xd6, 0xd6, 0x96, 0xbb, 0x3f, 0x01, 0xb4, 0xfa, 0x3c, 0x5c, 0xcd, + 0xa0, 0x03, 0x4d, 0xf5, 0x14, 0x3a, 0x85, 0x72, 0x6b, 0x0f, 0xfd, 0xe9, 0xe1, 0xd0, 0xef, 0xe9, + 0xb9, 0xe6, 0xd5, 0xbc, 0x06, 0x3c, 0xdd, 0x6d, 0x3f, 0x82, 0x5b, 0x31, 0x0f, 0xe9, 0x70, 0x35, + 0xb6, 0xb2, 0xba, 0x6b, 0x2f, 0xa3, 0x7b, 0x08, 0x4b, 0x11, 0x8b, 0x88, 0x7f, 0x2a, 0xa9, 0xd0, + 0xc1, 0xad, 0x79, 0xb7, 0x17, 0xf6, 0x36, 0x5c, 0x3f, 0xe1, 0xb3, 0x69, 0x16, 0xc8, 0x9a, 0x97, + 0x15, 0xf6, 0x3e, 0xdc, 0x08, 0x69, 0xc2, 0x05, 0xcb, 0x2d, 0xef, 0xa0, 0x6c, 0x7d, 0x90, 0x9a, + 0x8a, 0x96, 0xeb, 0x83, 0x0e, 0x38, 0x8b, 0x5d, 0x53, 0x39, 0xf6, 0x72, 0xfe, 0xee, 0x27, 0x00, + 0xad, 0xc1, 0x98, 0xc4, 0xff, 0xc0, 0xec, 0x63, 0xb8, 0x91, 0x8c, 0x49, 0x3c, 0x64, 0xa1, 0xf6, + 0x69, 0xba, 0x70, 0x31, 0xaf, 0x15, 0xd5, 0xb0, 0x5e, 0xc7, 0x2b, 0x2a, 0xa8, 0x17, 0x2a, 0x43, + 0x21, 0x8d, 0xf9, 0x44, 0x5b, 0x2d, 0x79, 0x59, 0xb1, 0xf7, 0x1e, 0x5a, 0x77, 0x3f, 0x7b, 0x74, + 0x9a, 0x50, 0xfb, 0x09, 0xb4, 0x8e, 0x5e, 0x0f, 0xba, 0xc3, 0xe3, 0xfe, 0xe1, 0xa0, 0x7b, 0xd0, + 0x7b, 0xd1, 0xeb, 0x76, 0x2c, 0xa3, 0x7a, 0xef, 0xec, 0xa2, 0xfe, 0xbf, 0xc2, 0x8f, 0x63, 0x91, + 0xd0, 0x80, 0x8d, 0x18, 0x0d, 0xed, 0x07, 0xb0, 0xa4, 0xa9, 0xfd, 0x57, 0x9d, 0xae, 0x05, 0xaa, + 0x5b, 0x67, 0x17, 0xf5, 0x4d, 0xc5, 0x51, 0xaf, 0x7a, 0x03, 0x0e, 0x5e, 0xb6, 0xfb, 0x56, 0xe1, + 0x16, 0x54, 0xc2, 0xaa, 0xe6, 0xc7, 0xcf, 0x8e, 0xe1, 0xbe, 0xbd, 0xfc, 0xe1, 0x18, 0x5f, 0x16, + 0x8e, 0x71, 0xb9, 0x70, 0xc0, 0xd5, 0xc2, 0x01, 0xdf, 0x17, 0x0e, 0x38, 0xbf, 0x76, 0x8c, 0xab, + 0x6b, 0xc7, 0xf8, 0x7a, 0xed, 0x18, 0x6f, 0xf6, 0x23, 0x26, 0x4f, 0x66, 0x3e, 0x0a, 0xf8, 0x04, + 0xe7, 0xe9, 0x3c, 0xe3, 0xa3, 0x11, 0x0b, 0x18, 0x19, 0xe3, 0x93, 0x99, 0x8f, 0xd3, 0x66, 0x0b, + 0xbf, 0x5b, 0xfd, 0x07, 0xe8, 0x9d, 0xf5, 0x8b, 0x7a, 0x0d, 0x9f, 0xff, 0x0a, 0x00, 0x00, 0xff, + 0xff, 0xbf, 0xa0, 0x3b, 0x92, 0x29, 0x04, 0x00, 0x00, } func (m *BaseSubscription) Marshal() (dAtA []byte, err error) { diff --git a/x/subscription/types/subscription_test.go b/x/subscription/types/subscription_test.go index 270487b0f..26485c500 100644 --- a/x/subscription/types/subscription_test.go +++ b/x/subscription/types/subscription_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - hubtypes "github.com/sentinel-official/hub/v1/types" + hubtypes "github.com/sentinel-official/hub/v12/types" ) func TestBaseSubscription_GetAddress(t *testing.T) { diff --git a/x/swap/client/cli/query.go b/x/swap/client/cli/query.go index 31e55e29a..7f1623c43 100644 --- a/x/swap/client/cli/query.go +++ b/x/swap/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) func querySwap() *cobra.Command { diff --git a/x/swap/client/cli/tx.go b/x/swap/client/cli/tx.go index b64adbead..480f3d93d 100644 --- a/x/swap/client/cli/tx.go +++ b/x/swap/client/cli/tx.go @@ -13,7 +13,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) func txSwap() *cobra.Command { diff --git a/x/swap/genesis.go b/x/swap/genesis.go index 3a1e7012f..5d5827ccb 100644 --- a/x/swap/genesis.go +++ b/x/swap/genesis.go @@ -3,8 +3,8 @@ package swap import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/swap/keeper" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/keeper" + "github.com/sentinel-official/hub/v12/x/swap/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/swap/keeper/alias.go b/x/swap/keeper/alias.go index 92354565b..0835ae14a 100644 --- a/x/swap/keeper/alias.go +++ b/x/swap/keeper/alias.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) func (k *Keeper) GetAccount(ctx sdk.Context, address sdk.AccAddress) authtypes.AccountI { diff --git a/x/swap/keeper/keeper.go b/x/swap/keeper/keeper.go index f1509af19..ca0ec7171 100644 --- a/x/swap/keeper/keeper.go +++ b/x/swap/keeper/keeper.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/sentinel-official/hub/v1/x/swap/expected" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/expected" + "github.com/sentinel-official/hub/v12/x/swap/types" ) type Keeper struct { diff --git a/x/swap/keeper/msg_server.go b/x/swap/keeper/msg_server.go index 88734286c..0cbffddca 100644 --- a/x/swap/keeper/msg_server.go +++ b/x/swap/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) var ( diff --git a/x/swap/keeper/params.go b/x/swap/keeper/params.go index a8771b811..98801a2f8 100644 --- a/x/swap/keeper/params.go +++ b/x/swap/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) func (k *Keeper) SwapEnabled(ctx sdk.Context) (yes bool) { diff --git a/x/swap/keeper/query_server.go b/x/swap/keeper/query_server.go index 6014ee9ab..f482f4d66 100644 --- a/x/swap/keeper/query_server.go +++ b/x/swap/keeper/query_server.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) var ( diff --git a/x/swap/keeper/swap.go b/x/swap/keeper/swap.go index b77c95ece..ec8ebc78e 100644 --- a/x/swap/keeper/swap.go +++ b/x/swap/keeper/swap.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/types" ) func (k *Keeper) SetSwap(ctx sdk.Context, swap types.Swap) { diff --git a/x/swap/module.go b/x/swap/module.go index 6ece5fc1e..69fb67eed 100644 --- a/x/swap/module.go +++ b/x/swap/module.go @@ -14,9 +14,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/sentinel-official/hub/v1/x/swap/client/cli" - "github.com/sentinel-official/hub/v1/x/swap/keeper" - "github.com/sentinel-official/hub/v1/x/swap/types" + "github.com/sentinel-official/hub/v12/x/swap/client/cli" + "github.com/sentinel-official/hub/v12/x/swap/keeper" + "github.com/sentinel-official/hub/v12/x/swap/types" ) var ( diff --git a/x/swap/types/events.pb.go b/x/swap/types/events.pb.go index b403ded04..d46f6d2be 100644 --- a/x/swap/types/events.pb.go +++ b/x/swap/types/events.pb.go @@ -68,7 +68,7 @@ func init() { func init() { proto.RegisterFile("sentinel/swap/v1/events.proto", fileDescriptor_06491f7a7db45021) } var fileDescriptor_06491f7a7db45021 = []byte{ - // 241 bytes of a gzipped FileDescriptorProto + // 243 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2d, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x2e, 0x4f, 0x2c, 0xd0, 0x2f, 0x33, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x80, 0x49, 0xeb, 0x81, 0xa4, @@ -78,13 +78,13 @@ var fileDescriptor_06491f7a7db45021 = []byte{ 0xf2, 0x7c, 0x95, 0x89, 0xb9, 0x39, 0x56, 0x4a, 0x50, 0x09, 0xa5, 0x20, 0xb6, 0x92, 0x0a, 0x8f, 0xc4, 0xe2, 0x0c, 0x21, 0x7d, 0x2e, 0x8e, 0xa2, 0xd4, 0xe4, 0xd4, 0xcc, 0xb2, 0xd4, 0x22, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x4e, 0x27, 0xe1, 0x4f, 0xf7, 0xe4, 0xf9, 0x21, 0xaa, 0x61, 0x32, 0x4a, - 0x41, 0x70, 0x45, 0x4e, 0x41, 0x27, 0x1e, 0xca, 0x31, 0xac, 0x78, 0x24, 0xc7, 0x70, 0xe2, 0x91, + 0x41, 0x70, 0x45, 0x4e, 0xc1, 0x27, 0x1e, 0xca, 0x31, 0xac, 0x78, 0x24, 0xc7, 0x70, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, - 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x06, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, + 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x86, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x30, 0xf7, 0xeb, 0xe6, 0xa7, 0xa5, 0x65, 0x26, 0x67, 0x26, 0xe6, 0xe8, - 0x67, 0x94, 0x26, 0x81, 0xbc, 0x59, 0x01, 0xf1, 0x70, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, - 0xd8, 0x17, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0xcd, 0x0f, 0x3c, 0x0e, 0x01, 0x00, - 0x00, + 0x67, 0x94, 0x26, 0xe9, 0x97, 0x19, 0x1a, 0xe9, 0x57, 0x40, 0x7c, 0x5c, 0x52, 0x59, 0x90, 0x5a, + 0x9c, 0xc4, 0x06, 0xf6, 0x86, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xfa, 0xd7, 0xe7, 0x99, 0x0f, + 0x01, 0x00, 0x00, } func (m *EventSwap) Marshal() (dAtA []byte, err error) { diff --git a/x/swap/types/genesis.pb.go b/x/swap/types/genesis.pb.go index bf9cb566f..bfc0f913a 100644 --- a/x/swap/types/genesis.pb.go +++ b/x/swap/types/genesis.pb.go @@ -68,7 +68,7 @@ func init() { func init() { proto.RegisterFile("sentinel/swap/v1/genesis.proto", fileDescriptor_6944e6e98ad0f439) } var fileDescriptor_6944e6e98ad0f439 = []byte{ - // 265 bytes of a gzipped FileDescriptorProto + // 268 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x2e, 0x4f, 0x2c, 0xd0, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x80, 0xc9, 0xeb, 0x81, @@ -79,13 +79,13 @@ var fileDescriptor_6944e6e98ad0f439 = []byte{ 0xf4, 0xd0, 0x1d, 0xa1, 0x17, 0x5c, 0x9e, 0x58, 0xe0, 0x24, 0x7c, 0xe2, 0x9e, 0x3c, 0xc3, 0xab, 0x7b, 0xf2, 0xdc, 0xf1, 0x3a, 0xf9, 0xb9, 0x99, 0x25, 0xa9, 0xb9, 0x05, 0x25, 0x95, 0x41, 0x10, 0x9d, 0x42, 0x66, 0x5c, 0x6c, 0x10, 0x07, 0x48, 0x30, 0x29, 0x30, 0x6a, 0x70, 0x1b, 0x49, 0x60, - 0x9a, 0x11, 0x00, 0x96, 0x77, 0x62, 0x01, 0x99, 0x12, 0x04, 0x55, 0xed, 0x14, 0x74, 0xe2, 0xa1, + 0x9a, 0x11, 0x00, 0x96, 0x77, 0x62, 0x01, 0x99, 0x12, 0x04, 0x55, 0xed, 0x14, 0x7c, 0xe2, 0xa1, 0x1c, 0xc3, 0x8a, 0x47, 0x72, 0x0c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, - 0x65, 0x90, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, 0x33, 0x53, 0x37, - 0x3f, 0x2d, 0x2d, 0x33, 0x39, 0x33, 0x31, 0x47, 0x3f, 0xa3, 0x34, 0x09, 0xe4, 0xbb, 0x0a, 0x88, - 0x3f, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xde, 0x34, 0x06, 0x04, 0x00, 0x00, 0xff, - 0xff, 0xd2, 0x22, 0xaa, 0xa6, 0x6c, 0x01, 0x00, 0x00, + 0x65, 0x98, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, 0x33, 0x53, 0x37, + 0x3f, 0x2d, 0x2d, 0x33, 0x39, 0x33, 0x31, 0x47, 0x3f, 0xa3, 0x34, 0x49, 0xbf, 0xcc, 0xd0, 0x48, + 0xbf, 0x02, 0xe2, 0xd1, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x3f, 0x8d, 0x01, 0x01, + 0x00, 0x00, 0xff, 0xff, 0xa5, 0xb0, 0x19, 0x02, 0x6d, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/swap/types/msg.pb.go b/x/swap/types/msg.pb.go index e002a8af3..6dc7d5d1a 100644 --- a/x/swap/types/msg.pb.go +++ b/x/swap/types/msg.pb.go @@ -116,28 +116,28 @@ func init() { func init() { proto.RegisterFile("sentinel/swap/v1/msg.proto", fileDescriptor_2007fffb242cd53c) } var fileDescriptor_2007fffb242cd53c = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x3f, 0x4e, 0xc3, 0x30, - 0x14, 0x87, 0x63, 0xa8, 0x5a, 0xb0, 0x10, 0x7f, 0x2c, 0x10, 0x51, 0x24, 0xdc, 0xd2, 0xa9, 0x0b, - 0x36, 0x05, 0x71, 0x81, 0x4e, 0x30, 0xc0, 0x10, 0x36, 0x84, 0x84, 0xdc, 0xe0, 0x26, 0x16, 0x4d, - 0x1c, 0xf2, 0x9c, 0xb4, 0xdc, 0xa2, 0xc7, 0xe0, 0x28, 0x1d, 0x3b, 0x22, 0x86, 0x0a, 0xd2, 0x8b, - 0xa0, 0x24, 0x6d, 0x25, 0x18, 0xd8, 0x9e, 0xfd, 0x7d, 0x7e, 0xf2, 0xfb, 0x3d, 0xec, 0x80, 0x8c, - 0x8c, 0x8a, 0xe4, 0x90, 0xc3, 0x48, 0xc4, 0x3c, 0xeb, 0xf2, 0x10, 0x7c, 0x16, 0x27, 0xda, 0x68, - 0xb2, 0xbf, 0x62, 0xac, 0x60, 0x2c, 0xeb, 0x3a, 0x87, 0xbe, 0xf6, 0x75, 0x09, 0x79, 0x51, 0x55, - 0x5e, 0x7b, 0x82, 0xf0, 0xee, 0x2d, 0xf8, 0xf7, 0x23, 0x11, 0xbb, 0xf2, 0x35, 0x95, 0x60, 0x08, - 0xc1, 0xb5, 0x41, 0xa2, 0x43, 0x1b, 0xb5, 0x50, 0x67, 0xdb, 0x2d, 0x6b, 0x72, 0x8c, 0x1b, 0x66, - 0xfc, 0x14, 0x08, 0x08, 0xec, 0x8d, 0x16, 0xea, 0xec, 0xb8, 0x75, 0x33, 0xbe, 0x16, 0x10, 0x10, - 0x07, 0x6f, 0x25, 0xd2, 0x93, 0x2a, 0x93, 0x89, 0xbd, 0x59, 0x3e, 0x58, 0x9f, 0xc9, 0x15, 0xae, - 0x8b, 0x50, 0xa7, 0x91, 0xb1, 0x6b, 0x05, 0xe9, 0x9d, 0x4c, 0xe7, 0x4d, 0xeb, 0x73, 0xde, 0x3c, - 0xf2, 0x34, 0x84, 0x1a, 0xe0, 0xf9, 0x85, 0x29, 0xcd, 0x43, 0x61, 0x02, 0x76, 0x13, 0x19, 0x77, - 0x29, 0xb7, 0x0f, 0xf0, 0xde, 0xfa, 0x47, 0x10, 0xeb, 0x08, 0xe4, 0xc5, 0x23, 0xc6, 0xc5, 0x95, - 0x4c, 0x32, 0xe5, 0x49, 0x72, 0x87, 0x1b, 0x4b, 0x81, 0xb4, 0xd8, 0xdf, 0x39, 0xd9, 0xef, 0x69, - 0x9c, 0xd3, 0x7f, 0x8c, 0xaa, 0x7b, 0xcf, 0x9d, 0x7e, 0x53, 0xeb, 0x3d, 0xa7, 0xd6, 0x34, 0xa7, - 0x68, 0x96, 0x53, 0xf4, 0x95, 0x53, 0x34, 0x59, 0x50, 0x6b, 0xb6, 0xa0, 0xd6, 0xc7, 0x82, 0x5a, - 0x0f, 0xe7, 0xbe, 0x32, 0x41, 0xda, 0x67, 0x9e, 0x0e, 0xf9, 0xaa, 0xdd, 0x99, 0x1e, 0x0c, 0x94, - 0xa7, 0xc4, 0x90, 0x07, 0x69, 0xbf, 0x08, 0x7f, 0x5c, 0xad, 0xc1, 0xbc, 0xc5, 0x12, 0xfa, 0xf5, - 0x32, 0xde, 0xcb, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5e, 0xa2, 0xe4, 0x49, 0xa4, 0x01, 0x00, - 0x00, + // 323 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xbb, 0x4e, 0xf3, 0x30, + 0x18, 0x86, 0xe3, 0xff, 0xaf, 0x5a, 0xb0, 0x10, 0x07, 0x0b, 0x44, 0x14, 0x09, 0xb7, 0x74, 0xea, + 0x82, 0xad, 0x14, 0x71, 0x03, 0x9d, 0x60, 0x80, 0x21, 0xdd, 0x10, 0x12, 0x72, 0x83, 0x9b, 0x58, + 0x34, 0x71, 0xc8, 0xe7, 0xa4, 0xe5, 0x2e, 0x7a, 0x19, 0x5c, 0x4a, 0xc7, 0x8e, 0x88, 0xa1, 0x82, + 0xf4, 0x46, 0x50, 0xd2, 0x83, 0x04, 0x03, 0xdb, 0x67, 0x3f, 0x8f, 0x5f, 0xf9, 0xb5, 0xb1, 0x03, + 0x32, 0x36, 0x2a, 0x96, 0x23, 0x0e, 0x63, 0x91, 0xf0, 0xdc, 0xe5, 0x11, 0x04, 0x2c, 0x49, 0xb5, + 0xd1, 0xe4, 0x70, 0xc3, 0x58, 0xc9, 0x58, 0xee, 0x3a, 0xc7, 0x81, 0x0e, 0x74, 0x05, 0x79, 0x39, + 0xad, 0xbc, 0xf6, 0x14, 0xe1, 0xfd, 0x5b, 0x08, 0xfa, 0x63, 0x91, 0x78, 0xf2, 0x25, 0x93, 0x60, + 0x08, 0xc1, 0xb5, 0x61, 0xaa, 0x23, 0x1b, 0xb5, 0x50, 0x67, 0xd7, 0xab, 0x66, 0x72, 0x8a, 0x1b, + 0x66, 0xf2, 0x18, 0x0a, 0x08, 0xed, 0x7f, 0x2d, 0xd4, 0xd9, 0xf3, 0xea, 0x66, 0x72, 0x2d, 0x20, + 0x24, 0x0e, 0xde, 0x49, 0xa5, 0x2f, 0x55, 0x2e, 0x53, 0xfb, 0x7f, 0x75, 0x60, 0xbb, 0x26, 0x57, + 0xb8, 0x2e, 0x22, 0x9d, 0xc5, 0xc6, 0xae, 0x95, 0xa4, 0x77, 0x36, 0x5b, 0x34, 0xad, 0x8f, 0x45, + 0xf3, 0xc4, 0xd7, 0x10, 0x69, 0x80, 0xa7, 0x67, 0xa6, 0x34, 0x8f, 0x84, 0x09, 0xd9, 0x4d, 0x6c, + 0xbc, 0xb5, 0xdc, 0x3e, 0xc2, 0x07, 0xdb, 0x1b, 0x41, 0xa2, 0x63, 0x90, 0xdd, 0x07, 0x8c, 0xcb, + 0x2d, 0x99, 0xe6, 0xca, 0x97, 0xe4, 0x0e, 0x37, 0xd6, 0x02, 0x69, 0xb1, 0xdf, 0x3d, 0xd9, 0xcf, + 0x36, 0xce, 0xf9, 0x1f, 0xc6, 0x2a, 0xbd, 0xd7, 0x9f, 0x7d, 0x51, 0xeb, 0xad, 0xa0, 0xd6, 0xac, + 0xa0, 0x68, 0x5e, 0x50, 0xf4, 0x59, 0x50, 0x34, 0x5d, 0x52, 0x6b, 0xbe, 0xa4, 0xd6, 0xfb, 0x92, + 0x5a, 0xf7, 0x6e, 0xa0, 0x4c, 0x98, 0x0d, 0x98, 0xaf, 0x23, 0xbe, 0x89, 0xbb, 0xd0, 0xc3, 0xa1, + 0xf2, 0x95, 0x18, 0xf1, 0x30, 0x1b, 0xf0, 0xdc, 0xed, 0xf2, 0xc9, 0xea, 0x1f, 0xcc, 0x6b, 0x22, + 0x61, 0x50, 0xaf, 0xde, 0xf7, 0xf2, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x2e, 0x31, 0xf8, 0xe6, 0xa5, + 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/swap/types/params.pb.go b/x/swap/types/params.pb.go index 27d8706d3..58d2cd92d 100644 --- a/x/swap/types/params.pb.go +++ b/x/swap/types/params.pb.go @@ -69,7 +69,7 @@ func init() { func init() { proto.RegisterFile("sentinel/swap/v1/params.proto", fileDescriptor_0767f7c30ee97f04) } var fileDescriptor_0767f7c30ee97f04 = []byte{ - // 235 bytes of a gzipped FileDescriptorProto + // 237 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2d, 0x4e, 0xcd, 0x2b, 0xc9, 0xcc, 0x4b, 0xcd, 0xd1, 0x2f, 0x2e, 0x4f, 0x2c, 0xd0, 0x2f, 0x33, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x80, 0x49, 0xeb, 0x81, 0xa4, @@ -78,13 +78,13 @@ var fileDescriptor_0767f7c30ee97f04 = []byte{ 0x62, 0x52, 0x4e, 0x6a, 0x8a, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x47, 0x10, 0x37, 0x48, 0xcc, 0x15, 0x22, 0x24, 0x24, 0xcb, 0xc5, 0x05, 0x56, 0x92, 0x92, 0x9a, 0x97, 0x9f, 0x2b, 0xc1, 0xa4, 0xc0, 0xa8, 0xc1, 0x19, 0xc4, 0x09, 0x12, 0x71, 0x01, 0x09, 0x80, 0xa4, 0x13, 0x0b, 0x0a, 0x8a, 0xf2, - 0xcb, 0x52, 0xe3, 0x93, 0x2a, 0x25, 0x98, 0x21, 0xd2, 0x50, 0x11, 0xa7, 0x4a, 0xa7, 0xa0, 0x13, + 0xcb, 0x52, 0xe3, 0x93, 0x2a, 0x25, 0x98, 0x21, 0xd2, 0x50, 0x11, 0xa7, 0x4a, 0xa7, 0xe0, 0x13, 0x0f, 0xe5, 0x18, 0x56, 0x3c, 0x92, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, - 0x86, 0x28, 0x83, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0xfb, - 0x75, 0xf3, 0xd3, 0xd2, 0x32, 0x93, 0x33, 0x13, 0x73, 0xf4, 0x33, 0x4a, 0x93, 0x40, 0xde, 0xac, - 0x80, 0x78, 0xb8, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x0b, 0x63, 0x40, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x9d, 0xa1, 0x0d, 0x61, 0x0e, 0x01, 0x00, 0x00, + 0x86, 0x28, 0xc3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0xfb, + 0x75, 0xf3, 0xd3, 0xd2, 0x32, 0x93, 0x33, 0x13, 0x73, 0xf4, 0x33, 0x4a, 0x93, 0xf4, 0xcb, 0x0c, + 0x8d, 0xf4, 0x2b, 0x20, 0x3e, 0x2e, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x7b, 0xc3, 0x18, + 0x10, 0x00, 0x00, 0xff, 0xff, 0x27, 0x4b, 0xbd, 0xe4, 0x0f, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/swap/types/querier.pb.go b/x/swap/types/querier.pb.go index 165b9847d..fc37930d7 100644 --- a/x/swap/types/querier.pb.go +++ b/x/swap/types/querier.pb.go @@ -264,41 +264,41 @@ func init() { func init() { proto.RegisterFile("sentinel/swap/v1/querier.proto", fileDescriptor_c0914180c1c187a7) } var fileDescriptor_c0914180c1c187a7 = []byte{ - // 530 bytes of a gzipped FileDescriptorProto + // 531 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0xdd, 0x6e, 0xd3, 0x30, 0x14, 0x4e, 0xca, 0x28, 0xc2, 0x9d, 0xc4, 0x66, 0x26, 0x56, 0x3a, 0x96, 0x8d, 0x8c, 0xc1, 0x04, - 0xc2, 0x5e, 0x8b, 0xc4, 0x03, 0x4c, 0xe2, 0xe7, 0x06, 0x69, 0x84, 0x3b, 0xb8, 0x40, 0x4e, 0xf1, - 0x12, 0x4b, 0x6d, 0xec, 0xc5, 0x4e, 0xdb, 0x09, 0x71, 0x01, 0x4f, 0x00, 0xe2, 0x25, 0x78, 0x94, + 0xc2, 0x26, 0x41, 0xe2, 0x01, 0x26, 0xf1, 0x73, 0x83, 0x34, 0xba, 0x3b, 0xb8, 0x40, 0x4e, 0xf1, + 0x92, 0x48, 0x6d, 0xec, 0xc5, 0x4e, 0xda, 0x09, 0x71, 0x01, 0x4f, 0x00, 0xe2, 0x25, 0x78, 0x94, 0x5e, 0x4e, 0xe2, 0x86, 0x2b, 0x04, 0x2d, 0xaf, 0x81, 0x84, 0x62, 0xbb, 0x3f, 0x59, 0x44, 0x7b, - 0x67, 0xf9, 0x7c, 0xe7, 0xfb, 0x39, 0xf6, 0x01, 0x9e, 0xa4, 0x89, 0x62, 0x09, 0xed, 0x60, 0xd9, - 0x27, 0x02, 0xf7, 0x9a, 0xf8, 0x34, 0xa3, 0x29, 0xa3, 0x29, 0x12, 0x29, 0x57, 0x1c, 0xae, 0x4d, - 0xea, 0x28, 0xaf, 0xa3, 0x5e, 0xb3, 0x71, 0xbf, 0xcd, 0x65, 0x97, 0x4b, 0x1c, 0x12, 0x49, 0x35, - 0xf8, 0x0c, 0xf7, 0x9a, 0x21, 0x55, 0xa4, 0x89, 0x05, 0x89, 0x58, 0x42, 0x14, 0xe3, 0x89, 0xe9, - 0x6e, 0x6c, 0x44, 0x3c, 0xe2, 0xfa, 0x88, 0xf3, 0x93, 0xbd, 0xbd, 0x15, 0x71, 0x1e, 0x75, 0x28, - 0x26, 0x82, 0x61, 0x92, 0x24, 0x5c, 0xe9, 0x16, 0x69, 0xab, 0xdb, 0x25, 0x47, 0x82, 0xa4, 0xa4, - 0x3b, 0x29, 0x6f, 0x95, 0xca, 0xda, 0x98, 0x2e, 0xfa, 0x6f, 0xc0, 0xfa, 0xcb, 0xdc, 0xd1, 0xab, - 0x3e, 0x11, 0x32, 0xa0, 0xa7, 0x19, 0x95, 0x0a, 0x3e, 0x05, 0x60, 0x66, 0xac, 0xee, 0xee, 0xba, - 0x07, 0xb5, 0xd6, 0x5d, 0x64, 0x52, 0xa0, 0x3c, 0x05, 0xd2, 0x29, 0x90, 0x4d, 0x81, 0x8e, 0x49, - 0x44, 0x6d, 0x6f, 0x30, 0xd7, 0xe9, 0x3f, 0x00, 0x6b, 0x53, 0xf2, 0x09, 0xf7, 0x26, 0xb8, 0xa2, - 0x06, 0x6f, 0x63, 0x22, 0x63, 0x4d, 0xbc, 0x1a, 0x54, 0xd5, 0xe0, 0x39, 0x91, 0xb1, 0xbf, 0x01, - 0xa0, 0x06, 0x1f, 0x6b, 0xef, 0x16, 0xee, 0x7f, 0x71, 0xed, 0xb5, 0x35, 0x28, 0x05, 0x4f, 0x24, - 0x85, 0x2d, 0x70, 0x39, 0x0f, 0x21, 0xeb, 0xee, 0xee, 0xa5, 0x83, 0x5a, 0xeb, 0x06, 0xba, 0x38, - 0x74, 0x94, 0xe3, 0x8f, 0x56, 0x86, 0x3f, 0x77, 0x9c, 0xc0, 0x40, 0xe1, 0xb3, 0x42, 0xaa, 0x8a, - 0x4e, 0x75, 0x6f, 0x69, 0x2a, 0x23, 0x58, 0x88, 0xf5, 0x64, 0x6e, 0x66, 0x53, 0x47, 0x87, 0x60, - 0x25, 0x97, 0xb1, 0xd3, 0x5a, 0x6c, 0x48, 0x23, 0xfd, 0x17, 0xe0, 0x7a, 0x21, 0xb0, 0x25, 0x7a, - 0x0c, 0xaa, 0xe6, 0xf9, 0x2c, 0x55, 0xbd, 0x4c, 0x65, 0x3a, 0x2c, 0x99, 0x45, 0xb7, 0xfe, 0x56, - 0xc0, 0xaa, 0xb1, 0x45, 0xd3, 0x1e, 0x6b, 0x53, 0x28, 0x00, 0x98, 0x4d, 0x0e, 0xee, 0x95, 0x69, - 0x4a, 0x0f, 0xdf, 0xb8, 0xb3, 0x18, 0x64, 0x1c, 0xfa, 0x9b, 0x9f, 0xbe, 0xff, 0xf9, 0x5a, 0x59, - 0x87, 0xd7, 0x70, 0xe1, 0x67, 0x49, 0xd8, 0x07, 0x57, 0xa7, 0x70, 0xe8, 0x2f, 0xe0, 0x9a, 0xe8, - 0xed, 0x2d, 0xc4, 0x58, 0xb9, 0xdb, 0x5a, 0x6e, 0x0b, 0xde, 0xbc, 0x20, 0x87, 0xdf, 0xdb, 0x8f, - 0xf4, 0x01, 0x7e, 0x74, 0x41, 0x6d, 0x6e, 0x96, 0xf0, 0x7f, 0x39, 0x0a, 0x7f, 0xab, 0xb1, 0xbf, - 0x04, 0x65, 0xf5, 0xf7, 0xb5, 0xfe, 0x0e, 0xdc, 0x9e, 0xe9, 0x77, 0xf9, 0xbb, 0xac, 0x43, 0xa5, - 0x59, 0x28, 0x33, 0xff, 0xa3, 0x60, 0xf8, 0xdb, 0x73, 0xbe, 0x8d, 0x3c, 0x67, 0x38, 0xf2, 0xdc, - 0xf3, 0x91, 0xe7, 0xfe, 0x1a, 0x79, 0xee, 0xe7, 0xb1, 0xe7, 0x9c, 0x8f, 0x3d, 0xe7, 0xc7, 0xd8, - 0x73, 0x5e, 0x1f, 0x46, 0x4c, 0xc5, 0x59, 0x88, 0xda, 0xbc, 0x3b, 0xa5, 0x7a, 0xc8, 0x4f, 0x4e, - 0x58, 0x9b, 0x91, 0x0e, 0x8e, 0xb3, 0x30, 0xdf, 0xcd, 0x81, 0x21, 0x55, 0x67, 0x82, 0xca, 0xb0, - 0xaa, 0x97, 0xf4, 0xd1, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x71, 0x01, 0xdc, 0xd8, 0x74, 0x04, - 0x00, 0x00, + 0x67, 0xf9, 0x7c, 0xe7, 0xfb, 0x39, 0x3e, 0x06, 0x8e, 0xa0, 0x89, 0x8c, 0x13, 0xda, 0xc5, 0xa2, + 0x4f, 0x38, 0xce, 0x3d, 0x7c, 0x9a, 0xd1, 0x34, 0xa6, 0x29, 0xe2, 0x29, 0x93, 0x0c, 0xae, 0x4d, + 0xea, 0xa8, 0xa8, 0xa3, 0xdc, 0x6b, 0xdd, 0xef, 0x30, 0xd1, 0x63, 0x02, 0x07, 0x44, 0x50, 0x05, + 0x3e, 0xc3, 0xb9, 0x17, 0x50, 0x49, 0x3c, 0xcc, 0x49, 0x18, 0x27, 0x44, 0xc6, 0x2c, 0xd1, 0xdd, + 0xad, 0x8d, 0x90, 0x85, 0x4c, 0x1d, 0x71, 0x71, 0x32, 0xb7, 0xb7, 0x42, 0xc6, 0xc2, 0x2e, 0xc5, + 0x84, 0xc7, 0x98, 0x24, 0x09, 0x93, 0xaa, 0x45, 0x98, 0xea, 0x76, 0xc5, 0x11, 0x27, 0x29, 0xe9, + 0x4d, 0xca, 0x5b, 0x95, 0xb2, 0x32, 0xa6, 0x8a, 0xee, 0x1b, 0xb0, 0xfe, 0xaa, 0x70, 0x74, 0xdc, + 0x27, 0x5c, 0xb4, 0xe9, 0x69, 0x46, 0x85, 0x84, 0xcf, 0x00, 0x98, 0x19, 0x6b, 0xda, 0xbb, 0xf6, + 0x41, 0xc3, 0xbf, 0x8b, 0x74, 0x0a, 0x54, 0xa4, 0x40, 0x2a, 0x05, 0x32, 0x29, 0xd0, 0x11, 0x09, + 0xa9, 0xe9, 0x6d, 0xcf, 0x75, 0xba, 0x0f, 0xc0, 0xda, 0x94, 0x7c, 0xc2, 0xbd, 0x09, 0xae, 0xc8, + 0xc1, 0xdb, 0x88, 0x88, 0x48, 0x11, 0xaf, 0xb6, 0xeb, 0x72, 0xf0, 0x82, 0x88, 0xc8, 0xdd, 0x00, + 0x50, 0x81, 0x8f, 0x94, 0x77, 0x03, 0x77, 0xbf, 0xd8, 0xe6, 0xda, 0x18, 0x14, 0x9c, 0x25, 0x82, + 0x42, 0x1f, 0x5c, 0x2e, 0x42, 0x88, 0xa6, 0xbd, 0x7b, 0xe9, 0xa0, 0xe1, 0xdf, 0x40, 0x17, 0x87, + 0x8e, 0x0a, 0xfc, 0xe1, 0xca, 0xf0, 0xe7, 0x8e, 0xd5, 0xd6, 0x50, 0xf8, 0xbc, 0x94, 0xaa, 0xa6, + 0x52, 0xdd, 0x5b, 0x9a, 0x4a, 0x0b, 0x96, 0x62, 0x3d, 0x9d, 0x9b, 0xd9, 0xd4, 0xd1, 0x23, 0xb0, + 0x52, 0xc8, 0x98, 0x69, 0x2d, 0x36, 0xa4, 0x90, 0xee, 0x4b, 0x70, 0xbd, 0x14, 0xd8, 0x10, 0x3d, + 0x01, 0x75, 0xfd, 0x7c, 0x86, 0xaa, 0x59, 0xa5, 0xd2, 0x1d, 0x86, 0xcc, 0xa0, 0xfd, 0xbf, 0x35, + 0xb0, 0xaa, 0x6d, 0xd1, 0x34, 0x8f, 0x3b, 0x14, 0x72, 0x00, 0x66, 0x93, 0x83, 0x7b, 0x55, 0x9a, + 0xca, 0xc3, 0xb7, 0xee, 0x2c, 0x06, 0x69, 0x87, 0xee, 0xe6, 0xa7, 0xef, 0x7f, 0xbe, 0xd6, 0xd6, + 0xe1, 0x35, 0x5c, 0xda, 0x2c, 0x01, 0xfb, 0xe0, 0xea, 0x14, 0x0e, 0xdd, 0x05, 0x5c, 0x13, 0xbd, + 0xbd, 0x85, 0x18, 0x23, 0x77, 0x5b, 0xc9, 0x6d, 0xc1, 0x9b, 0x17, 0xe4, 0xf0, 0x7b, 0xb3, 0x48, + 0x1f, 0xe0, 0x47, 0x1b, 0x34, 0xe6, 0x66, 0x09, 0xff, 0x97, 0xa3, 0xb4, 0x5b, 0xad, 0xfd, 0x25, + 0x28, 0xa3, 0xbf, 0xaf, 0xf4, 0x77, 0xe0, 0xf6, 0x4c, 0xbf, 0xc7, 0xde, 0x65, 0x5d, 0x2a, 0xf4, + 0x87, 0xd2, 0xf3, 0x3f, 0x3c, 0x1e, 0xfe, 0x76, 0xac, 0x6f, 0x23, 0xc7, 0x1a, 0x8e, 0x1c, 0xfb, + 0x7c, 0xe4, 0xd8, 0xbf, 0x46, 0x8e, 0xfd, 0x79, 0xec, 0x58, 0xe7, 0x63, 0xc7, 0xfa, 0x31, 0x76, + 0xac, 0xd7, 0x5e, 0x18, 0xcb, 0x28, 0x0b, 0x50, 0x87, 0xf5, 0xa6, 0x54, 0x0f, 0xd9, 0xc9, 0x49, + 0xdc, 0x89, 0x49, 0x17, 0x47, 0x59, 0x80, 0x73, 0xcf, 0xc7, 0x03, 0xcd, 0x2a, 0xcf, 0x38, 0x15, + 0x41, 0x5d, 0xfd, 0xd2, 0xc7, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x34, 0xb8, 0x4d, 0x75, + 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/swap/types/swap.pb.go b/x/swap/types/swap.pb.go index 2f21f601a..3fb2aa5e1 100644 --- a/x/swap/types/swap.pb.go +++ b/x/swap/types/swap.pb.go @@ -71,23 +71,23 @@ func init() { proto.RegisterFile("sentinel/swap/v1/swap.proto", fileDescriptor_5 var fileDescriptor_5c1c33cff7fdb4b2 = []byte{ // 272 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x3c, 0x90, 0xc1, 0x4e, 0xb4, 0x30, - 0x14, 0x85, 0xdb, 0xff, 0x9f, 0xa0, 0xa2, 0x0b, 0x43, 0x4c, 0x44, 0x4c, 0x2a, 0x71, 0xc5, 0xc6, - 0x56, 0x74, 0xe1, 0x7e, 0xdc, 0xb8, 0xc6, 0x9d, 0x1b, 0x53, 0x48, 0x87, 0x36, 0x19, 0x7a, 0x09, - 0x2d, 0x0c, 0xbe, 0x85, 0x8f, 0xe1, 0xa3, 0xb0, 0x9c, 0xa5, 0x2b, 0xa3, 0xf0, 0x22, 0x06, 0x98, - 0x71, 0xd5, 0xd3, 0x73, 0xef, 0x4d, 0xbe, 0x73, 0xdc, 0x4b, 0x23, 0xb4, 0x55, 0x5a, 0xac, 0x99, - 0xd9, 0xf0, 0x92, 0x35, 0xf1, 0xf4, 0xd2, 0xb2, 0x02, 0x0b, 0xde, 0xe9, 0x7e, 0x48, 0x27, 0xb3, - 0x89, 0x03, 0x92, 0x81, 0x29, 0xc0, 0xb0, 0x94, 0x1b, 0xc1, 0x9a, 0x38, 0x15, 0x96, 0xc7, 0x2c, - 0x03, 0xa5, 0xe7, 0x8b, 0xe0, 0x2c, 0x87, 0x1c, 0x26, 0xc9, 0x46, 0x35, 0xbb, 0xd7, 0xd6, 0x5d, - 0x3c, 0x6f, 0x78, 0xe9, 0x9d, 0xbb, 0x07, 0xb6, 0x7d, 0x95, 0xdc, 0x48, 0x1f, 0x87, 0x38, 0x3a, - 0x49, 0x1c, 0xdb, 0x3e, 0x71, 0x23, 0xbd, 0xc0, 0x3d, 0xac, 0x44, 0x26, 0x54, 0x23, 0x2a, 0xff, - 0x5f, 0x88, 0xa3, 0xa3, 0xe4, 0xef, 0xef, 0x3d, 0xb8, 0x0e, 0x2f, 0xa0, 0xd6, 0xd6, 0xff, 0x1f, - 0xe2, 0xe8, 0xf8, 0xee, 0x82, 0xce, 0x0c, 0x74, 0x64, 0xa0, 0x3b, 0x06, 0xfa, 0x08, 0x4a, 0x2f, - 0x17, 0xdd, 0xd7, 0x15, 0x4a, 0x76, 0xeb, 0xcb, 0xa4, 0xfb, 0x21, 0xe8, 0xa3, 0x27, 0xa8, 0xeb, - 0x09, 0xde, 0xf6, 0x04, 0x7f, 0xf7, 0x04, 0xbf, 0x0f, 0x04, 0x6d, 0x07, 0x82, 0x3e, 0x07, 0x82, - 0x5e, 0x6e, 0x73, 0x65, 0x65, 0x9d, 0xd2, 0x0c, 0x0a, 0xb6, 0x8f, 0x7a, 0x03, 0xab, 0x95, 0xca, - 0x14, 0x5f, 0x33, 0x59, 0xa7, 0x63, 0x1f, 0xed, 0xdc, 0x8c, 0x7d, 0x2b, 0x85, 0x49, 0x9d, 0x29, - 0xd0, 0xfd, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x17, 0x29, 0x6e, 0x7f, 0x37, 0x01, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x3c, 0x90, 0xb1, 0x4e, 0x84, 0x40, + 0x10, 0x86, 0x77, 0xf5, 0x82, 0x8a, 0x16, 0x86, 0x98, 0x88, 0x98, 0xac, 0xc4, 0x8a, 0xc6, 0xdd, + 0xec, 0x59, 0xd8, 0x9f, 0x8d, 0x35, 0xd7, 0xd9, 0x98, 0x85, 0xec, 0xc1, 0x26, 0x07, 0x43, 0xd8, + 0x65, 0x0f, 0xdf, 0xc2, 0xc7, 0xf0, 0x51, 0x28, 0xaf, 0xb4, 0x32, 0x0a, 0x2f, 0x62, 0x0e, 0xee, + 0xac, 0xe6, 0x9f, 0x7f, 0x66, 0x92, 0xef, 0x1f, 0xf7, 0x56, 0xcb, 0xd2, 0xa8, 0x52, 0xae, 0x99, + 0xde, 0x88, 0x8a, 0x59, 0x3e, 0x56, 0x5a, 0xd5, 0x60, 0xc0, 0xbb, 0x3c, 0x0c, 0xe9, 0x68, 0x5a, + 0x1e, 0x90, 0x14, 0x74, 0x01, 0x9a, 0x25, 0x42, 0x4b, 0x66, 0x79, 0x22, 0x8d, 0xe0, 0x2c, 0x05, + 0x55, 0x4e, 0x17, 0xc1, 0x55, 0x06, 0x19, 0x8c, 0x92, 0xed, 0xd4, 0xe4, 0xde, 0x1b, 0x77, 0xb6, + 0xdc, 0x88, 0xca, 0xbb, 0x76, 0x4f, 0x4c, 0xfb, 0x96, 0x0b, 0x9d, 0xfb, 0x38, 0xc4, 0xd1, 0x45, + 0xec, 0x98, 0xf6, 0x45, 0xe8, 0xdc, 0x0b, 0xdc, 0xd3, 0x5a, 0xa6, 0x52, 0x59, 0x59, 0xfb, 0x47, + 0x21, 0x8e, 0xce, 0xe2, 0xff, 0xde, 0x7b, 0x72, 0x1d, 0x51, 0x40, 0x53, 0x1a, 0xff, 0x38, 0xc4, + 0xd1, 0xf9, 0xfc, 0x86, 0x4e, 0x0c, 0x74, 0xc7, 0x40, 0xf7, 0x0c, 0xf4, 0x19, 0x54, 0xb9, 0x98, + 0x75, 0xdf, 0x77, 0x28, 0xde, 0xaf, 0x2f, 0x96, 0xdd, 0x2f, 0x41, 0x9f, 0x3d, 0x41, 0x5d, 0x4f, + 0xf0, 0xb6, 0x27, 0xf8, 0xa7, 0x27, 0xf8, 0x63, 0x20, 0x68, 0x3b, 0x10, 0xf4, 0x35, 0x10, 0xf4, + 0xca, 0x33, 0x65, 0xf2, 0x26, 0xa1, 0x29, 0x14, 0xec, 0x10, 0xf5, 0x01, 0x56, 0x2b, 0x95, 0x2a, + 0xb1, 0x66, 0x79, 0x93, 0x30, 0xcb, 0xe7, 0xac, 0x9d, 0x5e, 0x63, 0xde, 0x2b, 0xa9, 0x13, 0x67, + 0x4c, 0xf4, 0xf8, 0x17, 0x00, 0x00, 0xff, 0xff, 0x91, 0x42, 0xce, 0xe9, 0x38, 0x01, 0x00, 0x00, } func (m *Swap) Marshal() (dAtA []byte, err error) { diff --git a/x/vpn/abci.go b/x/vpn/abci.go index b8fcb9f0e..becc4c35d 100644 --- a/x/vpn/abci.go +++ b/x/vpn/abci.go @@ -4,10 +4,10 @@ import ( abcitypes "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/node" - "github.com/sentinel-official/hub/v1/x/session" - "github.com/sentinel-official/hub/v1/x/subscription" - "github.com/sentinel-official/hub/v1/x/vpn/keeper" + "github.com/sentinel-official/hub/v12/x/node" + "github.com/sentinel-official/hub/v12/x/session" + "github.com/sentinel-official/hub/v12/x/subscription" + "github.com/sentinel-official/hub/v12/x/vpn/keeper" ) func cacheContext(c sdk.Context) (cc sdk.Context, writeCache func()) { diff --git a/x/vpn/client/cli/cli.go b/x/vpn/client/cli/cli.go index d099ddc4f..f30aa799e 100644 --- a/x/vpn/client/cli/cli.go +++ b/x/vpn/client/cli/cli.go @@ -5,12 +5,12 @@ package cli import ( "github.com/spf13/cobra" - depositcli "github.com/sentinel-official/hub/v1/x/deposit/client/cli" - nodecli "github.com/sentinel-official/hub/v1/x/node/client/cli" - plancli "github.com/sentinel-official/hub/v1/x/plan/client/cli" - providercli "github.com/sentinel-official/hub/v1/x/provider/client/cli" - sessioncli "github.com/sentinel-official/hub/v1/x/session/client/cli" - subscriptioncli "github.com/sentinel-official/hub/v1/x/subscription/client/cli" + depositcli "github.com/sentinel-official/hub/v12/x/deposit/client/cli" + nodecli "github.com/sentinel-official/hub/v12/x/node/client/cli" + plancli "github.com/sentinel-official/hub/v12/x/plan/client/cli" + providercli "github.com/sentinel-official/hub/v12/x/provider/client/cli" + sessioncli "github.com/sentinel-official/hub/v12/x/session/client/cli" + subscriptioncli "github.com/sentinel-official/hub/v12/x/subscription/client/cli" ) func GetQueryCmd() *cobra.Command { diff --git a/x/vpn/genesis.go b/x/vpn/genesis.go index aab7981db..de8c5cc9c 100644 --- a/x/vpn/genesis.go +++ b/x/vpn/genesis.go @@ -3,14 +3,14 @@ package vpn import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/sentinel-official/hub/v1/x/deposit" - "github.com/sentinel-official/hub/v1/x/node" - "github.com/sentinel-official/hub/v1/x/plan" - "github.com/sentinel-official/hub/v1/x/provider" - "github.com/sentinel-official/hub/v1/x/session" - "github.com/sentinel-official/hub/v1/x/subscription" - "github.com/sentinel-official/hub/v1/x/vpn/keeper" - "github.com/sentinel-official/hub/v1/x/vpn/types" + "github.com/sentinel-official/hub/v12/x/deposit" + "github.com/sentinel-official/hub/v12/x/node" + "github.com/sentinel-official/hub/v12/x/plan" + "github.com/sentinel-official/hub/v12/x/provider" + "github.com/sentinel-official/hub/v12/x/session" + "github.com/sentinel-official/hub/v12/x/subscription" + "github.com/sentinel-official/hub/v12/x/vpn/keeper" + "github.com/sentinel-official/hub/v12/x/vpn/types" ) func InitGenesis(ctx sdk.Context, k keeper.Keeper, state *types.GenesisState) { diff --git a/x/vpn/keeper/keeper.go b/x/vpn/keeper/keeper.go index 8bd215768..c739cb3c8 100644 --- a/x/vpn/keeper/keeper.go +++ b/x/vpn/keeper/keeper.go @@ -6,18 +6,18 @@ import ( "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" - depositkeeper "github.com/sentinel-official/hub/v1/x/deposit/keeper" - nodekeeper "github.com/sentinel-official/hub/v1/x/node/keeper" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plankeeper "github.com/sentinel-official/hub/v1/x/plan/keeper" - providerkeeper "github.com/sentinel-official/hub/v1/x/provider/keeper" - providertypes "github.com/sentinel-official/hub/v1/x/provider/types" - sessionkeeper "github.com/sentinel-official/hub/v1/x/session/keeper" - sessiontypes "github.com/sentinel-official/hub/v1/x/session/types" - subscriptionkeeper "github.com/sentinel-official/hub/v1/x/subscription/keeper" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" - "github.com/sentinel-official/hub/v1/x/vpn/expected" - "github.com/sentinel-official/hub/v1/x/vpn/types" + depositkeeper "github.com/sentinel-official/hub/v12/x/deposit/keeper" + nodekeeper "github.com/sentinel-official/hub/v12/x/node/keeper" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plankeeper "github.com/sentinel-official/hub/v12/x/plan/keeper" + providerkeeper "github.com/sentinel-official/hub/v12/x/provider/keeper" + providertypes "github.com/sentinel-official/hub/v12/x/provider/types" + sessionkeeper "github.com/sentinel-official/hub/v12/x/session/keeper" + sessiontypes "github.com/sentinel-official/hub/v12/x/session/types" + subscriptionkeeper "github.com/sentinel-official/hub/v12/x/subscription/keeper" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/vpn/expected" + "github.com/sentinel-official/hub/v12/x/vpn/types" ) type Keeper struct { diff --git a/x/vpn/module.go b/x/vpn/module.go index ea22ce190..ccbb030aa 100644 --- a/x/vpn/module.go +++ b/x/vpn/module.go @@ -14,22 +14,22 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - depositkeeper "github.com/sentinel-official/hub/v1/x/deposit/keeper" - deposittypes "github.com/sentinel-official/hub/v1/x/deposit/types" - nodekeeper "github.com/sentinel-official/hub/v1/x/node/keeper" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plankeeper "github.com/sentinel-official/hub/v1/x/plan/keeper" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - providerkeeper "github.com/sentinel-official/hub/v1/x/provider/keeper" - providertypes "github.com/sentinel-official/hub/v1/x/provider/types" - sessionkeeper "github.com/sentinel-official/hub/v1/x/session/keeper" - sessiontypes "github.com/sentinel-official/hub/v1/x/session/types" - subscriptionkeeper "github.com/sentinel-official/hub/v1/x/subscription/keeper" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" - "github.com/sentinel-official/hub/v1/x/vpn/client/cli" - "github.com/sentinel-official/hub/v1/x/vpn/expected" - "github.com/sentinel-official/hub/v1/x/vpn/keeper" - "github.com/sentinel-official/hub/v1/x/vpn/types" + depositkeeper "github.com/sentinel-official/hub/v12/x/deposit/keeper" + deposittypes "github.com/sentinel-official/hub/v12/x/deposit/types" + nodekeeper "github.com/sentinel-official/hub/v12/x/node/keeper" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plankeeper "github.com/sentinel-official/hub/v12/x/plan/keeper" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + providerkeeper "github.com/sentinel-official/hub/v12/x/provider/keeper" + providertypes "github.com/sentinel-official/hub/v12/x/provider/types" + sessionkeeper "github.com/sentinel-official/hub/v12/x/session/keeper" + sessiontypes "github.com/sentinel-official/hub/v12/x/session/types" + subscriptionkeeper "github.com/sentinel-official/hub/v12/x/subscription/keeper" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" + "github.com/sentinel-official/hub/v12/x/vpn/client/cli" + "github.com/sentinel-official/hub/v12/x/vpn/expected" + "github.com/sentinel-official/hub/v12/x/vpn/keeper" + "github.com/sentinel-official/hub/v12/x/vpn/types" ) var ( diff --git a/x/vpn/types/codec.go b/x/vpn/types/codec.go index 760b9bfc3..91dd23afd 100644 --- a/x/vpn/types/codec.go +++ b/x/vpn/types/codec.go @@ -5,12 +5,12 @@ package types import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" - deposittypes "github.com/sentinel-official/hub/v1/x/deposit/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - providertypes "github.com/sentinel-official/hub/v1/x/provider/types" - sessiontypes "github.com/sentinel-official/hub/v1/x/session/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + deposittypes "github.com/sentinel-official/hub/v12/x/deposit/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + providertypes "github.com/sentinel-official/hub/v12/x/provider/types" + sessiontypes "github.com/sentinel-official/hub/v12/x/session/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) func RegisterInterfaces(registry codectypes.InterfaceRegistry) { diff --git a/x/vpn/types/genesis.go b/x/vpn/types/genesis.go index 33b387a07..544d01c96 100644 --- a/x/vpn/types/genesis.go +++ b/x/vpn/types/genesis.go @@ -3,12 +3,12 @@ package types import ( sdkerrors "cosmossdk.io/errors" - deposittypes "github.com/sentinel-official/hub/v1/x/deposit/types" - nodetypes "github.com/sentinel-official/hub/v1/x/node/types" - plantypes "github.com/sentinel-official/hub/v1/x/plan/types" - providertypes "github.com/sentinel-official/hub/v1/x/provider/types" - sessiontypes "github.com/sentinel-official/hub/v1/x/session/types" - subscriptiontypes "github.com/sentinel-official/hub/v1/x/subscription/types" + deposittypes "github.com/sentinel-official/hub/v12/x/deposit/types" + nodetypes "github.com/sentinel-official/hub/v12/x/node/types" + plantypes "github.com/sentinel-official/hub/v12/x/plan/types" + providertypes "github.com/sentinel-official/hub/v12/x/provider/types" + sessiontypes "github.com/sentinel-official/hub/v12/x/session/types" + subscriptiontypes "github.com/sentinel-official/hub/v12/x/subscription/types" ) func NewGenesisState( diff --git a/x/vpn/types/genesis.pb.go b/x/vpn/types/genesis.pb.go index d8e73fcf9..2d7441ea9 100644 --- a/x/vpn/types/genesis.pb.go +++ b/x/vpn/types/genesis.pb.go @@ -7,12 +7,12 @@ import ( fmt "fmt" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" - types "github.com/sentinel-official/hub/v1/x/deposit/types" - types1 "github.com/sentinel-official/hub/v1/x/node/types" - types2 "github.com/sentinel-official/hub/v1/x/plan/types" - types3 "github.com/sentinel-official/hub/v1/x/provider/types" - types4 "github.com/sentinel-official/hub/v1/x/session/types" - types5 "github.com/sentinel-official/hub/v1/x/subscription/types" + types "github.com/sentinel-official/hub/v12/x/deposit/types" + types1 "github.com/sentinel-official/hub/v12/x/node/types" + types2 "github.com/sentinel-official/hub/v12/x/plan/types" + types3 "github.com/sentinel-official/hub/v12/x/provider/types" + types4 "github.com/sentinel-official/hub/v12/x/session/types" + types5 "github.com/sentinel-official/hub/v12/x/subscription/types" io "io" math "math" math_bits "math/bits" @@ -87,31 +87,32 @@ func init() { func init() { proto.RegisterFile("sentinel/vpn/v1/genesis.proto", fileDescriptor_255b384044b0bea0) } var fileDescriptor_255b384044b0bea0 = []byte{ - // 384 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x52, 0xbb, 0x4e, 0xf3, 0x30, - 0x14, 0x4e, 0xfe, 0x5e, 0xd4, 0xdf, 0x05, 0x21, 0x45, 0x0c, 0x51, 0x45, 0x4d, 0xdb, 0xa1, 0xea, - 0x82, 0xad, 0x06, 0x16, 0x06, 0x10, 0xaa, 0x90, 0x58, 0x18, 0xa0, 0x6c, 0x6c, 0x49, 0xeb, 0xa6, - 0x96, 0x82, 0x1d, 0xc5, 0xae, 0x05, 0x2f, 0x81, 0x78, 0x0c, 0x1e, 0xa5, 0x63, 0x47, 0x26, 0x04, - 0xe9, 0x8b, 0xa0, 0xdc, 0x53, 0xa5, 0xdb, 0xd1, 0xf9, 0x6e, 0x39, 0x5f, 0x0c, 0xba, 0x82, 0x30, - 0x49, 0x19, 0xf1, 0xb0, 0xf2, 0x19, 0x56, 0x63, 0xec, 0x12, 0x46, 0x04, 0x15, 0xc8, 0x0f, 0xb8, - 0xe4, 0xc6, 0x51, 0x06, 0x23, 0xe5, 0x33, 0xa4, 0xc6, 0x9d, 0x63, 0x97, 0xbb, 0x3c, 0xc6, 0x70, - 0x34, 0x25, 0xb4, 0x4e, 0x3f, 0x77, 0x99, 0x13, 0x9f, 0x0b, 0x2a, 0x23, 0xa7, 0x74, 0x4c, 0x29, - 0x30, 0xa7, 0x30, 0x3e, 0x27, 0x58, 0x59, 0xbb, 0x49, 0x25, 0xdc, 0xf7, 0x6c, 0x56, 0xc5, 0x07, - 0x05, 0x1e, 0x70, 0x45, 0xe7, 0x24, 0xa8, 0x72, 0x8a, 0xcf, 0x10, 0x44, 0x08, 0xca, 0xf7, 0xd8, - 0x0c, 0x0b, 0xca, 0xca, 0x11, 0xb3, 0x80, 0xfa, 0x72, 0x1f, 0x6f, 0xf0, 0x5e, 0x03, 0x07, 0x77, - 0xc9, 0xe6, 0x49, 0xda, 0x92, 0x18, 0xd7, 0xa0, 0x95, 0x1e, 0x24, 0x4c, 0xbd, 0x57, 0x1b, 0xb5, - 0xad, 0x13, 0x94, 0x97, 0x93, 0x9d, 0xaa, 0xc6, 0xe8, 0x36, 0x19, 0x27, 0xf5, 0xf5, 0xf7, 0xa9, - 0x36, 0xcd, 0x35, 0xc6, 0x05, 0x68, 0x44, 0x87, 0x0b, 0xf3, 0x5f, 0x4f, 0x1f, 0xb5, 0x2d, 0x58, - 0x88, 0xa3, 0x35, 0x52, 0x16, 0x2a, 0xc7, 0x4d, 0x13, 0xb2, 0x71, 0x09, 0x1a, 0x51, 0x1d, 0xc2, - 0xac, 0xc5, 0x91, 0xdd, 0x42, 0x15, 0xad, 0x4b, 0xaa, 0x07, 0xcf, 0x66, 0x69, 0x66, 0xa2, 0x30, - 0x6e, 0xc0, 0xff, 0xac, 0x29, 0x61, 0xd6, 0xe3, 0xd0, 0x41, 0x49, 0x9e, 0x42, 0x95, 0xe0, 0x42, - 0x64, 0x5c, 0x81, 0x56, 0xda, 0xa3, 0x30, 0x1b, 0xb1, 0x41, 0xbf, 0x30, 0x48, 0x91, 0x8a, 0x3e, - 0x97, 0x18, 0xf7, 0xe0, 0xb0, 0xdc, 0xb1, 0x30, 0x9b, 0xb1, 0xc7, 0xb0, 0xe4, 0x51, 0x82, 0x2b, - 0x46, 0xbb, 0xe2, 0xc9, 0xe3, 0xfa, 0x17, 0x6a, 0x9f, 0x21, 0xd4, 0xd6, 0x21, 0xd4, 0x37, 0x21, - 0xd4, 0x7f, 0x42, 0xa8, 0x7f, 0x6c, 0xa1, 0xb6, 0xd9, 0x42, 0xed, 0x6b, 0x0b, 0xb5, 0x67, 0xec, - 0x52, 0xb9, 0x5c, 0x39, 0x68, 0xc6, 0x5f, 0x70, 0x16, 0x71, 0xc6, 0x17, 0x0b, 0x3a, 0xa3, 0xb6, - 0x87, 0x97, 0x2b, 0x27, 0x7a, 0x94, 0xaf, 0xf1, 0x3b, 0x97, 0x6f, 0x3e, 0x11, 0x4e, 0x33, 0xfe, - 0xd5, 0xe7, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x80, 0x88, 0x98, 0x72, 0x04, 0x03, 0x00, 0x00, + // 387 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x52, 0xbb, 0x4e, 0xeb, 0x30, + 0x18, 0x4e, 0x4e, 0x2f, 0xea, 0x71, 0xcf, 0xd1, 0x91, 0xa2, 0x33, 0x44, 0x15, 0x35, 0x6d, 0x87, + 0xaa, 0x0b, 0x36, 0x09, 0x2c, 0x0c, 0x20, 0x54, 0x21, 0xb1, 0x30, 0xa0, 0xb2, 0xb1, 0x25, 0xad, + 0x9b, 0x5a, 0x0a, 0x76, 0x14, 0xbb, 0x16, 0xbc, 0x04, 0xe2, 0x31, 0x78, 0x94, 0x8e, 0x1d, 0x99, + 0x10, 0xa4, 0x2f, 0x82, 0x72, 0x4f, 0x95, 0x6e, 0xbf, 0xfe, 0xef, 0x96, 0xff, 0x8b, 0x41, 0x5f, + 0x10, 0x26, 0x29, 0x23, 0x3e, 0x56, 0x01, 0xc3, 0xca, 0xc2, 0x1e, 0x61, 0x44, 0x50, 0x81, 0x82, + 0x90, 0x4b, 0x6e, 0xfc, 0xcb, 0x61, 0xa4, 0x02, 0x86, 0x94, 0xd5, 0xfb, 0xef, 0x71, 0x8f, 0x27, + 0x18, 0x8e, 0xa7, 0x94, 0xd6, 0x1b, 0x16, 0x2e, 0x0b, 0x12, 0x70, 0x41, 0x65, 0xec, 0x94, 0x8d, + 0x19, 0x05, 0x16, 0x14, 0xc6, 0x17, 0x04, 0x2b, 0x7b, 0x3f, 0xa9, 0x82, 0x07, 0xbe, 0xc3, 0xea, + 0xf8, 0xa8, 0xc4, 0x43, 0xae, 0xe8, 0x82, 0x84, 0x75, 0x4e, 0xf9, 0x19, 0x82, 0x08, 0x41, 0xf9, + 0x01, 0x9b, 0x71, 0x49, 0x59, 0xbb, 0x62, 0x1e, 0xd2, 0x40, 0x1e, 0xe2, 0x8d, 0x5e, 0x1b, 0xe0, + 0xcf, 0x6d, 0xba, 0x79, 0x90, 0x8e, 0x24, 0xc6, 0x15, 0xe8, 0x64, 0x07, 0x09, 0x53, 0x1f, 0x34, + 0x26, 0x5d, 0xfb, 0x08, 0x15, 0xe5, 0xe4, 0xa7, 0x2a, 0x0b, 0xdd, 0xa4, 0xe3, 0xb4, 0xb9, 0xf9, + 0x3c, 0xd6, 0x66, 0x85, 0xc6, 0x38, 0x07, 0xad, 0xf8, 0x70, 0x61, 0xfe, 0x1a, 0xe8, 0x93, 0xae, + 0x0d, 0x4b, 0x71, 0xbc, 0x46, 0xca, 0x46, 0xd5, 0xb8, 0x59, 0x4a, 0x36, 0x2e, 0x40, 0x2b, 0xae, + 0x43, 0x98, 0x8d, 0x24, 0xb2, 0x5f, 0xaa, 0xe2, 0x75, 0x45, 0x75, 0xef, 0x3b, 0x2c, 0xcb, 0x4c, + 0x15, 0xc6, 0x35, 0xf8, 0x9d, 0x37, 0x25, 0xcc, 0x66, 0x12, 0x3a, 0xaa, 0xc8, 0x33, 0xa8, 0x16, + 0x5c, 0x8a, 0x8c, 0x4b, 0xd0, 0xc9, 0x7a, 0x14, 0x66, 0x2b, 0x31, 0x18, 0x96, 0x06, 0x19, 0x52, + 0xd3, 0x17, 0x12, 0xe3, 0x0e, 0xfc, 0xad, 0x76, 0x2c, 0xcc, 0x76, 0xe2, 0x31, 0xae, 0x78, 0x54, + 0xe0, 0x9a, 0xd1, 0xbe, 0x78, 0x3a, 0xdb, 0x7c, 0x43, 0xed, 0x3d, 0x82, 0xda, 0x26, 0x82, 0xfa, + 0x36, 0x82, 0xfa, 0x57, 0x04, 0xf5, 0xb7, 0x1d, 0xd4, 0xb6, 0x3b, 0xa8, 0x7d, 0xec, 0xa0, 0xf6, + 0x78, 0xea, 0x51, 0xb9, 0x5a, 0xbb, 0x68, 0xce, 0x9f, 0x70, 0x1e, 0x71, 0xc2, 0x97, 0x4b, 0x3a, + 0xa7, 0x8e, 0x8f, 0x57, 0x6b, 0x17, 0x2b, 0xcb, 0xc6, 0xcf, 0xc9, 0x43, 0x97, 0x2f, 0x01, 0x11, + 0x6e, 0x3b, 0xf9, 0xd7, 0x67, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3e, 0x77, 0x03, 0x0a, 0x05, + 0x03, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) {