File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1093,6 +1093,9 @@ impl CairoRunner {
10931093 /// To make the hints clonable (and cacheable), the hint data type had to
10941094 /// be changed. To avoid breaking the API, new v2 functions were added that
10951095 /// accept the new hint data.
1096+ ///
1097+ /// Also, this new function does not call instruction hooks from the
1098+ /// `test_utils` features, as doing so would imply breaking the hook API.
10961099 pub fn run_until_pc_v2 (
10971100 & mut self ,
10981101 address : Relocatable ,
Original file line number Diff line number Diff line change @@ -695,6 +695,9 @@ impl VirtualMachine {
695695 /// [CairoRunner::run_until_pc_v2] for documentation on why the signature
696696 /// had to be changed.
697697 ///
698+ /// Also, this new function does not call step hooks from the
699+ /// `test_utils` features, as doing so would imply breaking the hook API.
700+ ///
698701 /// [CairoRunner::run_until_pc_v2]: crate::vm::runners::cairo_runner::CairoRunner::run_until_pc_v2
699702 pub fn step_v2 (
700703 & mut self ,
You can’t perform that action at this time.
0 commit comments