Skip to content

Upgrade to reth 1.4.7 and main rollup-boost branch #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,121 changes: 536 additions & 585 deletions Cargo.lock

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,66 +40,66 @@ codegen-units = 1
incremental = false

[workspace.dependencies]
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-chain-state = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-trie-parallel = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1", features = [
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-chain-state = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-trie-parallel = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7", features = [
"test-utils",
] }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-metrics = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-execution-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-payload-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-network-peers = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-metrics = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-execution-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-payload-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-network-peers = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }

# reth optimism
reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1" }
reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.1", features = [
reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7" }
reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.7", features = [
"client",
] }

# compatible with reth "v1.4.1 dependencies
revm = { version = "23.1.0", features = [
# compatible with reth "v1.4.7 dependencies
revm = { version = "24.0.1", features = [
"std",
"secp256k1",
"optional_balance_check",
], default-features = false }
revm-inspectors = { version = "0.22.0", default-features = false }
op-revm = { version = "4.0.2", default-features = false }
op-revm = { version = "5.0.1", default-features = false }

ethereum_ssz_derive = "0.9.0"
ethereum_ssz = "0.9.0"
Expand All @@ -108,37 +108,37 @@ alloy-primitives = { version = "1.1.0", default-features = false }
alloy-rlp = "0.3.10"
alloy-chains = "0.2.0"
alloy-evm = { version = "0.8.0", default-features = false }
alloy-provider = { version = "1.0.3", features = [
alloy-provider = { version = "1.0.9", features = [
"ipc",
"pubsub",
"txpool-api",
] }
alloy-pubsub = { version = "1.0.3" }
alloy-eips = { version = "1.0.3" }
alloy-rpc-types = { version = "1.0.3" }
alloy-json-rpc = { version = "1.0.3" }
alloy-transport-http = { version = "1.0.3" }
alloy-network = { version = "1.0.3" }
alloy-network-primitives = { version = "1.0.3" }
alloy-transport = { version = "1.0.3" }
alloy-node-bindings = { version = "1.0.3" }
alloy-consensus = { version = "1.0.3", features = ["kzg"] }
alloy-serde = { version = "1.0.3" }
alloy-rpc-types-beacon = { version = "1.0.3", features = ["ssz"] }
alloy-rpc-types-engine = { version = "1.0.3", features = ["ssz"] }
alloy-rpc-types-eth = { version = "1.0.3" }
alloy-signer-local = { version = "1.0.3" }
alloy-rpc-client = { version = "1.0.3" }
alloy-genesis = { version = "1.0.3" }
alloy-pubsub = { version = "1.0.9" }
alloy-eips = { version = "1.0.9" }
alloy-rpc-types = { version = "1.0.9" }
alloy-json-rpc = { version = "1.0.9" }
alloy-transport-http = { version = "1.0.9" }
alloy-network = { version = "1.0.9" }
alloy-network-primitives = { version = "1.0.9" }
alloy-transport = { version = "1.0.9" }
alloy-node-bindings = { version = "1.0.9" }
alloy-consensus = { version = "1.0.9", features = ["kzg"] }
alloy-serde = { version = "1.0.9" }
alloy-rpc-types-beacon = { version = "1.0.9", features = ["ssz"] }
alloy-rpc-types-engine = { version = "1.0.9", features = ["ssz"] }
alloy-rpc-types-eth = { version = "1.0.9" }
alloy-signer-local = { version = "1.0.9" }
alloy-rpc-client = { version = "1.0.9" }
alloy-genesis = { version = "1.0.9" }
alloy-trie = { version = "0.8.1" }

# optimism
alloy-op-evm = { version = "0.8.0", default-features = false }
op-alloy-rpc-types = { version = "0.16.0", default-features = false }
op-alloy-rpc-types-engine = { version = "0.16.0", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.16.0", default-features = false }
op-alloy-network = { version = "0.16.0", default-features = false }
op-alloy-consensus = { version = "0.16.0", default-features = false }
alloy-op-evm = { version = "0.10.0", default-features = false }
op-alloy-rpc-types = { version = "0.17.2", default-features = false }
op-alloy-rpc-types-engine = { version = "0.17.2", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.17.2", default-features = false }
op-alloy-network = { version = "0.17.2", default-features = false }
op-alloy-consensus = { version = "0.17.2", default-features = false }
op-alloy-flz = { version = "0.13.0", default-features = false }

async-trait = { version = "0.1.83" }
Expand Down
4 changes: 2 additions & 2 deletions crates/op-rbuilder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
shellexpand = "3.1"
serde_yaml = { version = "0.9" }
moka = "0.12"
http = "1.0"

# `msozin/flashblocks-v1.4.1` branch based on `flashblocks-rebase`
rollup-boost = { git = "http://github.com/flashbots/rollup-boost", rev = "8506dfb7d84c65746f7c88d250983658438f59e8" }
rollup-boost = { git = "http://github.com/flashbots/rollup-boost", branch = "main" }

[target.'cfg(unix)'.dependencies]
tikv-jemallocator = { version = "0.6", optional = true }
Expand Down
7 changes: 2 additions & 5 deletions crates/op-rbuilder/src/builders/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ use reth_payload_builder::PayloadId;
use reth_primitives::{Recovered, SealedHeader};
use reth_primitives_traits::{InMemorySize, SignedTransaction};
use reth_provider::ProviderError;
use reth_revm::State;
use reth_revm::{context::Block, State};
use reth_transaction_pool::{BestTransactionsAttributes, PoolTransaction};
use revm::{
context::{result::ResultAndState, Block},
Database, DatabaseCommit,
};
use revm::{context::result::ResultAndState, Database, DatabaseCommit};
use std::{sync::Arc, time::Instant};
use tokio_util::sync::CancellationToken;
use tracing::{info, trace, warn};
Expand Down
4 changes: 2 additions & 2 deletions crates/op-rbuilder/src/builders/flashblocks/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use reth_revm::{
State,
};
use revm::Database;
use rollup_boost::primitives::{
use rollup_boost::{
ExecutionPayloadBaseV1, ExecutionPayloadFlashblockDeltaV1, FlashblocksPayloadV1,
};
use serde::{Deserialize, Serialize};
Expand Down Expand Up @@ -664,7 +664,7 @@ where
block_hash,
transactions: new_transactions_encoded,
withdrawals: ctx.withdrawals().cloned().unwrap_or_default().to_vec(),
withdrawals_root,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there is correct default for this
Probably better to just expect, because it would mean that we don't support pre-isthmus chains

withdrawals_root: withdrawals_root.unwrap_or_default(),
},
metadata: serde_json::to_value(&metadata).unwrap_or_default(),
};
Expand Down
2 changes: 1 addition & 1 deletion crates/op-rbuilder/src/builders/flashblocks/wspub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use core::{
task::{Context, Poll},
};
use futures::{Sink, SinkExt};
use rollup_boost::primitives::FlashblocksPayloadV1;
use rollup_boost::FlashblocksPayloadV1;
use std::{io, net::TcpListener, sync::Arc};
use tokio::{
net::TcpStream,
Expand Down
7 changes: 4 additions & 3 deletions crates/op-rbuilder/src/tests/framework/apis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use super::DEFAULT_JWT_TOKEN;
use alloy_eips::{eip7685::Requests, BlockNumberOrTag};
use alloy_primitives::B256;
use alloy_rpc_types_engine::{ForkchoiceUpdated, PayloadStatus};
use http::Uri;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have they break compatibility with uri::Uri?
Can you do .to_string for uri::Uri?

use jsonrpsee::{
core::{client::SubscriptionClientT, RpcResult},
proc_macros::rpc,
Expand All @@ -18,8 +19,8 @@ use std::str::FromStr;

/// Helper for engine api operations
pub struct EngineApi {
url: url::Url,
jwt_secret: JwtSecret,
pub url: Uri,
pub jwt_secret: JwtSecret,
}

/// Builder for EngineApi configuration
Expand Down Expand Up @@ -76,7 +77,7 @@ impl EngineApi {
let middleware = tower::ServiceBuilder::default().layer(secret_layer);
jsonrpsee::http_client::HttpClientBuilder::default()
.set_http_middleware(middleware)
.build(&self.url)
.build(&self.url.to_string())
.expect("Failed to create http client")
}

Expand Down
28 changes: 22 additions & 6 deletions crates/op-rbuilder/src/tests/framework/blocks.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
use std::{
net::{IpAddr, SocketAddr},
str::FromStr,
};

use crate::tx_signer::Signer;
use alloy_eips::{eip2718::Encodable2718, eip7685::Requests, BlockNumberOrTag};
use alloy_primitives::{address, hex, Address, Bytes, TxKind, B256, U256};
Expand All @@ -8,7 +13,11 @@ use alloy_rpc_types_engine::{
use alloy_rpc_types_eth::Block;
use op_alloy_consensus::{OpTypedTransaction, TxDeposit};
use op_alloy_rpc_types_engine::{OpExecutionPayloadV4, OpPayloadAttributes};
use rollup_boost::{Flashblocks, FlashblocksService, OpExecutionPayloadEnvelope, Version};
use rollup_boost::{
Flashblocks, FlashblocksService, OpExecutionPayloadEnvelope, PayloadSource, PayloadVersion,
RpcClient,
};
use url::Url;

use super::apis::EngineApi;

Expand Down Expand Up @@ -64,10 +73,17 @@ impl BlockGenerator {
// Initialize flashblocks service
if let Some(flashblocks_endpoint) = &self.flashblocks_endpoint {
println!("Initializing flashblocks service at {flashblocks_endpoint}");
let builder_client = RpcClient::new(
self.engine_api.url.clone(),
self.engine_api.jwt_secret.clone(),
10,
PayloadSource::Builder,
)?;

self.flashblocks_service = Some(Flashblocks::run(
flashblocks_endpoint.to_string(),
"127.0.0.1:1112".to_string(), // output address for the preconfirmations from rb
builder_client,
Url::from_str(flashblocks_endpoint)?,
SocketAddr::new(IpAddr::from_str("127.0.0.1")?, 1112), // output address for the preconfirmations from rb
)?);
}

Expand Down Expand Up @@ -181,7 +197,7 @@ impl BlockGenerator {
source_hash: B256::default(),
from: address!("DeaDDEaDDeAdDeAdDEAdDEaddeAddEAdDEAd0001"),
to: TxKind::Call(address!("4200000000000000000000000000000000000015")),
mint: None,
mint: 0,
value: U256::default(),
gas_limit: 210000,
is_system_transaction: false,
Expand Down Expand Up @@ -242,7 +258,7 @@ impl BlockGenerator {

let payload = if let Some(flashblocks_service) = &self.flashblocks_service {
flashblocks_service
.get_best_payload(Version::V4)
.get_best_payload(PayloadVersion::V4)
.await?
.unwrap()
} else {
Expand Down Expand Up @@ -339,7 +355,7 @@ impl BlockGenerator {
source_hash: B256::default(),
from: address, // Set the sender to the address of the account to seed
to: TxKind::Create,
mint: Some(value), // Amount to deposit
mint: value, // Amount to deposit
value: U256::default(),
gas_limit: 210000,
is_system_transaction: false,
Expand Down
31 changes: 14 additions & 17 deletions crates/op-rbuilder/src/tx.rs
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
use std::sync::Arc;
use std::{borrow::Cow, sync::Arc};

use alloy_consensus::{
conditional::BlockConditionalAttributes, BlobTransactionSidecar, BlobTransactionValidationError,
};
use alloy_eips::{eip7702::SignedAuthorization, Typed2718};
use alloy_consensus::{conditional::BlockConditionalAttributes, BlobTransactionValidationError};
use alloy_eips::{eip7594::BlobTransactionSidecarVariant, eip7702::SignedAuthorization, Typed2718};
use alloy_primitives::{Address, Bytes, TxHash, TxKind, B256, U256};
use alloy_rpc_types_eth::{erc4337::TransactionConditional, AccessList};
use reth_optimism_primitives::OpTransactionSigned;
use reth_optimism_txpool::{
conditional::MaybeConditionalTransaction, estimated_da_size::DataAvailabilitySized,
interop::MaybeInteropTransaction, OpPooledTransaction,
interop::MaybeInteropTransaction, OpPooledTransaction, OpPooledTx,
};
use reth_primitives::{kzg::KzgSettings, Recovered};
use reth_primitives_traits::InMemorySize;
use reth_transaction_pool::{EthBlobTransactionSidecar, EthPoolTransaction, PoolTransaction};

pub trait FBPoolTransaction:
EthPoolTransaction
+ MaybeInteropTransaction
+ MaybeConditionalTransaction
+ DataAvailabilitySized
+ MaybeRevertingTransaction
{
}
pub trait FBPoolTransaction: MaybeRevertingTransaction + OpPooledTx {}

#[derive(Clone, Debug)]
pub struct FBPooledTransaction {
Expand All @@ -32,6 +23,12 @@ pub struct FBPooledTransaction {

impl FBPoolTransaction for FBPooledTransaction {}

impl OpPooledTx for FBPooledTransaction {
fn encoded_2718(&self) -> Cow<'_, Bytes> {
Cow::Borrowed(self.inner.encoded_2718())
}
}

pub trait MaybeRevertingTransaction {
fn set_exclude_reverting_txs(&mut self, exclude: bool);
fn exclude_reverting_txs(&self) -> bool;
Expand Down Expand Up @@ -179,21 +176,21 @@ impl EthPoolTransaction for FBPooledTransaction {

fn try_into_pooled_eip4844(
self,
sidecar: Arc<BlobTransactionSidecar>,
sidecar: Arc<BlobTransactionSidecarVariant>,
) -> Option<Recovered<Self::Pooled>> {
self.inner.try_into_pooled_eip4844(sidecar)
}

fn try_from_eip4844(
_tx: Recovered<Self::Consensus>,
_sidecar: BlobTransactionSidecar,
_sidecar: BlobTransactionSidecarVariant,
) -> Option<Self> {
None
}

fn validate_blob(
&self,
_sidecar: &BlobTransactionSidecar,
_sidecar: &BlobTransactionSidecarVariant,
_settings: &KzgSettings,
) -> Result<(), BlobTransactionValidationError> {
Err(BlobTransactionValidationError::NotBlobTransaction(
Expand Down
Loading