Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Cleanup after the incident #931

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions iris-mpc/src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,48 +266,6 @@ async fn receive_batch(
continue;
}

let force_ignore = vec![
"00123b99c044484346788cea00000000",
"001148c4cff8e0fe6f15953a00000000",
"00123b99c044484346788cea00000000",
"0011885f03fb4c4ac4a0c0d000000000",
"0011adcf9e8051ed55eb0dee00000000",
"0012aa221ad51123f638ad6a00000000",
"0011d5cbfa08bedd1ef7e7e900000000",
"0011ace3eaab0926fd8f47d400000000",
"0012f21b417e50c799517c7d00000000",
"0011d065d2795f3a55f741da00000000",
// IGNORING BELLOW
// processed by Node 0 but not the rest of them
"00127b078f48790ae5a4ca1500000000",
"00112815499006562b930fd000000000",
"0011f441184fab7e3ee96e1000000000",
"0011cd757b3765a9cf4ceb4400000000",
"0011f1544db72e33d776b6a100000000",
"00116b4f410bd7b20c6e9ca500000000",
"0012a8dbadba089437b790fe00000000",
"001176f067854d051f51f8fa00000000",
"00119468b154a04e47354a1200000000",
"0012682f7d28e4617e0dc8e400000000",
"00123133394aee7330a8555c00000000",
"0012ffcdcecfe7644be6ea1e00000000",
"0012a3a381a7d1b459622ec800000000",
"00112112bf59d2e7d453636200000000",
"0011f0cfbacc9b5cbf0d093d00000000",
"001167649ce6b0835cea9eab00000000",
"0011347968adb8c6c2774bf300000000",
"0011cf286e50597c72cb656200000000",
"0011eab0bcbfe7409c8f5d6e00000000",
"00125eb6d87fc3915753c47900000000",
"0011f1d1bc4ae991c442d67400000000",
];
if force_ignore.contains(&smpc_request.signup_id.as_str()) {
// This needs to be ignored due to incident-196. Ignore this message
// when calculating the batch size.
msg_counter -= 1;
continue;
}

if let Some(batch_size) = smpc_request.batch_size {
// Updating the batch size instantly makes it a bit unpredictable, since
// if we're already above the new limit, we'll still process the current
Expand Down
Loading