chore: remove executed_block from EthBuiltPayload (#14017)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Dan Cline
2025-01-27 16:27:57 -05:00
committed by GitHub
parent e2c45f2b1f
commit ddc9375a60
9 changed files with 15 additions and 52 deletions

View File

@ -126,6 +126,7 @@ impl TransactionTestContext {
}
/// Validates the sidecar of a given tx envelope and returns the versioned hashes
#[track_caller]
pub fn validate_sidecar(tx: TxEnvelope) -> Vec<B256> {
let proof_setting = EnvKzgSettings::Default;