Skip to content

Commit ef47089

Browse files
prestwichclaude
andcommitted
refactor: restore RUN EVM ascii art banner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fda5062 commit ef47089

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

crates/block-processor/src/v1/processor.rs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,23 @@ where
141141
self.build_executed_block(block_extracts, block_result)
142142
}
143143

144+
/// ==========================
145+
/// ==========================
146+
/// ██████ ██ ██ ███ ██
147+
/// ██ ██ ██ ██ ████ ██
148+
/// ██████ ██ ██ ██ ██ ██
149+
/// ██ ██ ██ ██ ██ ██ ██
150+
/// ██ ██ ██████ ██ ████
151+
///
152+
///
153+
/// ███████ ██ ██ ███ ███
154+
/// ██ ██ ██ ████ ████
155+
/// █████ ██ ██ ██ ████ ██
156+
/// ██ ██ ██ ██ ██ ██
157+
/// ███████ ████ ██ ██
158+
/// ===========================
159+
/// ===========================
160+
144161
/// Run the EVM for a single block extraction.
145162
async fn run_evm(
146163
&self,

0 commit comments

Comments
 (0)