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
Sequencer's duty executor uses what's called duty::StateUpdate in order to determine what existing duties are expired. The name StateUpdate is quite misleading, probably it should be renamed to DutiesStateUpdate.
The newly_finalized_blocks inside StateUpdate need to be populated with appropriate finalized blocks using the current Clientstate and database.
Sequencer's duty executor uses what's called
duty::StateUpdate
in order to determine what existing duties are expired. The nameStateUpdate
is quite misleading, probably it should be renamed toDutiesStateUpdate
.The
newly_finalized_blocks
insideStateUpdate
need to be populated with appropriate finalized blocks using the current Clientstate and database.Location:
crates/consensus-logic/src/duty_executor.rs::update_tracker()
Depends on:
The text was updated successfully, but these errors were encountered: