Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func NewCancelSoftwareUpgradeProposal(title, description string) gov.Content
- func NewSoftwareUpgradeProposal(title, description string, plan Plan) gov.Content
- func PlanKey() []byte
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func UpgradeStoreLoader(upgradeHeight int64, storeUpgrades *storetypes.StoreUpgrades) baseapp.StoreLoader
- func UpgradedClientKey(height int64) []byte
- func UpgradedConsStateKey(height int64) []byte
- type CancelSoftwareUpgradeProposaldeprecated
- func (*CancelSoftwareUpgradeProposal) Descriptor() ([]byte, []int)
- func (this *CancelSoftwareUpgradeProposal) Equal(that interface{}) bool
- func (csup *CancelSoftwareUpgradeProposal) GetDescription() string
- func (csup *CancelSoftwareUpgradeProposal) GetTitle() string
- func (m *CancelSoftwareUpgradeProposal) Marshal() (dAtA []byte, err error)
- func (m *CancelSoftwareUpgradeProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *CancelSoftwareUpgradeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (csup *CancelSoftwareUpgradeProposal) ProposalRoute() string
- func (csup *CancelSoftwareUpgradeProposal) ProposalType() string
- func (*CancelSoftwareUpgradeProposal) ProtoMessage()
- func (m *CancelSoftwareUpgradeProposal) Reset()
- func (m *CancelSoftwareUpgradeProposal) Size() (n int)
- func (csup CancelSoftwareUpgradeProposal) String() string
- func (m *CancelSoftwareUpgradeProposal) Unmarshal(dAtA []byte) error
- func (csup *CancelSoftwareUpgradeProposal) ValidateBasic() error
- func (m *CancelSoftwareUpgradeProposal) XXX_DiscardUnknown()
- func (m *CancelSoftwareUpgradeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CancelSoftwareUpgradeProposal) XXX_Merge(src proto.Message)
- func (m *CancelSoftwareUpgradeProposal) XXX_Size() int
- func (m *CancelSoftwareUpgradeProposal) XXX_Unmarshal(b []byte) error
- type ModuleVersion
- func (*ModuleVersion) Descriptor() ([]byte, []int)
- func (this *ModuleVersion) Equal(that interface{}) bool
- func (m *ModuleVersion) Marshal() (dAtA []byte, err error)
- func (m *ModuleVersion) MarshalTo(dAtA []byte) (int, error)
- func (m *ModuleVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ModuleVersion) ProtoMessage()
- func (m *ModuleVersion) Reset()
- func (m *ModuleVersion) Size() (n int)
- func (m *ModuleVersion) String() string
- func (m *ModuleVersion) Unmarshal(dAtA []byte) error
- func (m *ModuleVersion) XXX_DiscardUnknown()
- func (m *ModuleVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModuleVersion) XXX_Merge(src proto.Message)
- func (m *ModuleVersion) XXX_Size() int
- func (m *ModuleVersion) XXX_Unmarshal(b []byte) error
- type MsgCancelUpgrade
- func (*MsgCancelUpgrade) Descriptor() ([]byte, []int)
- func (m *MsgCancelUpgrade) GetAuthority() string
- func (m MsgCancelUpgrade) GetSignBytes() []byte
- func (m *MsgCancelUpgrade) GetSigners() []sdk.AccAddress
- func (m *MsgCancelUpgrade) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelUpgrade) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelUpgrade) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelUpgrade) ProtoMessage()
- func (m *MsgCancelUpgrade) Reset()
- func (m MsgCancelUpgrade) Route() string
- func (m *MsgCancelUpgrade) Size() (n int)
- func (m *MsgCancelUpgrade) String() string
- func (m MsgCancelUpgrade) Type() string
- func (m *MsgCancelUpgrade) Unmarshal(dAtA []byte) error
- func (m *MsgCancelUpgrade) ValidateBasic() error
- func (m *MsgCancelUpgrade) XXX_DiscardUnknown()
- func (m *MsgCancelUpgrade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelUpgrade) XXX_Merge(src proto.Message)
- func (m *MsgCancelUpgrade) XXX_Size() int
- func (m *MsgCancelUpgrade) XXX_Unmarshal(b []byte) error
- type MsgCancelUpgradeResponse
- func (*MsgCancelUpgradeResponse) Descriptor() ([]byte, []int)
- func (m *MsgCancelUpgradeResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelUpgradeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelUpgradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelUpgradeResponse) ProtoMessage()
- func (m *MsgCancelUpgradeResponse) Reset()
- func (m *MsgCancelUpgradeResponse) Size() (n int)
- func (m *MsgCancelUpgradeResponse) String() string
- func (m *MsgCancelUpgradeResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCancelUpgradeResponse) XXX_DiscardUnknown()
- func (m *MsgCancelUpgradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelUpgradeResponse) XXX_Merge(src proto.Message)
- func (m *MsgCancelUpgradeResponse) XXX_Size() int
- func (m *MsgCancelUpgradeResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgServer
- type MsgSoftwareUpgrade
- func (*MsgSoftwareUpgrade) Descriptor() ([]byte, []int)
- func (m *MsgSoftwareUpgrade) GetAuthority() string
- func (m *MsgSoftwareUpgrade) GetPlan() Plan
- func (m MsgSoftwareUpgrade) GetSignBytes() []byte
- func (m *MsgSoftwareUpgrade) GetSigners() []sdk.AccAddress
- func (m *MsgSoftwareUpgrade) Marshal() (dAtA []byte, err error)
- func (m *MsgSoftwareUpgrade) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSoftwareUpgrade) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSoftwareUpgrade) ProtoMessage()
- func (m *MsgSoftwareUpgrade) Reset()
- func (m MsgSoftwareUpgrade) Route() string
- func (m *MsgSoftwareUpgrade) Size() (n int)
- func (m *MsgSoftwareUpgrade) String() string
- func (m MsgSoftwareUpgrade) Type() string
- func (m *MsgSoftwareUpgrade) Unmarshal(dAtA []byte) error
- func (m *MsgSoftwareUpgrade) ValidateBasic() error
- func (m *MsgSoftwareUpgrade) XXX_DiscardUnknown()
- func (m *MsgSoftwareUpgrade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSoftwareUpgrade) XXX_Merge(src proto.Message)
- func (m *MsgSoftwareUpgrade) XXX_Size() int
- func (m *MsgSoftwareUpgrade) XXX_Unmarshal(b []byte) error
- type MsgSoftwareUpgradeResponse
- func (*MsgSoftwareUpgradeResponse) Descriptor() ([]byte, []int)
- func (m *MsgSoftwareUpgradeResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSoftwareUpgradeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSoftwareUpgradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSoftwareUpgradeResponse) ProtoMessage()
- func (m *MsgSoftwareUpgradeResponse) Reset()
- func (m *MsgSoftwareUpgradeResponse) Size() (n int)
- func (m *MsgSoftwareUpgradeResponse) String() string
- func (m *MsgSoftwareUpgradeResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSoftwareUpgradeResponse) XXX_DiscardUnknown()
- func (m *MsgSoftwareUpgradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSoftwareUpgradeResponse) XXX_Merge(src proto.Message)
- func (m *MsgSoftwareUpgradeResponse) XXX_Size() int
- func (m *MsgSoftwareUpgradeResponse) XXX_Unmarshal(b []byte) error
- type Plan
- func (*Plan) Descriptor() ([]byte, []int)
- func (p Plan) DueAt() string
- func (this *Plan) Equal(that interface{}) bool
- func (m *Plan) Marshal() (dAtA []byte, err error)
- func (m *Plan) MarshalTo(dAtA []byte) (int, error)
- func (m *Plan) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Plan) ProtoMessage()
- func (m *Plan) Reset()
- func (p Plan) ShouldExecute(ctx sdk.Context) bool
- func (m *Plan) Size() (n int)
- func (p Plan) String() string
- func (m *Plan) Unmarshal(dAtA []byte) error
- func (p Plan) ValidateBasic() error
- func (m *Plan) XXX_DiscardUnknown()
- func (m *Plan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Plan) XXX_Merge(src proto.Message)
- func (m *Plan) XXX_Size() int
- func (m *Plan) XXX_Unmarshal(b []byte) error
- type QueryAppliedPlanRequest
- func (*QueryAppliedPlanRequest) Descriptor() ([]byte, []int)
- func (m *QueryAppliedPlanRequest) GetName() string
- func (m *QueryAppliedPlanRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAppliedPlanRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAppliedPlanRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAppliedPlanRequest) ProtoMessage()
- func (m *QueryAppliedPlanRequest) Reset()
- func (m *QueryAppliedPlanRequest) Size() (n int)
- func (m *QueryAppliedPlanRequest) String() string
- func (m *QueryAppliedPlanRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAppliedPlanRequest) XXX_DiscardUnknown()
- func (m *QueryAppliedPlanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAppliedPlanRequest) XXX_Merge(src proto.Message)
- func (m *QueryAppliedPlanRequest) XXX_Size() int
- func (m *QueryAppliedPlanRequest) XXX_Unmarshal(b []byte) error
- type QueryAppliedPlanResponse
- func (*QueryAppliedPlanResponse) Descriptor() ([]byte, []int)
- func (m *QueryAppliedPlanResponse) GetHeight() int64
- func (m *QueryAppliedPlanResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAppliedPlanResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAppliedPlanResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAppliedPlanResponse) ProtoMessage()
- func (m *QueryAppliedPlanResponse) Reset()
- func (m *QueryAppliedPlanResponse) Size() (n int)
- func (m *QueryAppliedPlanResponse) String() string
- func (m *QueryAppliedPlanResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAppliedPlanResponse) XXX_DiscardUnknown()
- func (m *QueryAppliedPlanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAppliedPlanResponse) XXX_Merge(src proto.Message)
- func (m *QueryAppliedPlanResponse) XXX_Size() int
- func (m *QueryAppliedPlanResponse) XXX_Unmarshal(b []byte) error
- type QueryAuthorityRequest
- func (*QueryAuthorityRequest) Descriptor() ([]byte, []int)
- func (m *QueryAuthorityRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAuthorityRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAuthorityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAuthorityRequest) ProtoMessage()
- func (m *QueryAuthorityRequest) Reset()
- func (m *QueryAuthorityRequest) Size() (n int)
- func (m *QueryAuthorityRequest) String() string
- func (m *QueryAuthorityRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAuthorityRequest) XXX_DiscardUnknown()
- func (m *QueryAuthorityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAuthorityRequest) XXX_Merge(src proto.Message)
- func (m *QueryAuthorityRequest) XXX_Size() int
- func (m *QueryAuthorityRequest) XXX_Unmarshal(b []byte) error
- type QueryAuthorityResponse
- func (*QueryAuthorityResponse) Descriptor() ([]byte, []int)
- func (m *QueryAuthorityResponse) GetAddress() string
- func (m *QueryAuthorityResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAuthorityResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAuthorityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAuthorityResponse) ProtoMessage()
- func (m *QueryAuthorityResponse) Reset()
- func (m *QueryAuthorityResponse) Size() (n int)
- func (m *QueryAuthorityResponse) String() string
- func (m *QueryAuthorityResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAuthorityResponse) XXX_DiscardUnknown()
- func (m *QueryAuthorityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAuthorityResponse) XXX_Merge(src proto.Message)
- func (m *QueryAuthorityResponse) XXX_Size() int
- func (m *QueryAuthorityResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryCurrentPlanRequest
- func (*QueryCurrentPlanRequest) Descriptor() ([]byte, []int)
- func (m *QueryCurrentPlanRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryCurrentPlanRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryCurrentPlanRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryCurrentPlanRequest) ProtoMessage()
- func (m *QueryCurrentPlanRequest) Reset()
- func (m *QueryCurrentPlanRequest) Size() (n int)
- func (m *QueryCurrentPlanRequest) String() string
- func (m *QueryCurrentPlanRequest) Unmarshal(dAtA []byte) error
- func (m *QueryCurrentPlanRequest) XXX_DiscardUnknown()
- func (m *QueryCurrentPlanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCurrentPlanRequest) XXX_Merge(src proto.Message)
- func (m *QueryCurrentPlanRequest) XXX_Size() int
- func (m *QueryCurrentPlanRequest) XXX_Unmarshal(b []byte) error
- type QueryCurrentPlanResponse
- func (*QueryCurrentPlanResponse) Descriptor() ([]byte, []int)
- func (m *QueryCurrentPlanResponse) GetPlan() *Plan
- func (m *QueryCurrentPlanResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryCurrentPlanResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryCurrentPlanResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryCurrentPlanResponse) ProtoMessage()
- func (m *QueryCurrentPlanResponse) Reset()
- func (m *QueryCurrentPlanResponse) Size() (n int)
- func (m *QueryCurrentPlanResponse) String() string
- func (m *QueryCurrentPlanResponse) Unmarshal(dAtA []byte) error
- func (m *QueryCurrentPlanResponse) XXX_DiscardUnknown()
- func (m *QueryCurrentPlanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCurrentPlanResponse) XXX_Merge(src proto.Message)
- func (m *QueryCurrentPlanResponse) XXX_Size() int
- func (m *QueryCurrentPlanResponse) XXX_Unmarshal(b []byte) error
- type QueryModuleVersionsRequest
- func (*QueryModuleVersionsRequest) Descriptor() ([]byte, []int)
- func (m *QueryModuleVersionsRequest) GetModuleName() string
- func (m *QueryModuleVersionsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryModuleVersionsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryModuleVersionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryModuleVersionsRequest) ProtoMessage()
- func (m *QueryModuleVersionsRequest) Reset()
- func (m *QueryModuleVersionsRequest) Size() (n int)
- func (m *QueryModuleVersionsRequest) String() string
- func (m *QueryModuleVersionsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryModuleVersionsRequest) XXX_DiscardUnknown()
- func (m *QueryModuleVersionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryModuleVersionsRequest) XXX_Merge(src proto.Message)
- func (m *QueryModuleVersionsRequest) XXX_Size() int
- func (m *QueryModuleVersionsRequest) XXX_Unmarshal(b []byte) error
- type QueryModuleVersionsResponse
- func (*QueryModuleVersionsResponse) Descriptor() ([]byte, []int)
- func (m *QueryModuleVersionsResponse) GetModuleVersions() []*ModuleVersion
- func (m *QueryModuleVersionsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryModuleVersionsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryModuleVersionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryModuleVersionsResponse) ProtoMessage()
- func (m *QueryModuleVersionsResponse) Reset()
- func (m *QueryModuleVersionsResponse) Size() (n int)
- func (m *QueryModuleVersionsResponse) String() string
- func (m *QueryModuleVersionsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryModuleVersionsResponse) XXX_DiscardUnknown()
- func (m *QueryModuleVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryModuleVersionsResponse) XXX_Merge(src proto.Message)
- func (m *QueryModuleVersionsResponse) XXX_Size() int
- func (m *QueryModuleVersionsResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QueryUpgradedConsensusStateRequestdeprecated
- func (*QueryUpgradedConsensusStateRequest) Descriptor() ([]byte, []int)
- func (m *QueryUpgradedConsensusStateRequest) GetLastHeight() int64
- func (m *QueryUpgradedConsensusStateRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryUpgradedConsensusStateRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUpgradedConsensusStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUpgradedConsensusStateRequest) ProtoMessage()
- func (m *QueryUpgradedConsensusStateRequest) Reset()
- func (m *QueryUpgradedConsensusStateRequest) Size() (n int)
- func (m *QueryUpgradedConsensusStateRequest) String() string
- func (m *QueryUpgradedConsensusStateRequest) Unmarshal(dAtA []byte) error
- func (m *QueryUpgradedConsensusStateRequest) XXX_DiscardUnknown()
- func (m *QueryUpgradedConsensusStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUpgradedConsensusStateRequest) XXX_Merge(src proto.Message)
- func (m *QueryUpgradedConsensusStateRequest) XXX_Size() int
- func (m *QueryUpgradedConsensusStateRequest) XXX_Unmarshal(b []byte) error
- type QueryUpgradedConsensusStateResponsedeprecated
- func (*QueryUpgradedConsensusStateResponse) Descriptor() ([]byte, []int)
- func (m *QueryUpgradedConsensusStateResponse) GetUpgradedConsensusState() []byte
- func (m *QueryUpgradedConsensusStateResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryUpgradedConsensusStateResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryUpgradedConsensusStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryUpgradedConsensusStateResponse) ProtoMessage()
- func (m *QueryUpgradedConsensusStateResponse) Reset()
- func (m *QueryUpgradedConsensusStateResponse) Size() (n int)
- func (m *QueryUpgradedConsensusStateResponse) String() string
- func (m *QueryUpgradedConsensusStateResponse) Unmarshal(dAtA []byte) error
- func (m *QueryUpgradedConsensusStateResponse) XXX_DiscardUnknown()
- func (m *QueryUpgradedConsensusStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryUpgradedConsensusStateResponse) XXX_Merge(src proto.Message)
- func (m *QueryUpgradedConsensusStateResponse) XXX_Size() int
- func (m *QueryUpgradedConsensusStateResponse) XXX_Unmarshal(b []byte) error
- type SoftwareUpgradeProposaldeprecated
- func (*SoftwareUpgradeProposal) Descriptor() ([]byte, []int)
- func (this *SoftwareUpgradeProposal) Equal(that interface{}) bool
- func (sup *SoftwareUpgradeProposal) GetDescription() string
- func (sup *SoftwareUpgradeProposal) GetTitle() string
- func (m *SoftwareUpgradeProposal) Marshal() (dAtA []byte, err error)
- func (m *SoftwareUpgradeProposal) MarshalTo(dAtA []byte) (int, error)
- func (m *SoftwareUpgradeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (sup *SoftwareUpgradeProposal) ProposalRoute() string
- func (sup *SoftwareUpgradeProposal) ProposalType() string
- func (*SoftwareUpgradeProposal) ProtoMessage()
- func (m *SoftwareUpgradeProposal) Reset()
- func (m *SoftwareUpgradeProposal) Size() (n int)
- func (sup SoftwareUpgradeProposal) String() string
- func (m *SoftwareUpgradeProposal) Unmarshal(dAtA []byte) error
- func (sup *SoftwareUpgradeProposal) ValidateBasic() error
- func (m *SoftwareUpgradeProposal) XXX_DiscardUnknown()
- func (m *SoftwareUpgradeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SoftwareUpgradeProposal) XXX_Merge(src proto.Message)
- func (m *SoftwareUpgradeProposal) XXX_Size() int
- func (m *SoftwareUpgradeProposal) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) AppliedPlan(ctx context.Context, req *QueryAppliedPlanRequest) (*QueryAppliedPlanResponse, error)
- func (*UnimplementedQueryServer) Authority(ctx context.Context, req *QueryAuthorityRequest) (*QueryAuthorityResponse, error)
- func (*UnimplementedQueryServer) CurrentPlan(ctx context.Context, req *QueryCurrentPlanRequest) (*QueryCurrentPlanResponse, error)
- func (*UnimplementedQueryServer) ModuleVersions(ctx context.Context, req *QueryModuleVersionsRequest) (*QueryModuleVersionsResponse, error)
- func (*UnimplementedQueryServer) UpgradedConsensusState(ctx context.Context, req *QueryUpgradedConsensusStateRequest) (*QueryUpgradedConsensusStateResponse, error)
- type UpgradeHandler
Constants ¶
const ( // ModuleName is the name of this module ModuleName = "upgrade" // RouterKey is used to route governance proposals RouterKey = ModuleName // StoreKey is the prefix under which we store this module's data StoreKey = ModuleName // QuerierKey is used to handle abci_query requests QuerierKey = ModuleName )
const ( // PlanByte specifies the Byte under which a pending upgrade plan is stored in the store PlanByte = 0x0 // DoneByte is a prefix for to look up completed upgrade plan by name DoneByte = 0x1 // VersionMapByte is a prefix to look up module names (key) and versions (value) VersionMapByte = 0x2 // ProtocolVersionByte is a prefix to look up Protocol Version ProtocolVersionByte = 0x3 // KeyUpgradedIBCState is the key under which upgraded ibc state is stored in the upgrade store KeyUpgradedIBCState = "upgradedIBCState" // KeyUpgradedClient is the sub-key under which upgraded client state will be stored KeyUpgradedClient = "upgradedClient" // KeyUpgradedConsState is the sub-key under which upgraded consensus state will be stored KeyUpgradedConsState = "upgradedConsState" )
const ( ProposalTypeSoftwareUpgrade string = "SoftwareUpgrade" ProposalTypeCancelSoftwareUpgrade string = "CancelSoftwareUpgrade" )
const ( QueryCurrent = "current" QueryApplied = "applied" )
query endpoints supported by the upgrade Querier
const UpgradeInfoFilename = "upgrade-info.json"
UpgradeInfoFileName file to store upgrade information
Variables ¶
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthUpgrade = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowUpgrade = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupUpgrade = fmt.Errorf("proto: unexpected end of group") )
var (
ModuleCdc = codec.NewAminoCodec(amino)
)
Functions ¶
func PlanKey ¶
func PlanKey() []byte
PlanKey is the key under which the current plan is saved We store PlanByte as a const to keep it immutable (unlike a []byte)
func RegisterInterfaces ¶ added in v0.40.0
func RegisterInterfaces(registry types.InterfaceRegistry)
func RegisterLegacyAminoCodec ¶ added in v0.40.0
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers concrete types on the LegacyAmino codec
func RegisterMsgServer ¶ added in v0.46.0
func RegisterQueryHandler ¶ added in v0.40.0
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶ added in v0.40.0
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶ added in v0.40.0
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶ added in v0.40.0
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶ added in v0.40.0
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func UpgradeStoreLoader ¶
func UpgradeStoreLoader(upgradeHeight int64, storeUpgrades *storetypes.StoreUpgrades) baseapp.StoreLoader
UpgradeStoreLoader is used to prepare baseapp with a fixed StoreLoader pattern. This is useful for custom upgrade loading logic.
func UpgradedClientKey ¶ added in v0.40.0
UpgradedClientKey is the key under which the upgraded client state is saved Connecting IBC chains can verify against the upgraded client in this path before upgrading their clients
func UpgradedConsStateKey ¶ added in v0.40.0
UpgradedConsStateKey is the key under which the upgraded consensus state is saved Connecting IBC chains can verify against the upgraded consensus state in this path before upgrading their clients.
Types ¶
type CancelSoftwareUpgradeProposal
deprecated
type CancelSoftwareUpgradeProposal struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` }
CancelSoftwareUpgradeProposal is a gov Content type for cancelling a software upgrade. Deprecated: This legacy proposal is deprecated in favor of Msg-based gov proposals, see MsgCancelUpgrade.
Deprecated: Do not use.
func (*CancelSoftwareUpgradeProposal) Descriptor ¶
func (*CancelSoftwareUpgradeProposal) Descriptor() ([]byte, []int)
func (*CancelSoftwareUpgradeProposal) Equal ¶
func (this *CancelSoftwareUpgradeProposal) Equal(that interface{}) bool
func (*CancelSoftwareUpgradeProposal) GetDescription ¶
func (csup *CancelSoftwareUpgradeProposal) GetDescription() string
func (*CancelSoftwareUpgradeProposal) GetTitle ¶
func (csup *CancelSoftwareUpgradeProposal) GetTitle() string
func (*CancelSoftwareUpgradeProposal) Marshal ¶
func (m *CancelSoftwareUpgradeProposal) Marshal() (dAtA []byte, err error)
func (*CancelSoftwareUpgradeProposal) MarshalTo ¶
func (m *CancelSoftwareUpgradeProposal) MarshalTo(dAtA []byte) (int, error)
func (*CancelSoftwareUpgradeProposal) MarshalToSizedBuffer ¶
func (m *CancelSoftwareUpgradeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CancelSoftwareUpgradeProposal) ProposalRoute ¶
func (csup *CancelSoftwareUpgradeProposal) ProposalRoute() string
func (*CancelSoftwareUpgradeProposal) ProposalType ¶
func (csup *CancelSoftwareUpgradeProposal) ProposalType() string
func (*CancelSoftwareUpgradeProposal) ProtoMessage ¶
func (*CancelSoftwareUpgradeProposal) ProtoMessage()
func (*CancelSoftwareUpgradeProposal) Reset ¶
func (m *CancelSoftwareUpgradeProposal) Reset()
func (*CancelSoftwareUpgradeProposal) Size ¶
func (m *CancelSoftwareUpgradeProposal) Size() (n int)
func (CancelSoftwareUpgradeProposal) String ¶
func (csup CancelSoftwareUpgradeProposal) String() string
func (*CancelSoftwareUpgradeProposal) Unmarshal ¶
func (m *CancelSoftwareUpgradeProposal) Unmarshal(dAtA []byte) error
func (*CancelSoftwareUpgradeProposal) ValidateBasic ¶
func (csup *CancelSoftwareUpgradeProposal) ValidateBasic() error
func (*CancelSoftwareUpgradeProposal) XXX_DiscardUnknown ¶
func (m *CancelSoftwareUpgradeProposal) XXX_DiscardUnknown()
func (*CancelSoftwareUpgradeProposal) XXX_Marshal ¶
func (m *CancelSoftwareUpgradeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CancelSoftwareUpgradeProposal) XXX_Merge ¶
func (m *CancelSoftwareUpgradeProposal) XXX_Merge(src proto.Message)
func (*CancelSoftwareUpgradeProposal) XXX_Size ¶
func (m *CancelSoftwareUpgradeProposal) XXX_Size() int
func (*CancelSoftwareUpgradeProposal) XXX_Unmarshal ¶
func (m *CancelSoftwareUpgradeProposal) XXX_Unmarshal(b []byte) error
type ModuleVersion ¶ added in v0.43.0
type ModuleVersion struct { // name of the app module Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // consensus version of the app module Version uint64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` }
ModuleVersion specifies a module and its consensus version.
Since: cosmos-sdk 0.43
func (*ModuleVersion) Descriptor ¶ added in v0.43.0
func (*ModuleVersion) Descriptor() ([]byte, []int)
func (*ModuleVersion) Equal ¶ added in v0.43.0
func (this *ModuleVersion) Equal(that interface{}) bool
func (*ModuleVersion) Marshal ¶ added in v0.43.0
func (m *ModuleVersion) Marshal() (dAtA []byte, err error)
func (*ModuleVersion) MarshalTo ¶ added in v0.43.0
func (m *ModuleVersion) MarshalTo(dAtA []byte) (int, error)
func (*ModuleVersion) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *ModuleVersion) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ModuleVersion) ProtoMessage ¶ added in v0.43.0
func (*ModuleVersion) ProtoMessage()
func (*ModuleVersion) Reset ¶ added in v0.43.0
func (m *ModuleVersion) Reset()
func (*ModuleVersion) Size ¶ added in v0.43.0
func (m *ModuleVersion) Size() (n int)
func (*ModuleVersion) String ¶ added in v0.43.0
func (m *ModuleVersion) String() string
func (*ModuleVersion) Unmarshal ¶ added in v0.43.0
func (m *ModuleVersion) Unmarshal(dAtA []byte) error
func (*ModuleVersion) XXX_DiscardUnknown ¶ added in v0.43.0
func (m *ModuleVersion) XXX_DiscardUnknown()
func (*ModuleVersion) XXX_Marshal ¶ added in v0.43.0
func (m *ModuleVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModuleVersion) XXX_Merge ¶ added in v0.43.0
func (m *ModuleVersion) XXX_Merge(src proto.Message)
func (*ModuleVersion) XXX_Size ¶ added in v0.43.0
func (m *ModuleVersion) XXX_Size() int
func (*ModuleVersion) XXX_Unmarshal ¶ added in v0.43.0
func (m *ModuleVersion) XXX_Unmarshal(b []byte) error
type MsgCancelUpgrade ¶ added in v0.46.0
type MsgCancelUpgrade struct { // authority is the address of the governance account. Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` }
MsgCancelUpgrade is the Msg/CancelUpgrade request type.
Since: cosmos-sdk 0.46
func (*MsgCancelUpgrade) Descriptor ¶ added in v0.46.0
func (*MsgCancelUpgrade) Descriptor() ([]byte, []int)
func (*MsgCancelUpgrade) GetAuthority ¶ added in v0.46.0
func (m *MsgCancelUpgrade) GetAuthority() string
func (MsgCancelUpgrade) GetSignBytes ¶ added in v0.46.0
func (m MsgCancelUpgrade) GetSignBytes() []byte
GetSignBytes implements the LegacyMsg interface.
func (*MsgCancelUpgrade) GetSigners ¶ added in v0.46.0
func (m *MsgCancelUpgrade) GetSigners() []sdk.AccAddress
GetSigners returns the expected signers for MsgCancelUpgrade.
func (*MsgCancelUpgrade) Marshal ¶ added in v0.46.0
func (m *MsgCancelUpgrade) Marshal() (dAtA []byte, err error)
func (*MsgCancelUpgrade) MarshalTo ¶ added in v0.46.0
func (m *MsgCancelUpgrade) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelUpgrade) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *MsgCancelUpgrade) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelUpgrade) ProtoMessage ¶ added in v0.46.0
func (*MsgCancelUpgrade) ProtoMessage()
func (*MsgCancelUpgrade) Reset ¶ added in v0.46.0
func (m *MsgCancelUpgrade) Reset()
func (MsgCancelUpgrade) Route ¶ added in v0.46.0
func (m MsgCancelUpgrade) Route() string
Route implements the LegacyMsg interface.
func (*MsgCancelUpgrade) Size ¶ added in v0.46.0
func (m *MsgCancelUpgrade) Size() (n int)
func (*MsgCancelUpgrade) String ¶ added in v0.46.0
func (m *MsgCancelUpgrade) String() string
func (MsgCancelUpgrade) Type ¶ added in v0.46.0
func (m MsgCancelUpgrade) Type() string
Type implements the LegacyMsg interface.
func (*MsgCancelUpgrade) Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUpgrade) Unmarshal(dAtA []byte) error
func (*MsgCancelUpgrade) ValidateBasic ¶ added in v0.46.0
func (m *MsgCancelUpgrade) ValidateBasic() error
ValidateBasic does a sanity check on the provided data.
func (*MsgCancelUpgrade) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *MsgCancelUpgrade) XXX_DiscardUnknown()
func (*MsgCancelUpgrade) XXX_Marshal ¶ added in v0.46.0
func (m *MsgCancelUpgrade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelUpgrade) XXX_Merge ¶ added in v0.46.0
func (m *MsgCancelUpgrade) XXX_Merge(src proto.Message)
func (*MsgCancelUpgrade) XXX_Size ¶ added in v0.46.0
func (m *MsgCancelUpgrade) XXX_Size() int
func (*MsgCancelUpgrade) XXX_Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUpgrade) XXX_Unmarshal(b []byte) error
type MsgCancelUpgradeResponse ¶ added in v0.46.0
type MsgCancelUpgradeResponse struct { }
MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
Since: cosmos-sdk 0.46
func (*MsgCancelUpgradeResponse) Descriptor ¶ added in v0.46.0
func (*MsgCancelUpgradeResponse) Descriptor() ([]byte, []int)
func (*MsgCancelUpgradeResponse) Marshal ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) Marshal() (dAtA []byte, err error)
func (*MsgCancelUpgradeResponse) MarshalTo ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelUpgradeResponse) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelUpgradeResponse) ProtoMessage ¶ added in v0.46.0
func (*MsgCancelUpgradeResponse) ProtoMessage()
func (*MsgCancelUpgradeResponse) Reset ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) Reset()
func (*MsgCancelUpgradeResponse) Size ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) Size() (n int)
func (*MsgCancelUpgradeResponse) String ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) String() string
func (*MsgCancelUpgradeResponse) Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) Unmarshal(dAtA []byte) error
func (*MsgCancelUpgradeResponse) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) XXX_DiscardUnknown()
func (*MsgCancelUpgradeResponse) XXX_Marshal ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelUpgradeResponse) XXX_Merge ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) XXX_Merge(src proto.Message)
func (*MsgCancelUpgradeResponse) XXX_Size ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) XXX_Size() int
func (*MsgCancelUpgradeResponse) XXX_Unmarshal ¶ added in v0.46.0
func (m *MsgCancelUpgradeResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶ added in v0.46.0
type MsgClient interface { // SoftwareUpgrade is a governance operation for initiating a software upgrade. // // Since: cosmos-sdk 0.46 SoftwareUpgrade(ctx context.Context, in *MsgSoftwareUpgrade, opts ...grpc.CallOption) (*MsgSoftwareUpgradeResponse, error) // CancelUpgrade is a governance operation for cancelling a previously // approvid software upgrade. // // Since: cosmos-sdk 0.46 CancelUpgrade(ctx context.Context, in *MsgCancelUpgrade, opts ...grpc.CallOption) (*MsgCancelUpgradeResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶ added in v0.46.0
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgServer ¶ added in v0.46.0
type MsgServer interface { // SoftwareUpgrade is a governance operation for initiating a software upgrade. // // Since: cosmos-sdk 0.46 SoftwareUpgrade(context.Context, *MsgSoftwareUpgrade) (*MsgSoftwareUpgradeResponse, error) // CancelUpgrade is a governance operation for cancelling a previously // approvid software upgrade. // // Since: cosmos-sdk 0.46 CancelUpgrade(context.Context, *MsgCancelUpgrade) (*MsgCancelUpgradeResponse, error) }
MsgServer is the server API for Msg service.
type MsgSoftwareUpgrade ¶ added in v0.46.0
type MsgSoftwareUpgrade struct { // authority is the address of the governance account. Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` // plan is the upgrade plan. Plan Plan `protobuf:"bytes,2,opt,name=plan,proto3" json:"plan"` }
MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
Since: cosmos-sdk 0.46
func (*MsgSoftwareUpgrade) Descriptor ¶ added in v0.46.0
func (*MsgSoftwareUpgrade) Descriptor() ([]byte, []int)
func (*MsgSoftwareUpgrade) GetAuthority ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) GetAuthority() string
func (*MsgSoftwareUpgrade) GetPlan ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) GetPlan() Plan
func (MsgSoftwareUpgrade) GetSignBytes ¶ added in v0.46.0
func (m MsgSoftwareUpgrade) GetSignBytes() []byte
GetSignBytes implements the LegacyMsg interface.
func (*MsgSoftwareUpgrade) GetSigners ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) GetSigners() []sdk.AccAddress
GetSigners returns the expected signers for MsgSoftwareUpgrade.
func (*MsgSoftwareUpgrade) Marshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) Marshal() (dAtA []byte, err error)
func (*MsgSoftwareUpgrade) MarshalTo ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) MarshalTo(dAtA []byte) (int, error)
func (*MsgSoftwareUpgrade) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSoftwareUpgrade) ProtoMessage ¶ added in v0.46.0
func (*MsgSoftwareUpgrade) ProtoMessage()
func (*MsgSoftwareUpgrade) Reset ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) Reset()
func (MsgSoftwareUpgrade) Route ¶ added in v0.46.0
func (m MsgSoftwareUpgrade) Route() string
Route implements the LegacyMsg interface.
func (*MsgSoftwareUpgrade) Size ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) Size() (n int)
func (*MsgSoftwareUpgrade) String ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) String() string
func (MsgSoftwareUpgrade) Type ¶ added in v0.46.0
func (m MsgSoftwareUpgrade) Type() string
Type implements the LegacyMsg interface.
func (*MsgSoftwareUpgrade) Unmarshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) Unmarshal(dAtA []byte) error
func (*MsgSoftwareUpgrade) ValidateBasic ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) ValidateBasic() error
ValidateBasic does a sanity check on the provided data.
func (*MsgSoftwareUpgrade) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) XXX_DiscardUnknown()
func (*MsgSoftwareUpgrade) XXX_Marshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSoftwareUpgrade) XXX_Merge ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) XXX_Merge(src proto.Message)
func (*MsgSoftwareUpgrade) XXX_Size ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) XXX_Size() int
func (*MsgSoftwareUpgrade) XXX_Unmarshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgrade) XXX_Unmarshal(b []byte) error
type MsgSoftwareUpgradeResponse ¶ added in v0.46.0
type MsgSoftwareUpgradeResponse struct { }
MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
Since: cosmos-sdk 0.46
func (*MsgSoftwareUpgradeResponse) Descriptor ¶ added in v0.46.0
func (*MsgSoftwareUpgradeResponse) Descriptor() ([]byte, []int)
func (*MsgSoftwareUpgradeResponse) Marshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) Marshal() (dAtA []byte, err error)
func (*MsgSoftwareUpgradeResponse) MarshalTo ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSoftwareUpgradeResponse) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSoftwareUpgradeResponse) ProtoMessage ¶ added in v0.46.0
func (*MsgSoftwareUpgradeResponse) ProtoMessage()
func (*MsgSoftwareUpgradeResponse) Reset ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) Reset()
func (*MsgSoftwareUpgradeResponse) Size ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) Size() (n int)
func (*MsgSoftwareUpgradeResponse) String ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) String() string
func (*MsgSoftwareUpgradeResponse) Unmarshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) Unmarshal(dAtA []byte) error
func (*MsgSoftwareUpgradeResponse) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) XXX_DiscardUnknown()
func (*MsgSoftwareUpgradeResponse) XXX_Marshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSoftwareUpgradeResponse) XXX_Merge ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) XXX_Merge(src proto.Message)
func (*MsgSoftwareUpgradeResponse) XXX_Size ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) XXX_Size() int
func (*MsgSoftwareUpgradeResponse) XXX_Unmarshal ¶ added in v0.46.0
func (m *MsgSoftwareUpgradeResponse) XXX_Unmarshal(b []byte) error
type Plan ¶
type Plan struct { // Sets the name for the upgrade. This name will be used by the upgraded // version of the software to apply any special "on-upgrade" commands during // the first BeginBlock method after the upgrade is applied. It is also used // to detect whether a software version can handle a given upgrade. If no // upgrade handler with this name has been set in the software, it will be // assumed that the software is out-of-date when the upgrade Time or Height is // reached and the software will exit. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Deprecated: Time based upgrades have been deprecated. Time based upgrade logic // has been removed from the SDK. // If this field is not empty, an error will be thrown. Time time.Time `protobuf:"bytes,2,opt,name=time,proto3,stdtime" json:"time"` // Deprecated: Do not use. // The height at which the upgrade must be performed. // Only used if Time is not set. Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` // Any application specific upgrade info to be included on-chain // such as a git commit that validators could automatically upgrade to Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` // Deprecated: UpgradedClientState field has been deprecated. IBC upgrade logic has been // moved to the IBC module in the sub module 02-client. // If this field is not empty, an error will be thrown. UpgradedClientState *types.Any `protobuf:"bytes,5,opt,name=upgraded_client_state,json=upgradedClientState,proto3" json:"upgraded_client_state,omitempty"` // Deprecated: Do not use. }
Plan specifies information about a planned upgrade and when it should occur.
func (*Plan) Descriptor ¶
func (*Plan) ProtoMessage ¶
func (*Plan) ProtoMessage()
func (Plan) ShouldExecute ¶
ShouldExecute returns true if the Plan is ready to execute given the current context
func (Plan) ValidateBasic ¶
ValidateBasic does basic validation of a Plan
func (*Plan) XXX_DiscardUnknown ¶
func (m *Plan) XXX_DiscardUnknown()
func (*Plan) XXX_Unmarshal ¶
type QueryAppliedPlanRequest ¶ added in v0.40.0
type QueryAppliedPlanRequest struct { // name is the name of the applied plan to query for. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` }
QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC method.
func (*QueryAppliedPlanRequest) Descriptor ¶ added in v0.40.0
func (*QueryAppliedPlanRequest) Descriptor() ([]byte, []int)
func (*QueryAppliedPlanRequest) GetName ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) GetName() string
func (*QueryAppliedPlanRequest) Marshal ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) Marshal() (dAtA []byte, err error)
func (*QueryAppliedPlanRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAppliedPlanRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAppliedPlanRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryAppliedPlanRequest) ProtoMessage()
func (*QueryAppliedPlanRequest) Reset ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) Reset()
func (*QueryAppliedPlanRequest) Size ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) Size() (n int)
func (*QueryAppliedPlanRequest) String ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) String() string
func (*QueryAppliedPlanRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) Unmarshal(dAtA []byte) error
func (*QueryAppliedPlanRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) XXX_DiscardUnknown()
func (*QueryAppliedPlanRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAppliedPlanRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) XXX_Merge(src proto.Message)
func (*QueryAppliedPlanRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) XXX_Size() int
func (*QueryAppliedPlanRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryAppliedPlanRequest) XXX_Unmarshal(b []byte) error
type QueryAppliedPlanResponse ¶ added in v0.40.0
type QueryAppliedPlanResponse struct { // height is the block height at which the plan was applied. Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` }
QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC method.
func (*QueryAppliedPlanResponse) Descriptor ¶ added in v0.40.0
func (*QueryAppliedPlanResponse) Descriptor() ([]byte, []int)
func (*QueryAppliedPlanResponse) GetHeight ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) GetHeight() int64
func (*QueryAppliedPlanResponse) Marshal ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) Marshal() (dAtA []byte, err error)
func (*QueryAppliedPlanResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAppliedPlanResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAppliedPlanResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryAppliedPlanResponse) ProtoMessage()
func (*QueryAppliedPlanResponse) Reset ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) Reset()
func (*QueryAppliedPlanResponse) Size ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) Size() (n int)
func (*QueryAppliedPlanResponse) String ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) String() string
func (*QueryAppliedPlanResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) Unmarshal(dAtA []byte) error
func (*QueryAppliedPlanResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) XXX_DiscardUnknown()
func (*QueryAppliedPlanResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAppliedPlanResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) XXX_Merge(src proto.Message)
func (*QueryAppliedPlanResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) XXX_Size() int
func (*QueryAppliedPlanResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryAppliedPlanResponse) XXX_Unmarshal(b []byte) error
type QueryAuthorityRequest ¶ added in v0.46.0
type QueryAuthorityRequest struct { }
QueryAuthorityRequest is the request type for Query/Authority
Since: cosmos-sdk 0.46
func (*QueryAuthorityRequest) Descriptor ¶ added in v0.46.0
func (*QueryAuthorityRequest) Descriptor() ([]byte, []int)
func (*QueryAuthorityRequest) Marshal ¶ added in v0.46.0
func (m *QueryAuthorityRequest) Marshal() (dAtA []byte, err error)
func (*QueryAuthorityRequest) MarshalTo ¶ added in v0.46.0
func (m *QueryAuthorityRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAuthorityRequest) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *QueryAuthorityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAuthorityRequest) ProtoMessage ¶ added in v0.46.0
func (*QueryAuthorityRequest) ProtoMessage()
func (*QueryAuthorityRequest) Reset ¶ added in v0.46.0
func (m *QueryAuthorityRequest) Reset()
func (*QueryAuthorityRequest) Size ¶ added in v0.46.0
func (m *QueryAuthorityRequest) Size() (n int)
func (*QueryAuthorityRequest) String ¶ added in v0.46.0
func (m *QueryAuthorityRequest) String() string
func (*QueryAuthorityRequest) Unmarshal ¶ added in v0.46.0
func (m *QueryAuthorityRequest) Unmarshal(dAtA []byte) error
func (*QueryAuthorityRequest) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *QueryAuthorityRequest) XXX_DiscardUnknown()
func (*QueryAuthorityRequest) XXX_Marshal ¶ added in v0.46.0
func (m *QueryAuthorityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAuthorityRequest) XXX_Merge ¶ added in v0.46.0
func (m *QueryAuthorityRequest) XXX_Merge(src proto.Message)
func (*QueryAuthorityRequest) XXX_Size ¶ added in v0.46.0
func (m *QueryAuthorityRequest) XXX_Size() int
func (*QueryAuthorityRequest) XXX_Unmarshal ¶ added in v0.46.0
func (m *QueryAuthorityRequest) XXX_Unmarshal(b []byte) error
type QueryAuthorityResponse ¶ added in v0.46.0
type QueryAuthorityResponse struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}
QueryAuthorityResponse is the response type for Query/Authority
Since: cosmos-sdk 0.46
func (*QueryAuthorityResponse) Descriptor ¶ added in v0.46.0
func (*QueryAuthorityResponse) Descriptor() ([]byte, []int)
func (*QueryAuthorityResponse) GetAddress ¶ added in v0.46.0
func (m *QueryAuthorityResponse) GetAddress() string
func (*QueryAuthorityResponse) Marshal ¶ added in v0.46.0
func (m *QueryAuthorityResponse) Marshal() (dAtA []byte, err error)
func (*QueryAuthorityResponse) MarshalTo ¶ added in v0.46.0
func (m *QueryAuthorityResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAuthorityResponse) MarshalToSizedBuffer ¶ added in v0.46.0
func (m *QueryAuthorityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAuthorityResponse) ProtoMessage ¶ added in v0.46.0
func (*QueryAuthorityResponse) ProtoMessage()
func (*QueryAuthorityResponse) Reset ¶ added in v0.46.0
func (m *QueryAuthorityResponse) Reset()
func (*QueryAuthorityResponse) Size ¶ added in v0.46.0
func (m *QueryAuthorityResponse) Size() (n int)
func (*QueryAuthorityResponse) String ¶ added in v0.46.0
func (m *QueryAuthorityResponse) String() string
func (*QueryAuthorityResponse) Unmarshal ¶ added in v0.46.0
func (m *QueryAuthorityResponse) Unmarshal(dAtA []byte) error
func (*QueryAuthorityResponse) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *QueryAuthorityResponse) XXX_DiscardUnknown()
func (*QueryAuthorityResponse) XXX_Marshal ¶ added in v0.46.0
func (m *QueryAuthorityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAuthorityResponse) XXX_Merge ¶ added in v0.46.0
func (m *QueryAuthorityResponse) XXX_Merge(src proto.Message)
func (*QueryAuthorityResponse) XXX_Size ¶ added in v0.46.0
func (m *QueryAuthorityResponse) XXX_Size() int
func (*QueryAuthorityResponse) XXX_Unmarshal ¶ added in v0.46.0
func (m *QueryAuthorityResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶ added in v0.40.0
type QueryClient interface { // CurrentPlan queries the current upgrade plan. CurrentPlan(ctx context.Context, in *QueryCurrentPlanRequest, opts ...grpc.CallOption) (*QueryCurrentPlanResponse, error) // AppliedPlan queries a previously applied upgrade plan by its name. AppliedPlan(ctx context.Context, in *QueryAppliedPlanRequest, opts ...grpc.CallOption) (*QueryAppliedPlanResponse, error) // UpgradedConsensusState queries the consensus state that will serve // as a trusted kernel for the next version of this chain. It will only be // stored at the last height of this chain. // UpgradedConsensusState RPC not supported with legacy querier // This rpc is deprecated now that IBC has its own replacement // (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) UpgradedConsensusState(ctx context.Context, in *QueryUpgradedConsensusStateRequest, opts ...grpc.CallOption) (*QueryUpgradedConsensusStateResponse, error) // ModuleVersions queries the list of module versions from state. // // Since: cosmos-sdk 0.43 ModuleVersions(ctx context.Context, in *QueryModuleVersionsRequest, opts ...grpc.CallOption) (*QueryModuleVersionsResponse, error) // Returns the account with authority to conduct upgrades // // Since: cosmos-sdk 0.46 Authority(ctx context.Context, in *QueryAuthorityRequest, opts ...grpc.CallOption) (*QueryAuthorityResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶ added in v0.40.0
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryCurrentPlanRequest ¶ added in v0.40.0
type QueryCurrentPlanRequest struct { }
QueryCurrentPlanRequest is the request type for the Query/CurrentPlan RPC method.
func (*QueryCurrentPlanRequest) Descriptor ¶ added in v0.40.0
func (*QueryCurrentPlanRequest) Descriptor() ([]byte, []int)
func (*QueryCurrentPlanRequest) Marshal ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) Marshal() (dAtA []byte, err error)
func (*QueryCurrentPlanRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryCurrentPlanRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCurrentPlanRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryCurrentPlanRequest) ProtoMessage()
func (*QueryCurrentPlanRequest) Reset ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) Reset()
func (*QueryCurrentPlanRequest) Size ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) Size() (n int)
func (*QueryCurrentPlanRequest) String ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) String() string
func (*QueryCurrentPlanRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) Unmarshal(dAtA []byte) error
func (*QueryCurrentPlanRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) XXX_DiscardUnknown()
func (*QueryCurrentPlanRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCurrentPlanRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) XXX_Merge(src proto.Message)
func (*QueryCurrentPlanRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) XXX_Size() int
func (*QueryCurrentPlanRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryCurrentPlanRequest) XXX_Unmarshal(b []byte) error
type QueryCurrentPlanResponse ¶ added in v0.40.0
type QueryCurrentPlanResponse struct { // plan is the current upgrade plan. Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"` }
QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.
func (*QueryCurrentPlanResponse) Descriptor ¶ added in v0.40.0
func (*QueryCurrentPlanResponse) Descriptor() ([]byte, []int)
func (*QueryCurrentPlanResponse) GetPlan ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) GetPlan() *Plan
func (*QueryCurrentPlanResponse) Marshal ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) Marshal() (dAtA []byte, err error)
func (*QueryCurrentPlanResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryCurrentPlanResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCurrentPlanResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryCurrentPlanResponse) ProtoMessage()
func (*QueryCurrentPlanResponse) Reset ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) Reset()
func (*QueryCurrentPlanResponse) Size ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) Size() (n int)
func (*QueryCurrentPlanResponse) String ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) String() string
func (*QueryCurrentPlanResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) Unmarshal(dAtA []byte) error
func (*QueryCurrentPlanResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) XXX_DiscardUnknown()
func (*QueryCurrentPlanResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCurrentPlanResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) XXX_Merge(src proto.Message)
func (*QueryCurrentPlanResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) XXX_Size() int
func (*QueryCurrentPlanResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryCurrentPlanResponse) XXX_Unmarshal(b []byte) error
type QueryModuleVersionsRequest ¶ added in v0.43.0
type QueryModuleVersionsRequest struct { // module_name is a field to query a specific module // consensus version from state. Leaving this empty will // fetch the full list of module versions from state ModuleName string `protobuf:"bytes,1,opt,name=module_name,json=moduleName,proto3" json:"module_name,omitempty"` }
QueryModuleVersionsRequest is the request type for the Query/ModuleVersions RPC method.
Since: cosmos-sdk 0.43
func (*QueryModuleVersionsRequest) Descriptor ¶ added in v0.43.0
func (*QueryModuleVersionsRequest) Descriptor() ([]byte, []int)
func (*QueryModuleVersionsRequest) GetModuleName ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) GetModuleName() string
func (*QueryModuleVersionsRequest) Marshal ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) Marshal() (dAtA []byte, err error)
func (*QueryModuleVersionsRequest) MarshalTo ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryModuleVersionsRequest) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryModuleVersionsRequest) ProtoMessage ¶ added in v0.43.0
func (*QueryModuleVersionsRequest) ProtoMessage()
func (*QueryModuleVersionsRequest) Reset ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) Reset()
func (*QueryModuleVersionsRequest) Size ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) Size() (n int)
func (*QueryModuleVersionsRequest) String ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) String() string
func (*QueryModuleVersionsRequest) Unmarshal ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) Unmarshal(dAtA []byte) error
func (*QueryModuleVersionsRequest) XXX_DiscardUnknown ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) XXX_DiscardUnknown()
func (*QueryModuleVersionsRequest) XXX_Marshal ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryModuleVersionsRequest) XXX_Merge ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) XXX_Merge(src proto.Message)
func (*QueryModuleVersionsRequest) XXX_Size ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) XXX_Size() int
func (*QueryModuleVersionsRequest) XXX_Unmarshal ¶ added in v0.43.0
func (m *QueryModuleVersionsRequest) XXX_Unmarshal(b []byte) error
type QueryModuleVersionsResponse ¶ added in v0.43.0
type QueryModuleVersionsResponse struct { // module_versions is a list of module names with their consensus versions. ModuleVersions []*ModuleVersion `protobuf:"bytes,1,rep,name=module_versions,json=moduleVersions,proto3" json:"module_versions,omitempty"` }
QueryModuleVersionsResponse is the response type for the Query/ModuleVersions RPC method.
Since: cosmos-sdk 0.43
func (*QueryModuleVersionsResponse) Descriptor ¶ added in v0.43.0
func (*QueryModuleVersionsResponse) Descriptor() ([]byte, []int)
func (*QueryModuleVersionsResponse) GetModuleVersions ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) GetModuleVersions() []*ModuleVersion
func (*QueryModuleVersionsResponse) Marshal ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) Marshal() (dAtA []byte, err error)
func (*QueryModuleVersionsResponse) MarshalTo ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryModuleVersionsResponse) MarshalToSizedBuffer ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryModuleVersionsResponse) ProtoMessage ¶ added in v0.43.0
func (*QueryModuleVersionsResponse) ProtoMessage()
func (*QueryModuleVersionsResponse) Reset ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) Reset()
func (*QueryModuleVersionsResponse) Size ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) Size() (n int)
func (*QueryModuleVersionsResponse) String ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) String() string
func (*QueryModuleVersionsResponse) Unmarshal ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) Unmarshal(dAtA []byte) error
func (*QueryModuleVersionsResponse) XXX_DiscardUnknown ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) XXX_DiscardUnknown()
func (*QueryModuleVersionsResponse) XXX_Marshal ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryModuleVersionsResponse) XXX_Merge ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) XXX_Merge(src proto.Message)
func (*QueryModuleVersionsResponse) XXX_Size ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) XXX_Size() int
func (*QueryModuleVersionsResponse) XXX_Unmarshal ¶ added in v0.43.0
func (m *QueryModuleVersionsResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶ added in v0.40.0
type QueryServer interface { // CurrentPlan queries the current upgrade plan. CurrentPlan(context.Context, *QueryCurrentPlanRequest) (*QueryCurrentPlanResponse, error) // AppliedPlan queries a previously applied upgrade plan by its name. AppliedPlan(context.Context, *QueryAppliedPlanRequest) (*QueryAppliedPlanResponse, error) // UpgradedConsensusState queries the consensus state that will serve // as a trusted kernel for the next version of this chain. It will only be // stored at the last height of this chain. // UpgradedConsensusState RPC not supported with legacy querier // This rpc is deprecated now that IBC has its own replacement // (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) UpgradedConsensusState(context.Context, *QueryUpgradedConsensusStateRequest) (*QueryUpgradedConsensusStateResponse, error) // ModuleVersions queries the list of module versions from state. // // Since: cosmos-sdk 0.43 ModuleVersions(context.Context, *QueryModuleVersionsRequest) (*QueryModuleVersionsResponse, error) // Returns the account with authority to conduct upgrades // // Since: cosmos-sdk 0.46 Authority(context.Context, *QueryAuthorityRequest) (*QueryAuthorityResponse, error) }
QueryServer is the server API for Query service.
type QueryUpgradedConsensusStateRequest
deprecated
added in
v0.40.0
type QueryUpgradedConsensusStateRequest struct { // last height of the current chain must be sent in request // as this is the height under which next consensus state is stored LastHeight int64 `protobuf:"varint,1,opt,name=last_height,json=lastHeight,proto3" json:"last_height,omitempty"` }
QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState RPC method.
Deprecated: Do not use.
func (*QueryUpgradedConsensusStateRequest) Descriptor ¶ added in v0.40.0
func (*QueryUpgradedConsensusStateRequest) Descriptor() ([]byte, []int)
func (*QueryUpgradedConsensusStateRequest) GetLastHeight ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) GetLastHeight() int64
func (*QueryUpgradedConsensusStateRequest) Marshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) Marshal() (dAtA []byte, err error)
func (*QueryUpgradedConsensusStateRequest) MarshalTo ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryUpgradedConsensusStateRequest) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUpgradedConsensusStateRequest) ProtoMessage ¶ added in v0.40.0
func (*QueryUpgradedConsensusStateRequest) ProtoMessage()
func (*QueryUpgradedConsensusStateRequest) Reset ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) Reset()
func (*QueryUpgradedConsensusStateRequest) Size ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) Size() (n int)
func (*QueryUpgradedConsensusStateRequest) String ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) String() string
func (*QueryUpgradedConsensusStateRequest) Unmarshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) Unmarshal(dAtA []byte) error
func (*QueryUpgradedConsensusStateRequest) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) XXX_DiscardUnknown()
func (*QueryUpgradedConsensusStateRequest) XXX_Marshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUpgradedConsensusStateRequest) XXX_Merge ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) XXX_Merge(src proto.Message)
func (*QueryUpgradedConsensusStateRequest) XXX_Size ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) XXX_Size() int
func (*QueryUpgradedConsensusStateRequest) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateRequest) XXX_Unmarshal(b []byte) error
type QueryUpgradedConsensusStateResponse
deprecated
added in
v0.40.0
type QueryUpgradedConsensusStateResponse struct { // Since: cosmos-sdk 0.43 UpgradedConsensusState []byte `` /* 129-byte string literal not displayed */ }
QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState RPC method.
Deprecated: Do not use.
func (*QueryUpgradedConsensusStateResponse) Descriptor ¶ added in v0.40.0
func (*QueryUpgradedConsensusStateResponse) Descriptor() ([]byte, []int)
func (*QueryUpgradedConsensusStateResponse) GetUpgradedConsensusState ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) GetUpgradedConsensusState() []byte
func (*QueryUpgradedConsensusStateResponse) Marshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) Marshal() (dAtA []byte, err error)
func (*QueryUpgradedConsensusStateResponse) MarshalTo ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryUpgradedConsensusStateResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryUpgradedConsensusStateResponse) ProtoMessage ¶ added in v0.40.0
func (*QueryUpgradedConsensusStateResponse) ProtoMessage()
func (*QueryUpgradedConsensusStateResponse) Reset ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) Reset()
func (*QueryUpgradedConsensusStateResponse) Size ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) Size() (n int)
func (*QueryUpgradedConsensusStateResponse) String ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) String() string
func (*QueryUpgradedConsensusStateResponse) Unmarshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) Unmarshal(dAtA []byte) error
func (*QueryUpgradedConsensusStateResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) XXX_DiscardUnknown()
func (*QueryUpgradedConsensusStateResponse) XXX_Marshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryUpgradedConsensusStateResponse) XXX_Merge ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) XXX_Merge(src proto.Message)
func (*QueryUpgradedConsensusStateResponse) XXX_Size ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) XXX_Size() int
func (*QueryUpgradedConsensusStateResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *QueryUpgradedConsensusStateResponse) XXX_Unmarshal(b []byte) error
type SoftwareUpgradeProposal
deprecated
type SoftwareUpgradeProposal struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Plan Plan `protobuf:"bytes,3,opt,name=plan,proto3" json:"plan"` }
SoftwareUpgradeProposal is a gov Content type for initiating a software upgrade. Deprecated: This legacy proposal is deprecated in favor of Msg-based gov proposals, see MsgSoftwareUpgrade.
Deprecated: Do not use.
func (*SoftwareUpgradeProposal) Descriptor ¶
func (*SoftwareUpgradeProposal) Descriptor() ([]byte, []int)
func (*SoftwareUpgradeProposal) Equal ¶
func (this *SoftwareUpgradeProposal) Equal(that interface{}) bool
func (*SoftwareUpgradeProposal) GetDescription ¶
func (sup *SoftwareUpgradeProposal) GetDescription() string
func (*SoftwareUpgradeProposal) GetTitle ¶
func (sup *SoftwareUpgradeProposal) GetTitle() string
func (*SoftwareUpgradeProposal) Marshal ¶
func (m *SoftwareUpgradeProposal) Marshal() (dAtA []byte, err error)
func (*SoftwareUpgradeProposal) MarshalTo ¶
func (m *SoftwareUpgradeProposal) MarshalTo(dAtA []byte) (int, error)
func (*SoftwareUpgradeProposal) MarshalToSizedBuffer ¶
func (m *SoftwareUpgradeProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SoftwareUpgradeProposal) ProposalRoute ¶
func (sup *SoftwareUpgradeProposal) ProposalRoute() string
func (*SoftwareUpgradeProposal) ProposalType ¶
func (sup *SoftwareUpgradeProposal) ProposalType() string
func (*SoftwareUpgradeProposal) ProtoMessage ¶
func (*SoftwareUpgradeProposal) ProtoMessage()
func (*SoftwareUpgradeProposal) Reset ¶
func (m *SoftwareUpgradeProposal) Reset()
func (*SoftwareUpgradeProposal) Size ¶
func (m *SoftwareUpgradeProposal) Size() (n int)
func (SoftwareUpgradeProposal) String ¶
func (sup SoftwareUpgradeProposal) String() string
func (*SoftwareUpgradeProposal) Unmarshal ¶
func (m *SoftwareUpgradeProposal) Unmarshal(dAtA []byte) error
func (*SoftwareUpgradeProposal) ValidateBasic ¶
func (sup *SoftwareUpgradeProposal) ValidateBasic() error
func (*SoftwareUpgradeProposal) XXX_DiscardUnknown ¶
func (m *SoftwareUpgradeProposal) XXX_DiscardUnknown()
func (*SoftwareUpgradeProposal) XXX_Marshal ¶
func (m *SoftwareUpgradeProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SoftwareUpgradeProposal) XXX_Merge ¶
func (m *SoftwareUpgradeProposal) XXX_Merge(src proto.Message)
func (*SoftwareUpgradeProposal) XXX_Size ¶
func (m *SoftwareUpgradeProposal) XXX_Size() int
func (*SoftwareUpgradeProposal) XXX_Unmarshal ¶
func (m *SoftwareUpgradeProposal) XXX_Unmarshal(b []byte) error
type UnimplementedMsgServer ¶ added in v0.46.0
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) CancelUpgrade ¶ added in v0.46.0
func (*UnimplementedMsgServer) CancelUpgrade(ctx context.Context, req *MsgCancelUpgrade) (*MsgCancelUpgradeResponse, error)
func (*UnimplementedMsgServer) SoftwareUpgrade ¶ added in v0.46.0
func (*UnimplementedMsgServer) SoftwareUpgrade(ctx context.Context, req *MsgSoftwareUpgrade) (*MsgSoftwareUpgradeResponse, error)
type UnimplementedQueryServer ¶ added in v0.40.0
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) AppliedPlan ¶ added in v0.40.0
func (*UnimplementedQueryServer) AppliedPlan(ctx context.Context, req *QueryAppliedPlanRequest) (*QueryAppliedPlanResponse, error)
func (*UnimplementedQueryServer) Authority ¶ added in v0.46.0
func (*UnimplementedQueryServer) Authority(ctx context.Context, req *QueryAuthorityRequest) (*QueryAuthorityResponse, error)
func (*UnimplementedQueryServer) CurrentPlan ¶ added in v0.40.0
func (*UnimplementedQueryServer) CurrentPlan(ctx context.Context, req *QueryCurrentPlanRequest) (*QueryCurrentPlanResponse, error)
func (*UnimplementedQueryServer) ModuleVersions ¶ added in v0.43.0
func (*UnimplementedQueryServer) ModuleVersions(ctx context.Context, req *QueryModuleVersionsRequest) (*QueryModuleVersionsResponse, error)
func (*UnimplementedQueryServer) UpgradedConsensusState ¶ added in v0.40.0
func (*UnimplementedQueryServer) UpgradedConsensusState(ctx context.Context, req *QueryUpgradedConsensusStateRequest) (*QueryUpgradedConsensusStateResponse, error)
type UpgradeHandler ¶
type UpgradeHandler func(ctx sdk.Context, plan Plan, fromVM module.VersionMap) (module.VersionMap, error)
UpgradeHandler specifies the type of function that is called when an upgrade is applied.
`fromVM` is a VersionMap of moduleName to fromVersion (unit64), where fromVersion denotes the version from which we should migrate the module, the target version being the module's latest version in the return VersionMap, let's call it `toVM`.
`fromVM` is retrieved from x/upgrade's store, whereas `toVM` is chosen arbitrarily by the app developer (and persisted to x/upgrade's store right after the upgrade handler runs). In general, `toVM` should map all modules to their latest ConsensusVersion so that x/upgrade can track each module's latest ConsensusVersion; `fromVM` can be left as-is, but can also be modified inside the upgrade handler, e.g. to skip running InitGenesis or migrations for certain modules when calling the `module.Manager#RunMigrations` function.
Please also refer to docs/core/upgrade.md for more information.