We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729362f commit 9c84312Copy full SHA for 9c84312
core/src/environment/mod.rs
@@ -245,7 +245,7 @@ impl Environment {
245
246
// TODO: support forking
247
// TODO: Simulated block production
248
-
+ // TODO: every instruction whould encapsulate handling logic, that would allow to simplify the code and split environment mod to smaller chunks.
249
process_instructions(
250
starknet_config,
251
label.unwrap_or_else(|| "default".to_string()),
0 commit comments