You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the sequencer plugin to send an L2 tx if the last block produced is older than X seconds.
Motivation
This should allow Aave and other protocols to have a smoother approach to liquidations if the sequencer hasn't been producing any block recently and prices haven't been able to be updated.
Architecture
No impact on the architecture. This should sit in the existing sequencer plugin.
Implementation guidelines
When building a block, if the last block produced is more than X seconds old, add a first transaction to the block that calls the SequencerUptimeFeed contract
julien-marchand
changed the title
Sequencer plugin to send L2 tx when sequencer has been paused
Sequencer plugin to send a L2 pausing tx when sequencer hasn't produced block recently
Nov 22, 2024
Description
Extend the sequencer plugin to send an L2 tx if the last block produced is older than X seconds.
Motivation
This should allow Aave and other protocols to have a smoother approach to liquidations if the sequencer hasn't been producing any block recently and prices haven't been able to be updated.
Architecture
Implementation guidelines
Metrics/monitoring
Rollout
Infrastructure & Node operators
Documentation & communication
The text was updated successfully, but these errors were encountered: