Skip to content

Commit

Permalink
add constant EXECUTION_PAYLOAD_TREE_DEPTH for deneb
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jan 14, 2024
1 parent 5d534ae commit da939e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/consensus/src/deneb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ use crate::{
use ssz_rs::{Deserialize, List, Merkleized, Sized};
use ssz_rs_derive::SimpleSerialize;

/// Execution payload tree depth
pub const EXECUTION_PAYLOAD_TREE_DEPTH: usize = 5;

/// Beacon Block
/// https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#beaconblock
#[derive(
Expand Down

0 comments on commit da939e8

Please sign in to comment.