Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ethereum/consensus-specs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a57a747bf829bb1139928e4f409bc7a98e6f207
Choose a base ref
..
head repository: ethereum/consensus-specs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e793b64060d46b47a91fd2c5fee1e4e527f551b4
Choose a head ref
Original file line number Diff line number Diff line change
@@ -838,6 +838,7 @@ def test_partially_withdrawable_validator_legacy_max_plus_one(spec, state):
partial_withdrawals_indices=[validator_index]
)


@with_capella_and_later
@spec_state_test
def test_partially_withdrawable_validator_legacy_exact_max(spec, state):
@@ -861,6 +862,7 @@ def test_partially_withdrawable_validator_legacy_exact_max(spec, state):
partial_withdrawals_indices=[]
)


@with_capella_and_later
@spec_state_test
def test_partially_withdrawable_validator_legacy_max_minus_one(spec, state):
@@ -883,4 +885,4 @@ def test_partially_withdrawable_validator_legacy_max_minus_one(spec, state):
execution_payload,
fully_withdrawable_indices=[],
partial_withdrawals_indices=[]
)
)
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@
run_withdrawals_processing,
set_compounding_withdrawal_credential_with_balance,
prepare_pending_withdrawal,
set_eth1_withdrawal_credential_with_balance,
)


@@ -601,4 +600,4 @@ def test_partially_withdrawable_validator_compounding_min_minus_one(spec, state)
fully_withdrawable_indices=[],
partial_withdrawals_indices=[]
)
assert state.pending_partial_withdrawals == []
assert state.pending_partial_withdrawals == []