• Michael de Hoog's avatar
    Fix race condition in sequencer stopping logic (#11769) · 7e97b67d
    Michael de Hoog authored
    * Fix race condition in sequencer stopping logic
    
    * Add channel to signal that latestHead has been updated
    
    * Fix test
    
    * Store latest sealed separately, as latest gets cleared by engine.PayloadSuccessEvent
    
    * Cleanup tests
    
    * Add assertions on latest block ref variables
    
    * Re-check if sequencer is active
    7e97b67d
sequencer.go 24.4 KB