Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
with_custom_state,
scaled_churn_balances_exceed_activation_exit_churn_limit,
default_activation_threshold,
always_bls,
)
from eth2spec.test.helpers.deposits import prepare_pending_deposit
from eth2spec.test.helpers.state import (
Expand Down Expand Up @@ -335,6 +336,7 @@ def test_process_pending_deposits_multiple_pending_deposits_above_churn(spec, st

@with_electra_and_later
@spec_state_test
@always_bls
def test_process_pending_deposits_multiple_for_new_validator(spec, state):
"""
- There are three pending deposits in the state, all pointing to the same public key.
Expand Down