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