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
/// Time the proposer have to propose a block from the beginning of the slot (https://www.paradigm.xyz/2023/04/mev-boost-ethereum-consensus Slot anatomy)
It's definitely useful to have this configurable for L2 but I would not go all the way to the config file. SLOT_PROPOSAL_DURATION is part of the protocol I wouldn't let the user change this value.
rbuilder/crates/rbuilder/src/live_builder/mod.rs
Lines 40 to 46 in 469f1dc
are hard coded assuming mainnet block times, they need to be adjusted for shorter L2 block time intervals.
The text was updated successfully, but these errors were encountered: