mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
vc: increase default gas limit (#6897)
Increases default gas limit to 36M.
This commit is contained in:
@@ -74,8 +74,8 @@ const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 512;
|
||||
|
||||
/// Currently used as the default gas limit in execution clients.
|
||||
///
|
||||
/// https://github.com/ethereum/builder-specs/issues/17
|
||||
pub const DEFAULT_GAS_LIMIT: u64 = 30_000_000;
|
||||
/// https://ethresear.ch/t/on-increasing-the-block-gas-limit-technical-considerations-path-forward/21225.
|
||||
pub const DEFAULT_GAS_LIMIT: u64 = 36_000_000;
|
||||
|
||||
pub struct ValidatorStore<T, E: EthSpec> {
|
||||
validators: Arc<RwLock<InitializedValidators>>,
|
||||
|
||||
Reference in New Issue
Block a user