From ed1368d6caab54398b21310823bfd21cf9ced064 Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 28 Nov 2024 12:05:10 -0500 Subject: [PATCH] fix: bump --- Cargo.lock | 136 ++++++++++++------- Cargo.toml | 34 ++--- crates/derive/src/attributes/stateful.rs | 10 ++ crates/derive/src/pipeline/core.rs | 2 + crates/derive/src/stages/attributes_queue.rs | 2 + crates/executor/benches/execution.rs | 4 + crates/executor/src/executor/mod.rs | 13 ++ crates/executor/src/executor/util.rs | 2 + 8 files changed, 134 insertions(+), 69 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ac755ecd..391580234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -73,14 +73,15 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae09ffd7c29062431dd86061deefe4e3c6f07fa0d674930095f8dcedb0baf02c" +checksum = "3a1ff8439834ab71a4b0ecd1a8ff80b3921c87615f158940c3364f399c732786" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-serde", + "alloy-trie", "auto_impl", "c-kzg", "derive_more", @@ -88,6 +89,20 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-consensus-any" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "519a86faaa6729464365a90c04eba68539b6d3a30f426edb4b3dafd78920d42f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "serde", +] + [[package]] name = "alloy-eip2930" version = "0.1.0" @@ -126,9 +141,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b6aa3961694b30ba53d41006131a2fca3bdab22e4c344e46db2c639e7c2dfdd" +checksum = "8dedb328c2114284f767e075589ca9de8d5e9c8a91333402f4804a584ed71a38" dependencies = [ "alloy-eip2930", "alloy-eip7702 0.4.2", @@ -144,9 +159,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3694b7e480728c0b3e228384f223937f14c10caef5a4c766021190fc8f283d35" +checksum = "254f770918f96dc4ec88a15e6e2e243358e1719d66b40ef814428e7697079d25" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -158,15 +173,17 @@ dependencies = [ [[package]] name = "alloy-network" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea94b8ceb5c75d7df0a93ba0acc53b55a22b47b532b600a800a87ef04eb5b0b4" +checksum = "931dd176c6e33355f3dc0170ec69cf5b951f4d73870b276e2c837ab35f9c5136" dependencies = [ "alloy-consensus", + "alloy-consensus-any", "alloy-eips", "alloy-json-rpc", "alloy-network-primitives", "alloy-primitives", + "alloy-rpc-types-any", "alloy-rpc-types-eth", "alloy-serde", "alloy-signer", @@ -181,9 +198,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9f3e281005943944d15ee8491534a1c7b3cbf7a7de26f8c433b842b93eb5f9" +checksum = "fa6ec0f23be233e851e31c5e4badfedfa9c7bc177bc37f4e03616072cd40a806" dependencies = [ "alloy-consensus", "alloy-eips", @@ -225,9 +242,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40c1f9eede27bf4c13c099e8e64d54efd7ce80ef6ea47478aa75d5d74e2dba3b" +checksum = "5545e2cbf2f8f24c68bb887ba0294fa12a2f816b9e72c4f226cd137b77d0e294" dependencies = [ "alloy-chains", "alloy-consensus", @@ -284,9 +301,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374dbe0dc3abdc2c964f36b3d3edf9cdb3db29d16bda34aa123f03d810bec1dd" +checksum = "aed9e40c2a73265ebf70f1e48303ee55920282e1ea5971e832873fb2d32cea74" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -307,9 +324,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c74832aa474b670309c20fffc2a869fa141edab7c79ff7963fad0a08de60bae1" +checksum = "42dea20fa715a6f39ec7adc735cfd9567342870737270ac67795d55896527772" dependencies = [ "alloy-primitives", "alloy-rpc-types-debug", @@ -318,15 +335,28 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-rpc-types-any" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79d7620e22d6ed7c58451dd303d0501ade5a8bec9dc8daef0fbc48ceffabbae1" +dependencies = [ + "alloy-consensus", + "alloy-consensus-any", + "alloy-rpc-types-eth", + "alloy-serde", +] + [[package]] name = "alloy-rpc-types-beacon" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "922fa76678d2f9f07ea1b19309b5cfbf244c6029dcba3515227b515fdd6ed4a7" +checksum = "fdbfc1b5ee81b1ef6d5e770f3bd6018eab66c7ac2ee1e897f88973b327e2fc20" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", + "alloy-serde", "serde", "serde_with", "thiserror 1.0.69", @@ -334,9 +364,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2253bee958658ebd614c07a61c40580e09dd1fad3f017684314442332ab753" +checksum = "51d2d4a265fb1198272cc43d8d418c0423cdfc1aebcd283be9105464874a1dda" dependencies = [ "alloy-primitives", "serde", @@ -344,9 +374,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56294dce86af23ad6ee8df46cf8b0d292eb5d1ff67dc88a0886051e32b1faf" +checksum = "9fb843daa6feb011475f0db8c499fff5ac62e1e6012fc01d97477ddb3217a83f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -360,11 +390,12 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a477281940d82d29315846c7216db45b15e90bcd52309da9f54bcf7ad94a11" +checksum = "df34b88df4deeac9ecfc80ad7cbb26a33e57437b9db8be5b952792feef6134bc" dependencies = [ "alloy-consensus", + "alloy-consensus-any", "alloy-eips", "alloy-network-primitives", "alloy-primitives", @@ -379,9 +410,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dfa4a7ccf15b2492bb68088692481fd6b2604ccbee1d0d6c44c21427ae4df83" +checksum = "43a89fd4cc3f96b3c5c0dd1cebeb63323e4659bbdc837117fa3fd5ac168df7d9" dependencies = [ "alloy-primitives", "serde", @@ -390,9 +421,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e10aec39d60dc27edcac447302c7803d2371946fb737245320a05b78eb2fafd" +checksum = "532010243a96d1f8593c2246ec3971bc52303884fa1e43ca0a776798ba178910" dependencies = [ "alloy-primitives", "async-trait", @@ -462,9 +493,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99acddb34000d104961897dbb0240298e8b775a7efffb9fda2a1a3efedd65b3" +checksum = "b6f295f4b745fb9e4e663d70bc57aed991288912c7aaaf25767def921050ee43" dependencies = [ "alloy-json-rpc", "base64", @@ -482,9 +513,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dc013132e34eeadaa0add7e74164c1503988bfba8bae885b32e0918ba85a8a6" +checksum = "39139015a5ec127d9c895b49b484608e27fe4538544f84cdf5eae0bd36339bc6" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -987,9 +1018,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" dependencies = [ "serde", ] @@ -1532,12 +1563,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2943,9 +2974,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "op-alloy-consensus" -version = "0.6.8" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce158d886815d419222daa67fcdf949a34f7950653a4498ebeb4963331f70ed" +checksum = "75353c94e7515fac7d3c280bae56bff3375784a05cb44b317260606292ff6ba9" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2959,9 +2990,9 @@ dependencies = [ [[package]] name = "op-alloy-genesis" -version = "0.6.8" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2734e9a65efb90fe4520303f984c124766b7d2f2e5dd51cbe54d6269c85a3c91" +checksum = "f24feef0404861c836b8fc0a3eb0cf6f20507e63ab59a61eeb1491c0f57bc352" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2974,9 +3005,9 @@ dependencies = [ [[package]] name = "op-alloy-protocol" -version = "0.6.8" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c68a3e2770890da3ad2fd20d7fe0c8e15672707577b4168a60e388c8eceaca0" +checksum = "ef2ab185601941f4ed04418d71e42b220a9c59353c8fb98ba8993c42590c6742" dependencies = [ "alloc-no-stdlib", "alloy-consensus", @@ -2986,6 +3017,7 @@ dependencies = [ "alloy-serde", "async-trait", "brotli", + "cfg-if", "miniz_oxide", "op-alloy-consensus", "op-alloy-genesis", @@ -2997,9 +3029,9 @@ dependencies = [ [[package]] name = "op-alloy-registry" -version = "0.6.8" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589e7906a7c8d71f06b130ee1d8a0a07b0b2cd0e0771157a770e6c20a34da953" +checksum = "049784ddeef0454208c70592c62017159c5d93857d8269880b96fc734d199401" dependencies = [ "alloy-primitives", "lazy_static", @@ -3010,9 +3042,9 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types-engine" -version = "0.6.8" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "864dbd5511ef4ef00b6c2c980739259b25b24048007b7751ca0069b30b1e3fee" +checksum = "eeff9cf6fcdf8ef7183f254f9ad59b6e87af5084f21dfa17ba00c4448a84ddf1" dependencies = [ "alloy-eips", "alloy-primitives", @@ -4178,9 +4210,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -4656,9 +4688,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "pin-project-lite", "tracing-attributes", diff --git a/Cargo.toml b/Cargo.toml index f5a297613..2a545d4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,25 +75,25 @@ kona-proof = { path = "crates/proof-sdk/proof", version = "0.1.0", default-featu # Alloy alloy-rlp = { version = "0.3.9", default-features = false } alloy-trie = { version = "0.7.4", default-features = false } -alloy-eips = { version = "0.6.4", default-features = false } -alloy-serde = { version = "0.6.4", default-features = false } -alloy-provider = { version = "0.6.4", default-features = false } -alloy-primitives = { version = "0.8.12", default-features = false } -alloy-consensus = { version = "0.6.4", default-features = false } -alloy-transport = { version = "0.6.4", default-features = false } -alloy-rpc-types = { version = "0.6.4", default-features = false, features = ["debug"] } -alloy-rpc-client = { version = "0.6.4", default-features = false } -alloy-node-bindings = { version = "0.6.4", default-features = false } -alloy-transport-http = { version = "0.6.4", default-features = false } -alloy-rpc-types-engine = { version = "0.6.4", default-features = false } -alloy-rpc-types-beacon = { version = "0.6.4", default-features = false } +alloy-eips = { version = "0.7.0", default-features = false } +alloy-serde = { version = "0.7.0", default-features = false } +alloy-provider = { version = "0.7.0", default-features = false } +alloy-primitives = { version = "0.8.13", default-features = false } +alloy-consensus = { version = "0.7.0", default-features = false } +alloy-transport = { version = "0.7.0", default-features = false } +alloy-rpc-types = { version = "0.7.0", default-features = false, features = ["debug"] } +alloy-rpc-client = { version = "0.7.0", default-features = false } +alloy-node-bindings = { version = "0.7.0", default-features = false } +alloy-transport-http = { version = "0.7.0", default-features = false } +alloy-rpc-types-engine = { version = "0.7.0", default-features = false } +alloy-rpc-types-beacon = { version = "0.7.0", default-features = false } # OP Alloy -op-alloy-genesis = { version = "0.6.8", default-features = false } -op-alloy-registry = { version = "0.6.8", default-features = false } -op-alloy-protocol = { version = "0.6.8", default-features = false } -op-alloy-consensus = { version = "0.6.8", default-features = false } -op-alloy-rpc-types-engine = { version = "0.6.8", default-features = false, features = ["serde"] } +op-alloy-genesis = { version = "0.7.1", default-features = false } +op-alloy-registry = { version = "0.7.1", default-features = false } +op-alloy-protocol = { version = "0.7.1", default-features = false } +op-alloy-consensus = { version = "0.7.1", default-features = false } +op-alloy-rpc-types-engine = { version = "0.7.1", default-features = false, features = ["serde"] } # General lru = "0.12.4" diff --git a/crates/derive/src/attributes/stateful.rs b/crates/derive/src/attributes/stateful.rs index f898c6eb1..3af01d213 100644 --- a/crates/derive/src/attributes/stateful.rs +++ b/crates/derive/src/attributes/stateful.rs @@ -178,6 +178,8 @@ where suggested_fee_recipient: SEQUENCER_FEE_VAULT_ADDRESS, parent_beacon_block_root: parent_beacon_root, withdrawals, + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: Some(txs), no_tx_pool: Some(true), @@ -450,6 +452,8 @@ mod tests { suggested_fee_recipient: SEQUENCER_FEE_VAULT_ADDRESS, parent_beacon_block_root: None, withdrawals: None, + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: payload.transactions.clone(), no_tx_pool: Some(true), @@ -496,6 +500,8 @@ mod tests { suggested_fee_recipient: SEQUENCER_FEE_VAULT_ADDRESS, parent_beacon_block_root: None, withdrawals: Some(Vec::default()), + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: payload.transactions.clone(), no_tx_pool: Some(true), @@ -544,6 +550,8 @@ mod tests { suggested_fee_recipient: SEQUENCER_FEE_VAULT_ADDRESS, parent_beacon_block_root, withdrawals: Some(vec![]), + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: payload.transactions.clone(), no_tx_pool: Some(true), @@ -591,6 +599,8 @@ mod tests { suggested_fee_recipient: SEQUENCER_FEE_VAULT_ADDRESS, parent_beacon_block_root: Some(B256::ZERO), withdrawals: Some(vec![]), + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: payload.transactions.clone(), no_tx_pool: Some(true), diff --git a/crates/derive/src/pipeline/core.rs b/crates/derive/src/pipeline/core.rs index 2bb1cb46a..927f8cf1e 100644 --- a/crates/derive/src/pipeline/core.rs +++ b/crates/derive/src/pipeline/core.rs @@ -204,6 +204,8 @@ mod tests { suggested_fee_recipient: Default::default(), withdrawals: None, parent_beacon_block_root: None, + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: None, no_tx_pool: None, diff --git a/crates/derive/src/stages/attributes_queue.rs b/crates/derive/src/stages/attributes_queue.rs index 48cc9905a..d872ea6a1 100644 --- a/crates/derive/src/stages/attributes_queue.rs +++ b/crates/derive/src/stages/attributes_queue.rs @@ -212,6 +212,8 @@ mod tests { prev_randao: B256::default(), withdrawals: None, parent_beacon_block_root: None, + target_blobs_per_block: None, + max_blobs_per_block: None, }, no_tx_pool: Some(false), transactions: None, diff --git a/crates/executor/benches/execution.rs b/crates/executor/benches/execution.rs index 21d64ea65..0ced84e0b 100644 --- a/crates/executor/benches/execution.rs +++ b/crates/executor/benches/execution.rs @@ -129,6 +129,8 @@ fn execution(c: &mut Criterion) { parent_beacon_block_root: Some(b256!( "a4414c4984ce7285b82bd9b21c642af30f0f648fb6f4929b67753e7345a06bab" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(30_000_000), transactions: Some(raw_txs), @@ -171,6 +173,8 @@ fn execution(c: &mut Criterion) { parent_beacon_block_root: Some(b256!( "8ab0d68c0fc4fe40d31baf01bcf73de45ddf15ab58e66738ca6c60648676f9af" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(30_000_000), transactions: Some(raw_txs), diff --git a/crates/executor/src/executor/mod.rs b/crates/executor/src/executor/mod.rs index d32668b6e..2a92d6dc0 100644 --- a/crates/executor/src/executor/mod.rs +++ b/crates/executor/src/executor/mod.rs @@ -322,6 +322,7 @@ where excess_blob_gas: excess_blob_gas.and_then(|x| x.try_into().ok()), parent_beacon_block_root: payload.payload_attributes.parent_beacon_block_root, extra_data: encoded_base_fee_params, + target_blobs_per_block: None, } .seal_slow(); @@ -556,6 +557,8 @@ mod test { "edba75784acf3165bffd96df8b78ffdb3781db91f886f22b4bee0a6f722df939" ), suggested_fee_recipient: FEE_RECIPIENT, + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(0x1c9c380), transactions: Some(alloc::vec![raw_tx.into()]), @@ -619,6 +622,8 @@ mod test { parent_beacon_block_root: Some(b256!( "5e7da14ac6b18e62306c84d9d555387d4b4a6c3d122df22a2af2b68bf219860d" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(30000000), transactions: Some(raw_txs), @@ -689,6 +694,8 @@ mod test { parent_beacon_block_root: Some(b256!( "50f4a35e2f059621cba649e719d23a2a9d030189fd19172a689c76d3adf39fec" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(0x1c9c380), transactions: Some(raw_txs), @@ -753,6 +760,8 @@ mod test { parent_beacon_block_root: Some(b256!( "fa918fbee01a47f475d70995e78b4505bd8714962012720cab27f7e66ec4ea5b" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(30_000_000), transactions: Some(raw_txs), @@ -826,6 +835,8 @@ mod test { parent_beacon_block_root: Some(b256!( "a4414c4984ce7285b82bd9b21c642af30f0f648fb6f4929b67753e7345a06bab" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(30_000_000), transactions: Some(raw_txs), @@ -904,6 +915,8 @@ mod test { parent_beacon_block_root: Some(b256!( "8ab0d68c0fc4fe40d31baf01bcf73de45ddf15ab58e66738ca6c60648676f9af" )), + target_blobs_per_block: None, + max_blobs_per_block: None, }, gas_limit: Some(30_000_000), transactions: Some(raw_txs), diff --git a/crates/executor/src/executor/util.rs b/crates/executor/src/executor/util.rs index 4939595bb..f48a1a3ca 100644 --- a/crates/executor/src/executor/util.rs +++ b/crates/executor/src/executor/util.rs @@ -101,6 +101,8 @@ mod test { suggested_fee_recipient: Default::default(), withdrawals: Default::default(), parent_beacon_block_root: Default::default(), + target_blobs_per_block: None, + max_blobs_per_block: None, }, transactions: None, no_tx_pool: None,