|
113 | 113 | 'wallet_basic.py --descriptors', |
114 | 114 | 'wallet_labels.py --legacy-wallet', |
115 | 115 | 'wallet_labels.py --descriptors', |
116 | | - 'p2p_timeouts.py', |
| 116 | + 'p2p_timeouts.py --v1transport', |
117 | 117 | 'p2p_timeouts.py --v2transport', |
118 | 118 | 'feature_bip68_sequence.py', |
119 | 119 | 'mempool_updatefromblock.py', |
|
178 | 178 | 'wallet_avoidreuse.py --descriptors', |
179 | 179 | 'mempool_reorg.py', |
180 | 180 | 'mempool_persist.py', |
181 | | - 'p2p_block_sync.py', |
| 181 | + 'p2p_block_sync.py --v1transport', |
182 | 182 | 'p2p_block_sync.py --v2transport', |
183 | 183 | 'wallet_multiwallet.py --legacy-wallet', |
184 | 184 | 'wallet_multiwallet.py --descriptors', |
|
208 | 208 | 'p2p_addrv2_relay.py', |
209 | 209 | 'wallet_groups.py --legacy-wallet', |
210 | 210 | 'wallet_groups.py --descriptors', |
211 | | - 'p2p_compactblocks_hb.py', |
| 211 | + 'p2p_compactblocks_hb.py --v1transport', |
212 | 212 | 'p2p_compactblocks_hb.py --v2transport', |
213 | | - 'p2p_disconnect_ban.py', |
| 213 | + 'p2p_disconnect_ban.py --v1transport', |
214 | 214 | 'p2p_disconnect_ban.py --v2transport', |
215 | 215 | 'feature_addressindex.py', |
216 | 216 | 'feature_timestampindex.py', |
217 | 217 | 'feature_spentindex.py', |
218 | 218 | 'rpc_decodescript.py', |
219 | | - 'rpc_blockchain.py', |
| 219 | + 'rpc_blockchain.py --v1transport', |
220 | 220 | 'rpc_blockchain.py --v2transport', |
221 | 221 | 'rpc_deprecated.py', |
222 | 222 | 'wallet_disable.py --legacy-wallet', |
|
227 | 227 | 'p2p_getaddr_caching.py', |
228 | 228 | 'p2p_getdata.py', |
229 | 229 | 'p2p_addrfetch.py', |
230 | | - 'rpc_net.py', |
| 230 | + 'rpc_net.py --v1transport', |
231 | 231 | 'rpc_net.py --v2transport', |
232 | 232 | 'wallet_keypool.py --legacy-wallet', |
233 | 233 | 'wallet_keypool_hd.py --legacy-wallet', |
|
236 | 236 | 'p2p_nobloomfilter_messages.py', |
237 | 237 | 'p2p_filter.py', |
238 | 238 | 'p2p_blocksonly.py', |
239 | | - 'rpc_setban.py', |
| 239 | + 'rpc_setban.py --v1transport', |
240 | 240 | 'rpc_setban.py --v2transport', |
241 | 241 | 'mining_prioritisetransaction.py', |
242 | 242 | 'p2p_invalid_locator.py', |
243 | | - 'p2p_invalid_block.py', |
| 243 | + 'p2p_invalid_block.py --v1transport', |
244 | 244 | 'p2p_invalid_block.py --v2transport', |
245 | 245 | 'p2p_invalid_messages.py', |
246 | | - 'p2p_invalid_tx.py', |
| 246 | + 'p2p_invalid_tx.py --v1transport', |
247 | 247 | 'p2p_invalid_tx.py --v2transport', |
248 | 248 | 'p2p_v2_transport.py', |
249 | 249 | 'p2p_v2_encrypted.py', |
|
270 | 270 | 'rpc_preciousblock.py', |
271 | 271 | 'wallet_importprunedfunds.py --legacy-wallet', |
272 | 272 | 'wallet_importprunedfunds.py --descriptors', |
273 | | - 'p2p_leak_tx.py', |
| 273 | + 'p2p_leak_tx.py --v1transport', |
274 | 274 | 'p2p_leak_tx.py --v2transport', |
275 | 275 | 'p2p_eviction.py', |
276 | | - 'p2p_ibd_stalling.py', |
| 276 | + 'p2p_ibd_stalling.py --v1transport', |
277 | 277 | 'p2p_ibd_stalling.py --v2transport', |
278 | | - 'p2p_net_deadlock.py', |
| 278 | + 'p2p_net_deadlock.py --v1transport', |
279 | 279 | 'p2p_net_deadlock.py --v2transport', |
280 | 280 | 'rpc_signmessage.py', |
281 | 281 | 'rpc_generateblock.py', |
|
367 | 367 | 'feature_anchors.py', |
368 | 368 | 'feature_coinstatsindex.py', |
369 | 369 | 'wallet_orphanedreward.py', |
370 | | - 'p2p_node_network_limited.py', |
| 370 | + 'p2p_node_network_limited.py --v1transport', |
371 | 371 | 'p2p_node_network_limited.py --v2transport', |
372 | 372 | 'p2p_permissions.py', |
373 | 373 | 'feature_blocksdir.py', |
|
0 commit comments