Refactor process_builder_withdrawals

This commit is contained in:
Michael Sproul
2026-01-19 18:53:15 +11:00
parent da98ffec8d
commit 90122b7662
3 changed files with 49 additions and 50 deletions

View File

@@ -1364,6 +1364,7 @@ async fn proposer_shuffling_root_consistency_at_fork_boundary() {
}
#[tokio::test]
#[allow(clippy::large_stack_frames)]
async fn proposer_shuffling_changing_with_lookahead() {
let initial_blocks = E::slots_per_epoch() * 4 - 1;