Constant MAX_INITCODE_SIZE
pub const MAX_INITCODE_SIZE: usize = 0x10000; // 65_536usizeAvailable on crate feature
evm only.Expand description
EIP-7954: Maximum initcode size: 65,536 bytes (0x10000).
pub const MAX_INITCODE_SIZE: usize = 0x10000; // 65_536usizeevm only.EIP-7954: Maximum initcode size: 65,536 bytes (0x10000).