mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-31 10:03:21 +00:00
chore(sequencer): add TODO about Slot update from logos-blockchain
This commit is contained in:
parent
849ea66c0f
commit
0b0db1dfa1
@ -923,8 +923,11 @@ fn apply_follow_update(
|
||||
let mut irreversible: Vec<&Block> = Vec::new();
|
||||
let mut final_advanced = false;
|
||||
for (this_msg, block) in &finalized {
|
||||
// FIXME: thread the finalized inscription's L1 slot once the
|
||||
// sdk surfaces it; only used for the invalid-finalized stall.
|
||||
// FIXME: thread the finalized inscription's L1 slot instead of
|
||||
// `Slot::from(0)`; only used for the invalid-finalized stall.
|
||||
// logos-blockchain PR #3147 surfaces it as `FinalizedTx.l1_slot` —
|
||||
// wire it through `FollowUpdate::finalized` once the zone-sdk pin is
|
||||
// bumped past that (a separate PR).
|
||||
match chain.apply_finalized(*this_msg, block, Slot::from(0)) {
|
||||
AcceptOutcome::Applied => {
|
||||
to_persist.push((block, true));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user