mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
extend payload attribute deadline to proposal slot (#15230)
* extend payload attribute deadline to proposal slot * Update beacon-chain/blockchain/execution_engine.go Co-authored-by: Potuz <potuz@prysmaticlabs.com> * Terence's feedback * skip past proposal slots * lint and skip events during init sync * finagle test to not trigger old event error * fix blockchain tests that panic without SyncChecker --------- Co-authored-by: Kasey <kasey@users.noreply.github.com> Co-authored-by: Potuz <potuz@prysmaticlabs.com>
This commit is contained in:
@@ -735,7 +735,7 @@ func (s *Service) lateBlockTasks(ctx context.Context) {
|
||||
}
|
||||
// notifyForkchoiceUpdate fires the payload attribute event. But in this case, we won't
|
||||
// call notifyForkchoiceUpdate, so the event is fired here.
|
||||
go firePayloadAttributesEvent(s.cfg.StateNotifier.StateFeed(), headBlock, headRoot, s.CurrentSlot()+1)
|
||||
go s.firePayloadAttributesEvent(s.cfg.StateNotifier.StateFeed(), headBlock, headRoot, s.CurrentSlot()+1)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user