rename excess blobs and fix json serialization/deserialization

This commit is contained in:
realbigsean
2022-11-22 17:22:46 -05:00
parent 24e5252a55
commit 51b44290a3
7 changed files with 236 additions and 86 deletions

View File

@@ -1577,7 +1577,7 @@ impl<T: EthSpec> ExecutionLayer<T> {
timestamp: eip4844_block.timestamp,
extra_data: eip4844_block.extra_data,
base_fee_per_gas: eip4844_block.base_fee_per_gas,
excess_blobs: eip4844_block.excess_blobs,
excess_data_gas: eip4844_block.excess_data_gas,
block_hash: eip4844_block.block_hash,
transactions,
#[cfg(feature = "withdrawals")]