mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add 4844 header fields and consensus checks (#3972)
This commit is contained in:
@ -258,6 +258,8 @@ mod test {
|
||||
nonce: 0x0000000000000000u64,
|
||||
base_fee_per_gas: None,
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
},
|
||||
]),
|
||||
}.encode(&mut data);
|
||||
@ -289,6 +291,8 @@ mod test {
|
||||
nonce: 0x0000000000000000u64,
|
||||
base_fee_per_gas: None,
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
},
|
||||
]),
|
||||
};
|
||||
@ -401,6 +405,8 @@ mod test {
|
||||
nonce: 0x0000000000000000u64,
|
||||
base_fee_per_gas: None,
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
},
|
||||
],
|
||||
withdrawals: None,
|
||||
@ -485,6 +491,8 @@ mod test {
|
||||
nonce: 0x0000000000000000u64,
|
||||
base_fee_per_gas: None,
|
||||
withdrawals_root: None,
|
||||
blob_gas_used: None,
|
||||
excess_blob_gas: None,
|
||||
},
|
||||
],
|
||||
withdrawals: None,
|
||||
|
||||
Reference in New Issue
Block a user