@@ -56,7 +56,6 @@ mod test_rpc_read_calls {
5656 /// ```
5757 #[ rstest]
5858 #[ tokio:: test]
59- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
6059 async fn test_block_hash_and_number_works ( ) {
6160 let madara = get_madara ( ) . await ;
6261 let json_client = madara. json_rpc ( ) ;
@@ -91,7 +90,6 @@ mod test_rpc_read_calls {
9190 /// ```
9291 #[ rstest]
9392 #[ tokio:: test]
94- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
9593 async fn test_get_block_txn_count_works ( ) {
9694 let madara = get_madara ( ) . await ;
9795 let json_client = madara. json_rpc ( ) ;
@@ -127,7 +125,6 @@ mod test_rpc_read_calls {
127125 /// ```
128126 #[ rstest]
129127 #[ tokio:: test]
130- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
131128 async fn test_batched_requests_work ( ) {
132129 let madara = get_madara ( ) . await ;
133130
@@ -276,7 +273,6 @@ mod test_rpc_read_calls {
276273 /// ```
277274 #[ rstest]
278275 #[ tokio:: test]
279- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
280276 async fn test_get_block_txn_with_tx_hashes_works ( ) {
281277 let madara = get_madara ( ) . await ;
282278 let json_client = madara. json_rpc ( ) ;
@@ -320,7 +316,6 @@ mod test_rpc_read_calls {
320316 /// ```
321317 #[ rstest]
322318 #[ tokio:: test]
323- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
324319 async fn test_get_block_txn_with_tx_works ( ) {
325320 let madara = get_madara ( ) . await ;
326321 let json_client = madara. json_rpc ( ) ;
@@ -371,7 +366,6 @@ mod test_rpc_read_calls {
371366 /// ```
372367 #[ rstest]
373368 #[ tokio:: test]
374- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
375369 async fn test_get_class_hash_at_works ( ) {
376370 let madara = get_madara ( ) . await ;
377371 let json_client = madara. json_rpc ( ) ;
@@ -410,7 +404,6 @@ mod test_rpc_read_calls {
410404 /// ```
411405 #[ rstest]
412406 #[ tokio:: test]
413- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
414407 async fn test_get_nonce_works ( ) {
415408 let madara = get_madara ( ) . await ;
416409 let json_client = madara. json_rpc ( ) ;
@@ -449,7 +442,6 @@ mod test_rpc_read_calls {
449442 /// ```
450443 #[ rstest]
451444 #[ tokio:: test]
452- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
453445 async fn test_get_txn_by_block_id_and_index_works ( ) {
454446 let madara = get_madara ( ) . await ;
455447 let json_client = madara. json_rpc ( ) ;
@@ -489,7 +481,6 @@ mod test_rpc_read_calls {
489481 /// ```
490482 #[ rstest]
491483 #[ tokio:: test]
492- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
493484 async fn test_get_txn_by_hash_works ( ) {
494485 let madara = get_madara ( ) . await ;
495486 let json_client = madara. json_rpc ( ) ;
@@ -534,7 +525,6 @@ mod test_rpc_read_calls {
534525 /// ```
535526 #[ rstest]
536527 #[ tokio:: test]
537- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
538528 // TODO: replace this with jsonrpsee client
539529 async fn test_get_txn_receipt_works ( ) {
540530 let madara = get_madara ( ) . await ;
@@ -589,7 +579,6 @@ mod test_rpc_read_calls {
589579 /// Hence, all the txn would be marked as AcceptedOnL2.
590580 #[ rstest]
591581 #[ tokio:: test]
592- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
593582 async fn test_get_txn_status_works ( ) {
594583 let madara = get_madara ( ) . await ;
595584 let json_client = madara. json_rpc ( ) ;
@@ -630,7 +619,6 @@ mod test_rpc_read_calls {
630619 /// ```
631620 #[ rstest]
632621 #[ tokio:: test]
633- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
634622 async fn test_get_storage_at_works ( ) {
635623 let madara = get_madara ( ) . await ;
636624 let json_client = madara. json_rpc ( ) ;
@@ -669,7 +657,6 @@ mod test_rpc_read_calls {
669657 /// ```
670658 #[ rstest]
671659 #[ tokio:: test]
672- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
673660 async fn test_get_state_update_works ( ) {
674661 let madara = get_madara ( ) . await ;
675662 let json_client = madara. json_rpc ( ) ;
@@ -760,7 +747,6 @@ mod test_rpc_read_calls {
760747 /// the continuation token.
761748 #[ rstest]
762749 #[ tokio:: test]
763- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
764750 async fn test_get_events_works ( ) {
765751 let madara = get_madara ( ) . await ;
766752 let json_client = madara. json_rpc ( ) ;
@@ -840,7 +826,6 @@ mod test_rpc_read_calls {
840826 /// ```
841827 #[ rstest]
842828 #[ tokio:: test]
843- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
844829 async fn test_get_events_with_continuation_token_works ( ) {
845830 let madara = get_madara ( ) . await ;
846831 let json_client = madara. json_rpc ( ) ;
@@ -1005,7 +990,6 @@ mod test_rpc_read_calls {
1005990 /// Along with that we are also checking for abi and the entry points.
1006991 #[ rstest]
1007992 #[ tokio:: test]
1008- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
1009993 async fn test_get_class_works ( ) {
1010994 let madara = get_madara ( ) . await ;
1011995 let json_client = madara. json_rpc ( ) ;
@@ -1044,7 +1028,6 @@ mod test_rpc_read_calls {
10441028 /// for Sierra class versions > v1.1.0, we always use the latest version of the compiler.
10451029 #[ rstest]
10461030 #[ tokio:: test]
1047- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
10481031 async fn test_get_compiled_casm_works ( ) {
10491032 let madara = get_madara ( ) . await ;
10501033
@@ -1103,7 +1086,6 @@ mod test_rpc_read_calls {
11031086 /// Note: The program has been compressed using the same script mentioned in the above test case.
11041087 #[ rstest]
11051088 #[ tokio:: test]
1106- #[ ignore = "Madara is incompatible with 0.14.1 feeder gateway changes, specifically migrated_compiled_classes." ]
11071089 async fn test_get_class_at_works ( ) {
11081090 let madara = get_madara ( ) . await ;
11091091 let json_client = madara. json_rpc ( ) ;
0 commit comments