Skip to content

feat: emergency group ugov proto #3402

feat: emergency group ugov proto

feat: emergency group ugov proto #3402

Triggered via pull request July 6, 2023 15:01
Status Success
Total duration 14m 1s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze: x/ugov/tx.pb.go#L127
cannot use m (variable of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_MsgGovSetEmergencyGroup.Marshal: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze: x/ugov/tx.pb.go#L138
cannot use m (variable of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_MsgGovSetEmergencyGroup.Merge: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze: x/ugov/tx.pb.go#L144
cannot use m (variable of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_MsgGovSetEmergencyGroup.DiscardUnknown: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze: x/ugov/tx.pb.go#L189
cannot use (*MsgGovSetEmergencyGroup)(nil) (value of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze
cannot use m (variable of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_MsgGovSetEmergencyGroup.Marshal: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze
cannot use m (variable of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_MsgGovSetEmergencyGroup.Merge: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze
cannot use m (variable of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to xxx_messageInfo_MsgGovSetEmergencyGroup.DiscardUnknown: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze
cannot use (*MsgGovSetEmergencyGroup)(nil) (value of type *MsgGovSetEmergencyGroup) as "github.com/gogo/protobuf/proto".Message value in argument to proto.RegisterType: *MsgGovSetEmergencyGroup does not implement "github.com/gogo/protobuf/proto".Message (missing method String)
Analyze
cannot use Querier{} (value of type Querier) as ugov.QueryServer value in variable declaration: Querier does not implement ugov.QueryServer (missing method EmergencyGroup)
Analyze
cannot use msgServer{…} (value of type msgServer) as ugov.MsgServer value in return statement: msgServer does not implement ugov.MsgServer (missing method GovSetEmergencyGroup)
Analyze
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.