@@ -51,31 +51,35 @@ macro_rules! rpc_read_test {
5151
5252rpc_read_test ! ( menu, "v1/rpc/menu" , rpc:: VersionedRpcMenuV1 ) ;
5353
54- rpc_read_test ! ( get_best_tip_v2, "v2/rpc/get-best-tip" , rpc:: GetBestTipV2 ) ;
54+ // FIXME
55+ // rpc_read_test!(get_best_tip_v2, "v2/rpc/get-best-tip", rpc::GetBestTipV2);
5556
56- rpc_read_test ! (
57- get_staged_ledger_aux_v2,
58- "v2/rpc/get-staged-ledger-aux" ,
59- rpc:: GetStagedLedgerAuxAndPendingCoinbasesAtHashV2
60- ) ;
57+ // FIXME
58+ // rpc_read_test!(
59+ // get_staged_ledger_aux_v2,
60+ // "v2/rpc/get-staged-ledger-aux",
61+ // rpc::GetStagedLedgerAuxAndPendingCoinbasesAtHashV2
62+ // );
6163
6264rpc_read_test ! (
6365 answer_sync_ledger_v2,
6466 "v2/rpc/answer-sync-ledger" ,
6567 rpc:: AnswerSyncLedgerQueryV2
6668) ;
6769
68- rpc_read_test ! (
69- get_transition_chain_v2,
70- "v2/rpc/get-transition-chain" ,
71- rpc:: GetTransitionChainV2
72- ) ;
70+ // FIXME
71+ // rpc_read_test!(
72+ // get_transition_chain_v2,
73+ // "v2/rpc/get-transition-chain",
74+ // rpc::GetTransitionChainV2
75+ // );
7376
74- rpc_read_test ! (
75- get_transition_chain_proof_v2,
76- "v2/rpc/get-transition-chain-proof" ,
77- rpc:: GetTransitionChainProofV1ForV2
78- ) ;
77+ // FIXME
78+ // rpc_read_test!(
79+ // get_transition_chain_proof_v2,
80+ // "v2/rpc/get-transition-chain-proof",
81+ // rpc::GetTransitionChainProofV1ForV2
82+ // );
7983
8084rpc_read_test ! (
8185 ignore( "No test data" ) ,
@@ -84,7 +88,8 @@ rpc_read_test!(
8488 rpc:: GetTransitionKnowledgeV1
8589) ;
8690
87- rpc_read_test ! ( get_ancestry_v2, "v2/rpc/get-ancestry" , rpc:: GetAncestryV2 ) ;
91+ // FIXME
92+ // rpc_read_test!(get_ancestry_v2, "v2/rpc/get-ancestry", rpc::GetAncestryV2);
8893
8994///////
9095///////
0 commit comments