Skip to content

Commit

Permalink
chore: print parent beacon root (#9006)
Browse files Browse the repository at this point in the history
Co-authored-by: DaniPopes <[email protected]>
  • Loading branch information
mattsse and DaniPopes authored Oct 2, 2024
1 parent 57bcac0 commit 6a1e0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/cast/tests/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ mixHash [..]
nonce [..]
number [..]
parentHash [..]
parentBeaconRoot [..]
transactionsRoot [..]
receiptsRoot [..]
sha3Uncles [..]
Expand Down
2 changes: 2 additions & 0 deletions crates/common/fmt/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ mixHash {}
nonce {}
number {}
parentHash {}
parentBeaconRoot {}
transactionsRoot {}
receiptsRoot {}
sha3Uncles {}
Expand All @@ -642,6 +643,7 @@ totalDifficulty {}",
block.header.nonce.pretty(),
block.header.number.pretty(),
block.header.parent_hash.pretty(),
block.header.parent_beacon_block_root.pretty(),
block.header.transactions_root.pretty(),
block.header.receipts_root.pretty(),
block.header.uncles_hash.pretty(),
Expand Down

0 comments on commit 6a1e0b7

Please sign in to comment.