We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35668c8 commit be010dbCopy full SHA for be010db
anchor/common/ssv_types/src/message.rs
@@ -32,7 +32,7 @@ const OPERATOR_ID_SIZE: usize = 8;
32
const VALIDATOR_INDEX_SIZE: usize = 8;
33
const SLOT_SIZE: usize = 8;
34
const PARTIAL_SIG_MSG_TYPE_SIZE: usize = 8;
35
-const MAX_PARTIAL_SIGNATURE_MESSAGES: usize = 1000;
+const MAX_PARTIAL_SIGNATURE_MESSAGES: usize = 5048;
36
37
const MAX_CONSENSUS_MSG_SIZE: usize = QBFT_MSG_TYPE_SIZE
38
+ HEIGHT_SIZE
@@ -1189,7 +1189,7 @@ mod tests {
1189
signer: Default::default(),
1190
validator_index: Default::default(),
1191
};
1192
- 1000
+ 5048
1193
];
1194
let partial_signature_messages = PartialSignatureMessages {
1195
kind: PartialSignatureKind::PostConsensus,
0 commit comments