@@ -385,6 +385,8 @@ where
385
385
& BlockContext :: default ( ) ,
386
386
#[ cfg( feature = "cairo-native" ) ]
387
387
Some ( program_cache) ,
388
+ #[ cfg( feature = "cairo-native" ) ]
389
+ None ,
388
390
) ?;
389
391
390
392
// Ensure the execution was successful.
@@ -426,6 +428,8 @@ where
426
428
& BlockContext :: default ( ) ,
427
429
#[ cfg( feature = "cairo-native" ) ]
428
430
Some ( program_cache) ,
431
+ #[ cfg( feature = "cairo-native" ) ]
432
+ None ,
429
433
) ?;
430
434
431
435
// Ensure the execution was successful.
@@ -467,6 +471,8 @@ where
467
471
& BlockContext :: default ( ) ,
468
472
#[ cfg( feature = "cairo-native" ) ]
469
473
Some ( program_cache) ,
474
+ #[ cfg( feature = "cairo-native" ) ]
475
+ None ,
470
476
) ?;
471
477
472
478
// Ensure the execution was successful.
@@ -508,6 +514,8 @@ where
508
514
& BlockContext :: default ( ) ,
509
515
#[ cfg( feature = "cairo-native" ) ]
510
516
Some ( program_cache) ,
517
+ #[ cfg( feature = "cairo-native" ) ]
518
+ None ,
511
519
) ?;
512
520
513
521
// Ensure the execution was successful.
@@ -560,6 +568,8 @@ where
560
568
u64:: MAX . into ( ) ,
561
569
#[ cfg( feature = "cairo-native" ) ]
562
570
Some ( program_cache) ,
571
+ #[ cfg( feature = "cairo-native" ) ]
572
+ None ,
563
573
) ?;
564
574
565
575
// Ensure the execution was successful.
@@ -607,6 +617,8 @@ where
607
617
u64:: MAX . into ( ) ,
608
618
#[ cfg( feature = "cairo-native" ) ]
609
619
Some ( program_cache) ,
620
+ #[ cfg( feature = "cairo-native" ) ]
621
+ None ,
610
622
) ?;
611
623
612
624
// Ensure the execution was successful.
@@ -646,6 +658,8 @@ where
646
658
u64:: MAX . into ( ) ,
647
659
#[ cfg( feature = "cairo-native" ) ]
648
660
Some ( program_cache) ,
661
+ #[ cfg( feature = "cairo-native" ) ]
662
+ None ,
649
663
) ?;
650
664
651
665
// Ensure the execution was successful.
@@ -701,6 +715,8 @@ where
701
715
u64:: MAX . into ( ) ,
702
716
#[ cfg( feature = "cairo-native" ) ]
703
717
Some ( program_cache) ,
718
+ #[ cfg( feature = "cairo-native" ) ]
719
+ None ,
704
720
) ?;
705
721
706
722
// Ensure the execution was successful.
@@ -752,6 +768,8 @@ where
752
768
u64:: MAX . into ( ) ,
753
769
#[ cfg( feature = "cairo-native" ) ]
754
770
Some ( program_cache) ,
771
+ #[ cfg( feature = "cairo-native" ) ]
772
+ None ,
755
773
) ?;
756
774
757
775
// Ensure the execution was successful.
@@ -801,6 +819,8 @@ where
801
819
u64:: MAX . into ( ) ,
802
820
#[ cfg( feature = "cairo-native" ) ]
803
821
Some ( program_cache) ,
822
+ #[ cfg( feature = "cairo-native" ) ]
823
+ None ,
804
824
) ?;
805
825
806
826
// Ensure the execution was successful.
@@ -859,6 +879,8 @@ where
859
879
u64:: MAX . into ( ) ,
860
880
#[ cfg( feature = "cairo-native" ) ]
861
881
Some ( program_cache) ,
882
+ #[ cfg( feature = "cairo-native" ) ]
883
+ None ,
862
884
) ?;
863
885
864
886
// Ensure the execution was successful.
@@ -919,6 +941,8 @@ where
919
941
u64:: MAX . into ( ) ,
920
942
#[ cfg( feature = "cairo-native" ) ]
921
943
Some ( program_cache) ,
944
+ #[ cfg( feature = "cairo-native" ) ]
945
+ None ,
922
946
) ?;
923
947
924
948
// Ensure the execution was successful.
@@ -967,6 +991,8 @@ where
967
991
u64:: MAX . into ( ) ,
968
992
#[ cfg( feature = "cairo-native" ) ]
969
993
Some ( program_cache) ,
994
+ #[ cfg( feature = "cairo-native" ) ]
995
+ None ,
970
996
) ?;
971
997
972
998
// Ensure the execution was successful.
0 commit comments