File tree Expand file tree Collapse file tree 3 files changed +108
-162
lines changed Expand file tree Collapse file tree 3 files changed +108
-162
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ var (
187
187
ica.AppModuleBasic {},
188
188
oracle.AppModuleBasic {},
189
189
tss.AppModuleBasic {},
190
+ rollingseed.AppModuleBasic {},
190
191
bandtss .NewAppModuleBasic (oracleclient .OracleRequestSignatureHandler ),
191
192
feeds.AppModuleBasic {},
192
193
globalfee.AppModule {},
Original file line number Diff line number Diff line change @@ -264,20 +264,6 @@ message EVMSignature {
264
264
bytes signature = 2 [(gogoproto.casttype ) = "github.com/cometbft/cometbft/libs/bytes.HexBytes" ];
265
265
}
266
266
267
- // PrefixMsgType is an enumeration of the possible prefixes of a singing msg.
268
- enum PrefixMsgType {
269
- option (gogoproto.goproto_enum_prefix ) = false ;
270
-
271
- // PREFIX_MSG_TYPE_UNSPECIFIED is the type of prefix that has not been specified.
272
- PREFIX_MSG_TYPE_UNSPECIFIED = 0 ;
273
- // PREFIX_MSG_TYPE_TEXT is the type of prefix that signs a text msg in the protocol.
274
- PREFIX_MSG_TYPE_TEXT = 1 ;
275
- // PREFIX_MSG_TYPE_REPLACE_GROUP is the type of prefix that signs a replace group msg in the protocol.
276
- PREFIX_MSG_TYPE_REPLACE_GROUP = 2 ;
277
- // PREFIX_MSG_TYPE_ORACLE is the type of prefix that signs an oracle result msg in the protocol.
278
- PREFIX_MSG_TYPE_ORACLE = 3 ;
279
- }
280
-
281
267
// SigningResult is a tss signing result from querying tss signing information.
282
268
message SigningResult {
283
269
// signing is the tss signing result.
You can’t perform that action at this time.
0 commit comments