@@ -244,28 +244,62 @@ jobs:
244
244
# Please don't use this key for any shenanigans
245
245
WEB3_INFURA_PROJECT_ID : 7707850c2fb7465ebe6f150d67182e22
246
246
247
- py37-integration-goethereum-ipc :
247
+ py37-integration-goethereum-ipc_eth :
248
248
<< : *geth_steps
249
249
docker :
250
250
- image : cimg/python:3.7
251
+ - image : cimg/python:3.7
251
252
environment :
252
- TOXENV : py37-integration-goethereum-ipc
253
+ TOXENV : py37-integration-goethereum-ipc_eth
253
254
GETH_VERSION : v1.10.17
254
255
255
- py37-integration-goethereum-http :
256
+ py37-integration-goethereum-ipc_non_eth :
256
257
<< : *geth_steps
257
258
docker :
258
259
- image : cimg/python:3.7
260
+ - image : cimg/python:3.7
259
261
environment :
260
- TOXENV : py37-integration-goethereum-http
262
+ TOXENV : py37-integration-goethereum-ipc_non_eth
261
263
GETH_VERSION : v1.10.17
262
264
263
- py37-integration-goethereum-ws :
265
+ py37-integration-goethereum-http_eth :
264
266
<< : *geth_steps
265
267
docker :
266
268
- image : cimg/python:3.7
267
269
environment :
268
- TOXENV : py37-integration-goethereum-ws
270
+ TOXENV : py37-integration-goethereum-http_eth
271
+ GETH_VERSION : v1.10.17
272
+
273
+ py37-integration-goethereum-http_non_eth :
274
+ << : *geth_steps
275
+ docker :
276
+ - image : cimg/python:3.7
277
+ environment :
278
+ TOXENV : py37-integration-goethereum-http_non_eth
279
+ GETH_VERSION : v1.10.17
280
+
281
+ py37-integration-goethereum-http_async :
282
+ << : *geth_steps
283
+ docker :
284
+ - image : cimg/python:3.7
285
+ environment :
286
+ TOXENV : py37-integration-goethereum-http_async
287
+ GETH_VERSION : v1.10.17
288
+
289
+ py37-integration-goethereum-ws_eth :
290
+ << : *geth_steps
291
+ docker :
292
+ - image : cimg/python:3.7
293
+ environment :
294
+ TOXENV : py37-integration-goethereum-ws_eth
295
+ GETH_VERSION : v1.10.17
296
+
297
+ py37-integration-goethereum-ws_non_eth :
298
+ << : *geth_steps
299
+ docker :
300
+ - image : cimg/python:3.7
301
+ environment :
302
+ TOXENV : py37-integration-goethereum-ws_non_eth
269
303
GETH_VERSION : v1.10.17
270
304
271
305
py37-integration-ethtester-pyevm :
@@ -314,28 +348,60 @@ jobs:
314
348
# Please don't use this key for any shenanigans
315
349
WEB3_INFURA_PROJECT_ID : 7707850c2fb7465ebe6f150d67182e22
316
350
317
- py38-integration-goethereum-ipc :
351
+ py38-integration-goethereum-ipc_eth :
352
+ << : *geth_steps
353
+ docker :
354
+ - image : cimg/python:3.8
355
+ environment :
356
+ TOXENV : py38-integration-goethereum-ipc_eth
357
+ GETH_VERSION : v1.10.17
358
+
359
+ py38-integration-goethereum-ipc_non_eth :
360
+ << : *geth_steps
361
+ docker :
362
+ - image : cimg/python:3.8
363
+ environment :
364
+ TOXENV : py38-integration-goethereum-ipc_non_eth
365
+ GETH_VERSION : v1.10.17
366
+
367
+ py38-integration-goethereum-http_eth :
368
+ << : *geth_steps
369
+ docker :
370
+ - image : cimg/python:3.8
371
+ environment :
372
+ TOXENV : py38-integration-goethereum-http_eth
373
+ GETH_VERSION : v1.10.17
374
+
375
+ py38-integration-goethereum-http_non_eth :
376
+ << : *geth_steps
377
+ docker :
378
+ - image : cimg/python:3.8
379
+ environment :
380
+ TOXENV : py38-integration-goethereum-http_non_eth
381
+ GETH_VERSION : v1.10.17
382
+
383
+ py38-integration-goethereum-http_async :
318
384
<< : *geth_steps
319
385
docker :
320
386
- image : cimg/python:3.8
321
387
environment :
322
- TOXENV : py38-integration-goethereum-ipc
388
+ TOXENV : py38-integration-goethereum-http_async
323
389
GETH_VERSION : v1.10.17
324
390
325
- py38-integration-goethereum-http :
391
+ py38-integration-goethereum-ws_eth :
326
392
<< : *geth_steps
327
393
docker :
328
394
- image : cimg/python:3.8
329
395
environment :
330
- TOXENV : py38-integration-goethereum-http
396
+ TOXENV : py38-integration-goethereum-ws_eth
331
397
GETH_VERSION : v1.10.17
332
398
333
- py38-integration-goethereum-ws :
399
+ py38-integration-goethereum-ws_non_eth :
334
400
<< : *geth_steps
335
401
docker :
336
402
- image : cimg/python:3.8
337
403
environment :
338
- TOXENV : py38-integration-goethereum-ws
404
+ TOXENV : py38-integration-goethereum-ws_non_eth
339
405
GETH_VERSION : v1.10.17
340
406
341
407
py38-integration-ethtester-pyevm :
@@ -379,28 +445,60 @@ jobs:
379
445
# Please don't use this key for any shenanigans
380
446
WEB3_INFURA_PROJECT_ID : 7707850c2fb7465ebe6f150d67182e22
381
447
382
- py39-integration-goethereum-ipc :
448
+ py39-integration-goethereum-ipc_eth :
449
+ << : *geth_steps
450
+ docker :
451
+ - image : cimg/python:3.9
452
+ environment :
453
+ TOXENV : py39-integration-goethereum-ipc_eth
454
+ GETH_VERSION : v1.10.17
455
+
456
+ py39-integration-goethereum-ipc_non_eth :
457
+ << : *geth_steps
458
+ docker :
459
+ - image : cimg/python:3.9
460
+ environment :
461
+ TOXENV : py39-integration-goethereum-ipc_non_eth
462
+ GETH_VERSION : v1.10.17
463
+
464
+ py39-integration-goethereum-http_eth :
465
+ << : *geth_steps
466
+ docker :
467
+ - image : cimg/python:3.9
468
+ environment :
469
+ TOXENV : py39-integration-goethereum-http_eth
470
+ GETH_VERSION : v1.10.17
471
+
472
+ py39-integration-goethereum-http_non_eth :
473
+ << : *geth_steps
474
+ docker :
475
+ - image : cimg/python:3.9
476
+ environment :
477
+ TOXENV : py39-integration-goethereum-http_non_eth
478
+ GETH_VERSION : v1.10.17
479
+
480
+ py39-integration-goethereum-http_async :
383
481
<< : *geth_steps
384
482
docker :
385
483
- image : cimg/python:3.9
386
484
environment :
387
- TOXENV : py39-integration-goethereum-ipc
485
+ TOXENV : py39-integration-goethereum-http_async
388
486
GETH_VERSION : v1.10.17
389
487
390
- py39-integration-goethereum-http :
488
+ py39-integration-goethereum-ws_eth :
391
489
<< : *geth_steps
392
490
docker :
393
491
- image : cimg/python:3.9
394
492
environment :
395
- TOXENV : py39-integration-goethereum-http
493
+ TOXENV : py39-integration-goethereum-ws_eth
396
494
GETH_VERSION : v1.10.17
397
495
398
- py39-integration-goethereum-ws :
496
+ py39-integration-goethereum-ws_non_eth :
399
497
<< : *geth_steps
400
498
docker :
401
499
- image : cimg/python:3.9
402
500
environment :
403
- TOXENV : py39-integration-goethereum-ws
501
+ TOXENV : py39-integration-goethereum-ws_non_eth
404
502
GETH_VERSION : v1.10.17
405
503
406
504
py39-integration-ethtester-pyevm :
@@ -444,28 +542,60 @@ jobs:
444
542
# Please don't use this key for any shenanigans
445
543
WEB3_INFURA_PROJECT_ID : 7707850c2fb7465ebe6f150d67182e22
446
544
447
- py310-integration-goethereum-ipc :
545
+ py310-integration-goethereum-ipc_eth :
546
+ << : *geth_steps
547
+ docker :
548
+ - image : cimg/python:3.10
549
+ environment :
550
+ TOXENV : py310-integration-goethereum-ipc_eth
551
+ GETH_VERSION : v1.10.17
552
+
553
+ py310-integration-goethereum-ipc_non_eth :
554
+ << : *geth_steps
555
+ docker :
556
+ - image : cimg/python:3.10
557
+ environment :
558
+ TOXENV : py310-integration-goethereum-ipc_non_eth
559
+ GETH_VERSION : v1.10.17
560
+
561
+ py310-integration-goethereum-http_eth :
562
+ << : *geth_steps
563
+ docker :
564
+ - image : cimg/python:3.10
565
+ environment :
566
+ TOXENV : py310-integration-goethereum-http_eth
567
+ GETH_VERSION : v1.10.17
568
+
569
+ py310-integration-goethereum-http_non_eth :
570
+ << : *geth_steps
571
+ docker :
572
+ - image : cimg/python:3.10
573
+ environment :
574
+ TOXENV : py310-integration-goethereum-http_non_eth
575
+ GETH_VERSION : v1.10.17
576
+
577
+ py310-integration-goethereum-http_async :
448
578
<< : *geth_steps
449
579
docker :
450
580
- image : cimg/python:3.10
451
581
environment :
452
- TOXENV : py310-integration-goethereum-ipc
582
+ TOXENV : py310-integration-goethereum-http_async
453
583
GETH_VERSION : v1.10.17
454
584
455
- py310-integration-goethereum-http :
585
+ py310-integration-goethereum-ws_eth :
456
586
<< : *geth_steps
457
587
docker :
458
588
- image : cimg/python:3.10
459
589
environment :
460
- TOXENV : py310-integration-goethereum-http
590
+ TOXENV : py310-integration-goethereum-ws_eth
461
591
GETH_VERSION : v1.10.17
462
592
463
- py310-integration-goethereum-ws :
593
+ py310-integration-goethereum-ws_non_eth :
464
594
<< : *geth_steps
465
595
docker :
466
596
- image : cimg/python:3.10
467
597
environment :
468
- TOXENV : py310-integration-goethereum-ws
598
+ TOXENV : py310-integration-goethereum-ws_non_eth
469
599
GETH_VERSION : v1.10.17
470
600
471
601
py310-integration-ethtester-pyevm :
@@ -505,30 +635,46 @@ workflows:
505
635
- benchmark
506
636
- py37-ens
507
637
- py37-ethpm
508
- - py37-integration-goethereum-ipc
509
- - py37-integration-goethereum-http
510
- - py37-integration-goethereum-ws
638
+ - py37-integration-goethereum-ipc_eth
639
+ - py37-integration-goethereum-ipc_non_eth
640
+ - py37-integration-goethereum-http_eth
641
+ - py37-integration-goethereum-http_non_eth
642
+ - py37-integration-goethereum-http_async
643
+ - py37-integration-goethereum-ws_eth
644
+ - py37-integration-goethereum-ws_non_eth
511
645
- py37-integration-ethtester-pyevm
512
646
- py37-wheel-cli
513
647
- py37-wheel-cli-windows
514
648
- py38-ens
515
649
- py38-ethpm
516
- - py38-integration-goethereum-ipc
517
- - py38-integration-goethereum-http
518
- - py38-integration-goethereum-ws
650
+ - py38-integration-goethereum-ipc_eth
651
+ - py38-integration-goethereum-ipc_non_eth
652
+ - py38-integration-goethereum-http_eth
653
+ - py38-integration-goethereum-http_non_eth
654
+ - py38-integration-goethereum-http_async
655
+ - py38-integration-goethereum-ws_eth
656
+ - py38-integration-goethereum-ws_non_eth
519
657
- py38-integration-ethtester-pyevm
520
658
- py38-wheel-cli
521
659
- py39-ens
522
660
- py39-ethpm
523
- - py39-integration-goethereum-ipc
524
- - py39-integration-goethereum-http
525
- - py39-integration-goethereum-ws
661
+ - py39-integration-goethereum-ipc_eth
662
+ - py39-integration-goethereum-ipc_non_eth
663
+ - py39-integration-goethereum-http_eth
664
+ - py39-integration-goethereum-http_non_eth
665
+ - py39-integration-goethereum-http_async
666
+ - py39-integration-goethereum-ws_eth
667
+ - py39-integration-goethereum-ws_non_eth
526
668
- py39-integration-ethtester-pyevm
527
669
- py39-wheel-cli
528
670
- py310-ens
529
671
- py310-ethpm
530
- - py310-integration-goethereum-ipc
531
- - py310-integration-goethereum-http
532
- - py310-integration-goethereum-ws
672
+ - py310-integration-goethereum-ipc_eth
673
+ - py310-integration-goethereum-ipc_non_eth
674
+ - py310-integration-goethereum-http_eth
675
+ - py310-integration-goethereum-http_non_eth
676
+ - py310-integration-goethereum-http_async
677
+ - py310-integration-goethereum-ws_eth
678
+ - py310-integration-goethereum-ws_non_eth
533
679
- py310-integration-ethtester-pyevm
534
680
- py310-wheel-cli
0 commit comments