mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add EIP-4788 parent_beacon_block_root to Header (#4299)
This commit is contained in:
@ -260,6 +260,7 @@ mod test {
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
parent_beacon_block_root: None,
|
||||
},
|
||||
]),
|
||||
}.encode(&mut data);
|
||||
@ -293,6 +294,7 @@ mod test {
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
parent_beacon_block_root: None,
|
||||
},
|
||||
]),
|
||||
};
|
||||
@ -407,6 +409,7 @@ mod test {
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
parent_beacon_block_root: None,
|
||||
},
|
||||
],
|
||||
withdrawals: None,
|
||||
@ -493,6 +496,7 @@ mod test {
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
parent_beacon_block_root: None,
|
||||
},
|
||||
],
|
||||
withdrawals: None,
|
||||
|
||||
Reference in New Issue
Block a user