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 d15e8af commit d4474f1Copy full SHA for d4474f1
crates/cheatnet/src/runtime_extensions/native/deploy.rs
@@ -35,6 +35,11 @@ pub fn execute_constructor_entry_point(
35
ConstructorEntryPointExecutionError::new(error.into(), &ctor_context, None)
36
})?;
37
let Some(constructor_selector) = compiled_class.constructor_selector() else {
38
+ // region: Modified blockifer code
39
+ cheatnet_state
40
+ .trace_data
41
+ .add_deploy_without_constructor_node();
42
+ // endregion
43
// Contract has no constructor.
44
return handle_empty_constructor(
45
compiled_class,
0 commit comments