mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 11:54:40 +00:00
Gloas alpha spec 9 (#9393)
Changes implemented Ensure bids are for a higher slot than their parent (https://github.com/ethereum/consensus-specs/pull/5302) Ignore PTC attestations for empty assigned slots (https://github.com/ethereum/consensus-specs/pull/5281) Limit should_build_on_full checks to the previous slot (https://github.com/ethereum/consensus-specs/pull/5309) Apply proposer boost if dependent roots match (https://github.com/ethereum/consensus-specs/pull/5306) Exclude slashed validators from proposing (EIP-8045) (https://github.com/ethereum/consensus-specs/pull/5115) Force the proposer to reorg late payloads (https://github.com/ethereum/consensus-specs/pull/5210) Remove support for old deposit mechanism in Fulu (https://github.com/ethereum/consensus-specs/pull/4704) Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com> Co-Authored-By: Eitan Seri-Levi <eserilev@gmail.com> Co-Authored-By: Michael Sproul <michael@sigmaprime.io> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>
This commit is contained in:
@@ -621,10 +621,6 @@ mod tests {
|
||||
.unwrap();
|
||||
|
||||
let current_slot = harness.get_current_slot();
|
||||
let cached_head = chain.canonical_head.cached_head();
|
||||
let canonical_head_proposer_index = chain
|
||||
.canonical_head_proposer_index(current_slot, &cached_head)
|
||||
.unwrap();
|
||||
|
||||
chain
|
||||
.canonical_head
|
||||
@@ -636,7 +632,6 @@ mod tests {
|
||||
Duration::ZERO,
|
||||
&post_state,
|
||||
PayloadVerificationStatus::Verified,
|
||||
canonical_head_proposer_index,
|
||||
&chain.spec,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user