We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda5062 commit ef47089Copy full SHA for ef47089
1 file changed
crates/block-processor/src/v1/processor.rs
@@ -141,6 +141,23 @@ where
141
self.build_executed_block(block_extracts, block_result)
142
}
143
144
+ /// ==========================
145
146
+ /// ██████ ██ ██ ███ ██
147
+ /// ██ ██ ██ ██ ████ ██
148
+ /// ██████ ██ ██ ██ ██ ██
149
+ /// ██ ██ ██ ██ ██ ██ ██
150
+ /// ██ ██ ██████ ██ ████
151
+ ///
152
153
+ /// ███████ ██ ██ ███ ███
154
+ /// ██ ██ ██ ████ ████
155
+ /// █████ ██ ██ ██ ████ ██
156
+ /// ██ ██ ██ ██ ██ ██
157
+ /// ███████ ████ ██ ██
158
+ /// ===========================
159
160
+
161
/// Run the EVM for a single block extraction.
162
async fn run_evm(
163
&self,
0 commit comments