@lodestar/beacon-node 1.42.0-dev.7552832620 → 1.42.0-dev.7b5ce3932d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -285,6 +285,134 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
285
285
  }>;
286
286
  }>;
287
287
  signature: import("@chainsafe/ssz").ByteVectorType;
288
+ }> | import("@chainsafe/ssz").ContainerType<{
289
+ message: import("@chainsafe/ssz").ContainerType<{
290
+ slot: import("@chainsafe/ssz").UintNumberType;
291
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
292
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
293
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
294
+ body: import("@chainsafe/ssz").ContainerType<{
295
+ randaoReveal: import("@chainsafe/ssz").ByteVectorType;
296
+ eth1Data: import("@chainsafe/ssz").ContainerType<{
297
+ depositRoot: import("@chainsafe/ssz").ByteVectorType;
298
+ depositCount: import("@chainsafe/ssz").UintNumberType;
299
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
300
+ }>;
301
+ graffiti: import("@chainsafe/ssz").ByteVectorType;
302
+ proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
303
+ signedHeader1: import("@chainsafe/ssz").ContainerType<{
304
+ message: import("@chainsafe/ssz").ContainerType<{
305
+ slot: import("@chainsafe/ssz").UintBigintType;
306
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
307
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
308
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
309
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
310
+ }>;
311
+ signature: import("@chainsafe/ssz").ByteVectorType;
312
+ }>;
313
+ signedHeader2: import("@chainsafe/ssz").ContainerType<{
314
+ message: import("@chainsafe/ssz").ContainerType<{
315
+ slot: import("@chainsafe/ssz").UintBigintType;
316
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
317
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
318
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
319
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
320
+ }>;
321
+ signature: import("@chainsafe/ssz").ByteVectorType;
322
+ }>;
323
+ }>>;
324
+ attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
325
+ attestation1: import("@chainsafe/ssz").ContainerType<{
326
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
327
+ data: import("@chainsafe/ssz").ContainerType<{
328
+ slot: import("@chainsafe/ssz").UintBigintType;
329
+ index: import("@chainsafe/ssz").UintBigintType;
330
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
331
+ source: import("@chainsafe/ssz").ContainerType<{
332
+ epoch: import("@chainsafe/ssz").UintBigintType;
333
+ root: import("@chainsafe/ssz").ByteVectorType;
334
+ }>;
335
+ target: import("@chainsafe/ssz").ContainerType<{
336
+ epoch: import("@chainsafe/ssz").UintBigintType;
337
+ root: import("@chainsafe/ssz").ByteVectorType;
338
+ }>;
339
+ }>;
340
+ signature: import("@chainsafe/ssz").ByteVectorType;
341
+ }>;
342
+ attestation2: import("@chainsafe/ssz").ContainerType<{
343
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
344
+ data: import("@chainsafe/ssz").ContainerType<{
345
+ slot: import("@chainsafe/ssz").UintBigintType;
346
+ index: import("@chainsafe/ssz").UintBigintType;
347
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
348
+ source: import("@chainsafe/ssz").ContainerType<{
349
+ epoch: import("@chainsafe/ssz").UintBigintType;
350
+ root: import("@chainsafe/ssz").ByteVectorType;
351
+ }>;
352
+ target: import("@chainsafe/ssz").ContainerType<{
353
+ epoch: import("@chainsafe/ssz").UintBigintType;
354
+ root: import("@chainsafe/ssz").ByteVectorType;
355
+ }>;
356
+ }>;
357
+ signature: import("@chainsafe/ssz").ByteVectorType;
358
+ }>;
359
+ }>>;
360
+ attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
361
+ aggregationBits: import("@chainsafe/ssz").BitListType;
362
+ data: import("@chainsafe/ssz").ContainerType<{
363
+ slot: import("@chainsafe/ssz").UintNumberType;
364
+ index: import("@chainsafe/ssz").UintNumberType;
365
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
366
+ source: import("@chainsafe/ssz").ContainerType<{
367
+ epoch: import("@chainsafe/ssz").UintNumberType;
368
+ root: import("@chainsafe/ssz").ByteVectorType;
369
+ }>;
370
+ target: import("@chainsafe/ssz").ContainerType<{
371
+ epoch: import("@chainsafe/ssz").UintNumberType;
372
+ root: import("@chainsafe/ssz").ByteVectorType;
373
+ }>;
374
+ }>;
375
+ signature: import("@chainsafe/ssz").ByteVectorType;
376
+ }>>;
377
+ deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
378
+ proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
379
+ data: import("@chainsafe/ssz").ContainerType<{
380
+ pubkey: import("@chainsafe/ssz").ByteVectorType;
381
+ withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
382
+ amount: import("@chainsafe/ssz").UintNumberType;
383
+ signature: import("@chainsafe/ssz").ByteVectorType;
384
+ }>;
385
+ }>>;
386
+ voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
387
+ message: import("@chainsafe/ssz").ContainerType<{
388
+ epoch: import("@chainsafe/ssz").UintNumberType;
389
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
390
+ }>;
391
+ signature: import("@chainsafe/ssz").ByteVectorType;
392
+ }>>;
393
+ syncAggregate: import("@chainsafe/ssz").ContainerType<{
394
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
395
+ syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
396
+ }>;
397
+ executionPayload: import("@chainsafe/ssz").ContainerType<{
398
+ parentHash: import("@chainsafe/ssz").ByteVectorType;
399
+ feeRecipient: import("@lodestar/types").ExecutionAddressType;
400
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
401
+ receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
402
+ logsBloom: import("@chainsafe/ssz").ByteVectorType;
403
+ prevRandao: import("@chainsafe/ssz").ByteVectorType;
404
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
405
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
406
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
407
+ timestamp: import("@chainsafe/ssz").UintNumberType;
408
+ extraData: import("@chainsafe/ssz").ByteListType;
409
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
410
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
411
+ transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
412
+ }>;
413
+ }>;
414
+ }>;
415
+ signature: import("@chainsafe/ssz").ByteVectorType;
288
416
  }> | import("@chainsafe/ssz").ContainerType<{
289
417
  message: import("@chainsafe/ssz").ContainerType<{
290
418
  validatorIndex: import("@chainsafe/ssz").UintNumberType;
@@ -292,6 +420,293 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
292
420
  toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
293
421
  }>;
294
422
  signature: import("@chainsafe/ssz").ByteVectorType;
423
+ }> | import("@chainsafe/ssz").ContainerType<{
424
+ message: import("@chainsafe/ssz").ContainerType<{
425
+ slot: import("@chainsafe/ssz").UintNumberType;
426
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
427
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
428
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
429
+ body: import("@chainsafe/ssz").ContainerType<{
430
+ randaoReveal: import("@chainsafe/ssz").ByteVectorType;
431
+ eth1Data: import("@chainsafe/ssz").ContainerType<{
432
+ depositRoot: import("@chainsafe/ssz").ByteVectorType;
433
+ depositCount: import("@chainsafe/ssz").UintNumberType;
434
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
435
+ }>;
436
+ graffiti: import("@chainsafe/ssz").ByteVectorType;
437
+ proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
438
+ signedHeader1: import("@chainsafe/ssz").ContainerType<{
439
+ message: import("@chainsafe/ssz").ContainerType<{
440
+ slot: import("@chainsafe/ssz").UintBigintType;
441
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
442
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
443
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
444
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
445
+ }>;
446
+ signature: import("@chainsafe/ssz").ByteVectorType;
447
+ }>;
448
+ signedHeader2: import("@chainsafe/ssz").ContainerType<{
449
+ message: import("@chainsafe/ssz").ContainerType<{
450
+ slot: import("@chainsafe/ssz").UintBigintType;
451
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
452
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
453
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
454
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
455
+ }>;
456
+ signature: import("@chainsafe/ssz").ByteVectorType;
457
+ }>;
458
+ }>>;
459
+ attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
460
+ attestation1: import("@chainsafe/ssz").ContainerType<{
461
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
462
+ data: import("@chainsafe/ssz").ContainerType<{
463
+ slot: import("@chainsafe/ssz").UintBigintType;
464
+ index: import("@chainsafe/ssz").UintBigintType;
465
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
466
+ source: import("@chainsafe/ssz").ContainerType<{
467
+ epoch: import("@chainsafe/ssz").UintBigintType;
468
+ root: import("@chainsafe/ssz").ByteVectorType;
469
+ }>;
470
+ target: import("@chainsafe/ssz").ContainerType<{
471
+ epoch: import("@chainsafe/ssz").UintBigintType;
472
+ root: import("@chainsafe/ssz").ByteVectorType;
473
+ }>;
474
+ }>;
475
+ signature: import("@chainsafe/ssz").ByteVectorType;
476
+ }>;
477
+ attestation2: import("@chainsafe/ssz").ContainerType<{
478
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
479
+ data: import("@chainsafe/ssz").ContainerType<{
480
+ slot: import("@chainsafe/ssz").UintBigintType;
481
+ index: import("@chainsafe/ssz").UintBigintType;
482
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
483
+ source: import("@chainsafe/ssz").ContainerType<{
484
+ epoch: import("@chainsafe/ssz").UintBigintType;
485
+ root: import("@chainsafe/ssz").ByteVectorType;
486
+ }>;
487
+ target: import("@chainsafe/ssz").ContainerType<{
488
+ epoch: import("@chainsafe/ssz").UintBigintType;
489
+ root: import("@chainsafe/ssz").ByteVectorType;
490
+ }>;
491
+ }>;
492
+ signature: import("@chainsafe/ssz").ByteVectorType;
493
+ }>;
494
+ }>>;
495
+ attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
496
+ aggregationBits: import("@chainsafe/ssz").BitListType;
497
+ data: import("@chainsafe/ssz").ContainerType<{
498
+ slot: import("@chainsafe/ssz").UintNumberType;
499
+ index: import("@chainsafe/ssz").UintNumberType;
500
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
501
+ source: import("@chainsafe/ssz").ContainerType<{
502
+ epoch: import("@chainsafe/ssz").UintNumberType;
503
+ root: import("@chainsafe/ssz").ByteVectorType;
504
+ }>;
505
+ target: import("@chainsafe/ssz").ContainerType<{
506
+ epoch: import("@chainsafe/ssz").UintNumberType;
507
+ root: import("@chainsafe/ssz").ByteVectorType;
508
+ }>;
509
+ }>;
510
+ signature: import("@chainsafe/ssz").ByteVectorType;
511
+ }>>;
512
+ deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
513
+ proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
514
+ data: import("@chainsafe/ssz").ContainerType<{
515
+ pubkey: import("@chainsafe/ssz").ByteVectorType;
516
+ withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
517
+ amount: import("@chainsafe/ssz").UintNumberType;
518
+ signature: import("@chainsafe/ssz").ByteVectorType;
519
+ }>;
520
+ }>>;
521
+ voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
522
+ message: import("@chainsafe/ssz").ContainerType<{
523
+ epoch: import("@chainsafe/ssz").UintNumberType;
524
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
525
+ }>;
526
+ signature: import("@chainsafe/ssz").ByteVectorType;
527
+ }>>;
528
+ syncAggregate: import("@chainsafe/ssz").ContainerType<{
529
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
530
+ syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
531
+ }>;
532
+ executionPayload: import("@chainsafe/ssz").ContainerType<{
533
+ parentHash: import("@chainsafe/ssz").ByteVectorType;
534
+ feeRecipient: import("@lodestar/types").ExecutionAddressType;
535
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
536
+ receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
537
+ logsBloom: import("@chainsafe/ssz").ByteVectorType;
538
+ prevRandao: import("@chainsafe/ssz").ByteVectorType;
539
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
540
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
541
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
542
+ timestamp: import("@chainsafe/ssz").UintNumberType;
543
+ extraData: import("@chainsafe/ssz").ByteListType;
544
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
545
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
546
+ transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
547
+ withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
548
+ index: import("@chainsafe/ssz").UintNumberType;
549
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
550
+ address: import("@lodestar/types").ExecutionAddressType;
551
+ amount: import("@chainsafe/ssz").UintBigintType;
552
+ }>>;
553
+ }>;
554
+ blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
555
+ message: import("@chainsafe/ssz").ContainerType<{
556
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
557
+ fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
558
+ toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
559
+ }>;
560
+ signature: import("@chainsafe/ssz").ByteVectorType;
561
+ }>>;
562
+ }>;
563
+ }>;
564
+ signature: import("@chainsafe/ssz").ByteVectorType;
565
+ }> | import("@chainsafe/ssz").ContainerType<{
566
+ message: import("@chainsafe/ssz").ContainerType<{
567
+ slot: import("@chainsafe/ssz").UintNumberType;
568
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
569
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
570
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
571
+ body: import("@chainsafe/ssz").ContainerType<{
572
+ randaoReveal: import("@chainsafe/ssz").ByteVectorType;
573
+ eth1Data: import("@chainsafe/ssz").ContainerType<{
574
+ depositRoot: import("@chainsafe/ssz").ByteVectorType;
575
+ depositCount: import("@chainsafe/ssz").UintNumberType;
576
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
577
+ }>;
578
+ graffiti: import("@chainsafe/ssz").ByteVectorType;
579
+ proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
580
+ signedHeader1: import("@chainsafe/ssz").ContainerType<{
581
+ message: import("@chainsafe/ssz").ContainerType<{
582
+ slot: import("@chainsafe/ssz").UintBigintType;
583
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
584
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
585
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
586
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
587
+ }>;
588
+ signature: import("@chainsafe/ssz").ByteVectorType;
589
+ }>;
590
+ signedHeader2: import("@chainsafe/ssz").ContainerType<{
591
+ message: import("@chainsafe/ssz").ContainerType<{
592
+ slot: import("@chainsafe/ssz").UintBigintType;
593
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
594
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
595
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
596
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
597
+ }>;
598
+ signature: import("@chainsafe/ssz").ByteVectorType;
599
+ }>;
600
+ }>>;
601
+ attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
602
+ attestation1: import("@chainsafe/ssz").ContainerType<{
603
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
604
+ data: import("@chainsafe/ssz").ContainerType<{
605
+ slot: import("@chainsafe/ssz").UintBigintType;
606
+ index: import("@chainsafe/ssz").UintBigintType;
607
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
608
+ source: import("@chainsafe/ssz").ContainerType<{
609
+ epoch: import("@chainsafe/ssz").UintBigintType;
610
+ root: import("@chainsafe/ssz").ByteVectorType;
611
+ }>;
612
+ target: import("@chainsafe/ssz").ContainerType<{
613
+ epoch: import("@chainsafe/ssz").UintBigintType;
614
+ root: import("@chainsafe/ssz").ByteVectorType;
615
+ }>;
616
+ }>;
617
+ signature: import("@chainsafe/ssz").ByteVectorType;
618
+ }>;
619
+ attestation2: import("@chainsafe/ssz").ContainerType<{
620
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
621
+ data: import("@chainsafe/ssz").ContainerType<{
622
+ slot: import("@chainsafe/ssz").UintBigintType;
623
+ index: import("@chainsafe/ssz").UintBigintType;
624
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
625
+ source: import("@chainsafe/ssz").ContainerType<{
626
+ epoch: import("@chainsafe/ssz").UintBigintType;
627
+ root: import("@chainsafe/ssz").ByteVectorType;
628
+ }>;
629
+ target: import("@chainsafe/ssz").ContainerType<{
630
+ epoch: import("@chainsafe/ssz").UintBigintType;
631
+ root: import("@chainsafe/ssz").ByteVectorType;
632
+ }>;
633
+ }>;
634
+ signature: import("@chainsafe/ssz").ByteVectorType;
635
+ }>;
636
+ }>>;
637
+ attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
638
+ aggregationBits: import("@chainsafe/ssz").BitListType;
639
+ data: import("@chainsafe/ssz").ContainerType<{
640
+ slot: import("@chainsafe/ssz").UintNumberType;
641
+ index: import("@chainsafe/ssz").UintNumberType;
642
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
643
+ source: import("@chainsafe/ssz").ContainerType<{
644
+ epoch: import("@chainsafe/ssz").UintNumberType;
645
+ root: import("@chainsafe/ssz").ByteVectorType;
646
+ }>;
647
+ target: import("@chainsafe/ssz").ContainerType<{
648
+ epoch: import("@chainsafe/ssz").UintNumberType;
649
+ root: import("@chainsafe/ssz").ByteVectorType;
650
+ }>;
651
+ }>;
652
+ signature: import("@chainsafe/ssz").ByteVectorType;
653
+ }>>;
654
+ deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
655
+ proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
656
+ data: import("@chainsafe/ssz").ContainerType<{
657
+ pubkey: import("@chainsafe/ssz").ByteVectorType;
658
+ withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
659
+ amount: import("@chainsafe/ssz").UintNumberType;
660
+ signature: import("@chainsafe/ssz").ByteVectorType;
661
+ }>;
662
+ }>>;
663
+ voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
664
+ message: import("@chainsafe/ssz").ContainerType<{
665
+ epoch: import("@chainsafe/ssz").UintNumberType;
666
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
667
+ }>;
668
+ signature: import("@chainsafe/ssz").ByteVectorType;
669
+ }>>;
670
+ syncAggregate: import("@chainsafe/ssz").ContainerType<{
671
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
672
+ syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
673
+ }>;
674
+ executionPayload: import("@chainsafe/ssz").ContainerType<{
675
+ parentHash: import("@chainsafe/ssz").ByteVectorType;
676
+ feeRecipient: import("@lodestar/types").ExecutionAddressType;
677
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
678
+ receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
679
+ logsBloom: import("@chainsafe/ssz").ByteVectorType;
680
+ prevRandao: import("@chainsafe/ssz").ByteVectorType;
681
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
682
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
683
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
684
+ timestamp: import("@chainsafe/ssz").UintNumberType;
685
+ extraData: import("@chainsafe/ssz").ByteListType;
686
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
687
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
688
+ transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
689
+ withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
690
+ index: import("@chainsafe/ssz").UintNumberType;
691
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
692
+ address: import("@lodestar/types").ExecutionAddressType;
693
+ amount: import("@chainsafe/ssz").UintBigintType;
694
+ }>>;
695
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
696
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
697
+ }>;
698
+ blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
699
+ message: import("@chainsafe/ssz").ContainerType<{
700
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
701
+ fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
702
+ toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
703
+ }>;
704
+ signature: import("@chainsafe/ssz").ByteVectorType;
705
+ }>>;
706
+ blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
707
+ }>;
708
+ }>;
709
+ signature: import("@chainsafe/ssz").ByteVectorType;
295
710
  }> | import("@chainsafe/ssz").ContainerType<{
296
711
  index: import("@chainsafe/ssz").UintNumberType;
297
712
  blob: import("@chainsafe/ssz").ByteVectorType;
@@ -308,6 +723,171 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
308
723
  signature: import("@chainsafe/ssz").ByteVectorType;
309
724
  }>;
310
725
  kzgCommitmentInclusionProof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
726
+ }> | import("@chainsafe/ssz").ContainerType<{
727
+ message: import("@chainsafe/ssz").ContainerType<{
728
+ slot: import("@chainsafe/ssz").UintNumberType;
729
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
730
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
731
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
732
+ body: import("@chainsafe/ssz").ContainerType<{
733
+ randaoReveal: import("@chainsafe/ssz").ByteVectorType;
734
+ eth1Data: import("@chainsafe/ssz").ContainerType<{
735
+ depositRoot: import("@chainsafe/ssz").ByteVectorType;
736
+ depositCount: import("@chainsafe/ssz").UintNumberType;
737
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
738
+ }>;
739
+ graffiti: import("@chainsafe/ssz").ByteVectorType;
740
+ proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
741
+ signedHeader1: import("@chainsafe/ssz").ContainerType<{
742
+ message: import("@chainsafe/ssz").ContainerType<{
743
+ slot: import("@chainsafe/ssz").UintBigintType;
744
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
745
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
746
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
747
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
748
+ }>;
749
+ signature: import("@chainsafe/ssz").ByteVectorType;
750
+ }>;
751
+ signedHeader2: import("@chainsafe/ssz").ContainerType<{
752
+ message: import("@chainsafe/ssz").ContainerType<{
753
+ slot: import("@chainsafe/ssz").UintBigintType;
754
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
755
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
756
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
757
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
758
+ }>;
759
+ signature: import("@chainsafe/ssz").ByteVectorType;
760
+ }>;
761
+ }>>;
762
+ attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
763
+ attestation1: import("@chainsafe/ssz").ContainerType<{
764
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
765
+ data: import("@chainsafe/ssz").ContainerType<{
766
+ slot: import("@chainsafe/ssz").UintBigintType;
767
+ index: import("@chainsafe/ssz").UintBigintType;
768
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
769
+ source: import("@chainsafe/ssz").ContainerType<{
770
+ epoch: import("@chainsafe/ssz").UintBigintType;
771
+ root: import("@chainsafe/ssz").ByteVectorType;
772
+ }>;
773
+ target: import("@chainsafe/ssz").ContainerType<{
774
+ epoch: import("@chainsafe/ssz").UintBigintType;
775
+ root: import("@chainsafe/ssz").ByteVectorType;
776
+ }>;
777
+ }>;
778
+ signature: import("@chainsafe/ssz").ByteVectorType;
779
+ }>;
780
+ attestation2: import("@chainsafe/ssz").ContainerType<{
781
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
782
+ data: import("@chainsafe/ssz").ContainerType<{
783
+ slot: import("@chainsafe/ssz").UintBigintType;
784
+ index: import("@chainsafe/ssz").UintBigintType;
785
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
786
+ source: import("@chainsafe/ssz").ContainerType<{
787
+ epoch: import("@chainsafe/ssz").UintBigintType;
788
+ root: import("@chainsafe/ssz").ByteVectorType;
789
+ }>;
790
+ target: import("@chainsafe/ssz").ContainerType<{
791
+ epoch: import("@chainsafe/ssz").UintBigintType;
792
+ root: import("@chainsafe/ssz").ByteVectorType;
793
+ }>;
794
+ }>;
795
+ signature: import("@chainsafe/ssz").ByteVectorType;
796
+ }>;
797
+ }>>;
798
+ attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
799
+ aggregationBits: import("@chainsafe/ssz").BitListType;
800
+ data: import("@chainsafe/ssz").ContainerType<{
801
+ slot: import("@chainsafe/ssz").UintNumberType;
802
+ index: import("@chainsafe/ssz").UintNumberType;
803
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
804
+ source: import("@chainsafe/ssz").ContainerType<{
805
+ epoch: import("@chainsafe/ssz").UintNumberType;
806
+ root: import("@chainsafe/ssz").ByteVectorType;
807
+ }>;
808
+ target: import("@chainsafe/ssz").ContainerType<{
809
+ epoch: import("@chainsafe/ssz").UintNumberType;
810
+ root: import("@chainsafe/ssz").ByteVectorType;
811
+ }>;
812
+ }>;
813
+ signature: import("@chainsafe/ssz").ByteVectorType;
814
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
815
+ }>>;
816
+ deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
817
+ proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
818
+ data: import("@chainsafe/ssz").ContainerType<{
819
+ pubkey: import("@chainsafe/ssz").ByteVectorType;
820
+ withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
821
+ amount: import("@chainsafe/ssz").UintNumberType;
822
+ signature: import("@chainsafe/ssz").ByteVectorType;
823
+ }>;
824
+ }>>;
825
+ voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
826
+ message: import("@chainsafe/ssz").ContainerType<{
827
+ epoch: import("@chainsafe/ssz").UintNumberType;
828
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
829
+ }>;
830
+ signature: import("@chainsafe/ssz").ByteVectorType;
831
+ }>>;
832
+ syncAggregate: import("@chainsafe/ssz").ContainerType<{
833
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
834
+ syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
835
+ }>;
836
+ executionPayload: import("@chainsafe/ssz").ContainerType<{
837
+ parentHash: import("@chainsafe/ssz").ByteVectorType;
838
+ feeRecipient: import("@lodestar/types").ExecutionAddressType;
839
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
840
+ receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
841
+ logsBloom: import("@chainsafe/ssz").ByteVectorType;
842
+ prevRandao: import("@chainsafe/ssz").ByteVectorType;
843
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
844
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
845
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
846
+ timestamp: import("@chainsafe/ssz").UintNumberType;
847
+ extraData: import("@chainsafe/ssz").ByteListType;
848
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
849
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
850
+ transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
851
+ withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
852
+ index: import("@chainsafe/ssz").UintNumberType;
853
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
854
+ address: import("@lodestar/types").ExecutionAddressType;
855
+ amount: import("@chainsafe/ssz").UintBigintType;
856
+ }>>;
857
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
858
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
859
+ }>;
860
+ blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
861
+ message: import("@chainsafe/ssz").ContainerType<{
862
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
863
+ fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
864
+ toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
865
+ }>;
866
+ signature: import("@chainsafe/ssz").ByteVectorType;
867
+ }>>;
868
+ blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
869
+ executionRequests: import("@chainsafe/ssz").ContainerType<{
870
+ deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
871
+ pubkey: import("@chainsafe/ssz").ByteVectorType;
872
+ withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
873
+ amount: import("@chainsafe/ssz").UintNumberType;
874
+ signature: import("@chainsafe/ssz").ByteVectorType;
875
+ index: import("@chainsafe/ssz").UintBigintType;
876
+ }>>;
877
+ withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
878
+ sourceAddress: import("@lodestar/types").ExecutionAddressType;
879
+ validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
880
+ amount: import("@chainsafe/ssz").UintBigintType;
881
+ }>>;
882
+ consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
883
+ sourceAddress: import("@lodestar/types").ExecutionAddressType;
884
+ sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
885
+ targetPubkey: import("@chainsafe/ssz").ByteVectorType;
886
+ }>>;
887
+ }>;
888
+ }>;
889
+ }>;
890
+ signature: import("@chainsafe/ssz").ByteVectorType;
311
891
  }> | import("@chainsafe/ssz").ContainerType<{
312
892
  validatorIndex: import("@chainsafe/ssz").UintNumberType;
313
893
  data: import("@chainsafe/ssz").ContainerType<{
@@ -383,6 +963,153 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
383
963
  stateRoot: import("@chainsafe/ssz").ByteVectorType;
384
964
  }>;
385
965
  signature: import("@chainsafe/ssz").ByteVectorType;
966
+ }> | import("@chainsafe/ssz").ContainerType<{
967
+ message: import("@chainsafe/ssz").ContainerType<{
968
+ slot: import("@chainsafe/ssz").UintNumberType;
969
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
970
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
971
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
972
+ body: import("@chainsafe/ssz").ContainerType<{
973
+ randaoReveal: import("@chainsafe/ssz").ByteVectorType;
974
+ eth1Data: import("@chainsafe/ssz").ContainerType<{
975
+ depositRoot: import("@chainsafe/ssz").ByteVectorType;
976
+ depositCount: import("@chainsafe/ssz").UintNumberType;
977
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
978
+ }>;
979
+ graffiti: import("@chainsafe/ssz").ByteVectorType;
980
+ proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
981
+ signedHeader1: import("@chainsafe/ssz").ContainerType<{
982
+ message: import("@chainsafe/ssz").ContainerType<{
983
+ slot: import("@chainsafe/ssz").UintBigintType;
984
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
985
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
986
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
987
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
988
+ }>;
989
+ signature: import("@chainsafe/ssz").ByteVectorType;
990
+ }>;
991
+ signedHeader2: import("@chainsafe/ssz").ContainerType<{
992
+ message: import("@chainsafe/ssz").ContainerType<{
993
+ slot: import("@chainsafe/ssz").UintBigintType;
994
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
995
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
996
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
997
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
998
+ }>;
999
+ signature: import("@chainsafe/ssz").ByteVectorType;
1000
+ }>;
1001
+ }>>;
1002
+ attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1003
+ attestation1: import("@chainsafe/ssz").ContainerType<{
1004
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1005
+ data: import("@chainsafe/ssz").ContainerType<{
1006
+ slot: import("@chainsafe/ssz").UintBigintType;
1007
+ index: import("@chainsafe/ssz").UintBigintType;
1008
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1009
+ source: import("@chainsafe/ssz").ContainerType<{
1010
+ epoch: import("@chainsafe/ssz").UintBigintType;
1011
+ root: import("@chainsafe/ssz").ByteVectorType;
1012
+ }>;
1013
+ target: import("@chainsafe/ssz").ContainerType<{
1014
+ epoch: import("@chainsafe/ssz").UintBigintType;
1015
+ root: import("@chainsafe/ssz").ByteVectorType;
1016
+ }>;
1017
+ }>;
1018
+ signature: import("@chainsafe/ssz").ByteVectorType;
1019
+ }>;
1020
+ attestation2: import("@chainsafe/ssz").ContainerType<{
1021
+ attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1022
+ data: import("@chainsafe/ssz").ContainerType<{
1023
+ slot: import("@chainsafe/ssz").UintBigintType;
1024
+ index: import("@chainsafe/ssz").UintBigintType;
1025
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1026
+ source: import("@chainsafe/ssz").ContainerType<{
1027
+ epoch: import("@chainsafe/ssz").UintBigintType;
1028
+ root: import("@chainsafe/ssz").ByteVectorType;
1029
+ }>;
1030
+ target: import("@chainsafe/ssz").ContainerType<{
1031
+ epoch: import("@chainsafe/ssz").UintBigintType;
1032
+ root: import("@chainsafe/ssz").ByteVectorType;
1033
+ }>;
1034
+ }>;
1035
+ signature: import("@chainsafe/ssz").ByteVectorType;
1036
+ }>;
1037
+ }>>;
1038
+ attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1039
+ aggregationBits: import("@chainsafe/ssz").BitListType;
1040
+ data: import("@chainsafe/ssz").ContainerType<{
1041
+ slot: import("@chainsafe/ssz").UintNumberType;
1042
+ index: import("@chainsafe/ssz").UintNumberType;
1043
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1044
+ source: import("@chainsafe/ssz").ContainerType<{
1045
+ epoch: import("@chainsafe/ssz").UintNumberType;
1046
+ root: import("@chainsafe/ssz").ByteVectorType;
1047
+ }>;
1048
+ target: import("@chainsafe/ssz").ContainerType<{
1049
+ epoch: import("@chainsafe/ssz").UintNumberType;
1050
+ root: import("@chainsafe/ssz").ByteVectorType;
1051
+ }>;
1052
+ }>;
1053
+ signature: import("@chainsafe/ssz").ByteVectorType;
1054
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
1055
+ }>>;
1056
+ deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1057
+ proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
1058
+ data: import("@chainsafe/ssz").ContainerType<{
1059
+ pubkey: import("@chainsafe/ssz").ByteVectorType;
1060
+ withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
1061
+ amount: import("@chainsafe/ssz").UintNumberType;
1062
+ signature: import("@chainsafe/ssz").ByteVectorType;
1063
+ }>;
1064
+ }>>;
1065
+ voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1066
+ message: import("@chainsafe/ssz").ContainerType<{
1067
+ epoch: import("@chainsafe/ssz").UintNumberType;
1068
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1069
+ }>;
1070
+ signature: import("@chainsafe/ssz").ByteVectorType;
1071
+ }>>;
1072
+ syncAggregate: import("@chainsafe/ssz").ContainerType<{
1073
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1074
+ syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
1075
+ }>;
1076
+ blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1077
+ message: import("@chainsafe/ssz").ContainerType<{
1078
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1079
+ fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
1080
+ toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
1081
+ }>;
1082
+ signature: import("@chainsafe/ssz").ByteVectorType;
1083
+ }>>;
1084
+ signedExecutionPayloadBid: import("@chainsafe/ssz").ContainerType<{
1085
+ message: import("@chainsafe/ssz").ContainerType<{
1086
+ parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
1087
+ parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1088
+ blockHash: import("@chainsafe/ssz").ByteVectorType;
1089
+ prevRandao: import("@chainsafe/ssz").ByteVectorType;
1090
+ feeRecipient: import("@lodestar/types").ExecutionAddressType;
1091
+ gasLimit: import("@chainsafe/ssz").UintBigintType;
1092
+ builderIndex: import("@chainsafe/ssz").UintNumberType;
1093
+ slot: import("@chainsafe/ssz").UintNumberType;
1094
+ value: import("@chainsafe/ssz").UintNumberType;
1095
+ executionPayment: import("@chainsafe/ssz").UintNumberType;
1096
+ blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
1097
+ }>;
1098
+ signature: import("@chainsafe/ssz").ByteVectorType;
1099
+ }>;
1100
+ payloadAttestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1101
+ aggregationBits: import("@chainsafe/ssz").BitVectorType;
1102
+ data: import("@chainsafe/ssz").ContainerType<{
1103
+ beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1104
+ slot: import("@chainsafe/ssz").UintNumberType;
1105
+ payloadPresent: import("@chainsafe/ssz").BooleanType;
1106
+ blobDataAvailable: import("@chainsafe/ssz").BooleanType;
1107
+ }>;
1108
+ signature: import("@chainsafe/ssz").ByteVectorType;
1109
+ }>>;
1110
+ }>;
1111
+ }>;
1112
+ signature: import("@chainsafe/ssz").ByteVectorType;
386
1113
  }> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
387
1114
  index: import("@chainsafe/ssz").UintNumberType;
388
1115
  column: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
@@ -1 +1 @@
1
- {"version":3,"file":"topic.d.ts","sourceRoot":"","sources":["../../../src/network/gossip/topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAEL,QAAQ,EAMT,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,WAAW,EAAE,iBAAiB,EAAmB,MAAM,iBAAiB,CAAC;AAEjF,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAiB,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;AAEjH,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAAC;CACzC;AAED,qBAAa,gBAAiB,YAAW,iBAAiB;IAG5C,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAF9C,OAAO,CAAC,gBAAgB,CAA4C;IAEpE,YAA6B,iBAAiB,EAAE,iBAAiB,EAAI;IAErE,8EAA8E;IAC9E,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAQtC;IAED,8DAA8D;IAC9D,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAEvD;IAED,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,CAInD;CACF;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,KAAK,EAAE,WAAW,GAAG,MAAM,CAKrG;AA8BD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyClD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,cAAc,EAAE,UAAU,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAOnH;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,GAAG,WAAW,CAMjG;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,GAAG,iBAAiB,CAS7G;AAMD;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,GAAG,QAAQ,CAAC,WAAW,CAAC,CAyD9G;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,aAAa,EAC5B,IAAI,EAAE,QAAQ,EACd,IAAI,EAAE;IAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAAC,wBAAwB,CAAC,EAAE,OAAO,CAAA;CAAC,GACxE,kBAAkB,CAAC,MAAM,kBAAkB,CAAC,EAAE,CA2DhD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,aAAa,EAAE,aAAa,GAC3B,kBAAkB,CAAC,MAAM,kBAAkB,CAAC,EAAE,CAShD;AAgBD,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAiB9E,CAAC"}
1
+ {"version":3,"file":"topic.d.ts","sourceRoot":"","sources":["../../../src/network/gossip/topic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAEL,QAAQ,EAMT,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,WAAW,EAAE,iBAAiB,EAAmB,MAAM,iBAAiB,CAAC;AAEjF,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAiB,WAAW,EAAE,kBAAkB,EAAE,UAAU,EAAE,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;AAEjH,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAAC;CACzC;AAED,qBAAa,gBAAiB,YAAW,iBAAiB;IAG5C,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAF9C,OAAO,CAAC,gBAAgB,CAA4C;IAEpE,YAA6B,iBAAiB,EAAE,iBAAiB,EAAI;IAErE,8EAA8E;IAC9E,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,CAQtC;IAED,8DAA8D;IAC9D,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAEvD;IAED,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,CAInD;CACF;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,KAAK,EAAE,WAAW,GAAG,MAAM,CAKrG;AA8BD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyClD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,cAAc,EAAE,UAAU,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAOnH;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,GAAG,WAAW,CAMjG;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,GAAG,iBAAiB,CAS7G;AAMD;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,GAAG,QAAQ,CAAC,WAAW,CAAC,CAyD9G;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,aAAa,EAC5B,IAAI,EAAE,QAAQ,EACd,IAAI,EAAE;IAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAAC,wBAAwB,CAAC,EAAE,OAAO,CAAA;CAAC,GACxE,kBAAkB,CAAC,MAAM,kBAAkB,CAAC,EAAE,CA2DhD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,aAAa,EAAE,aAAa,GAC3B,kBAAkB,CAAC,MAAM,kBAAkB,CAAC,EAAE,CAShD;AAgBD,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAiB9E,CAAC"}
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.42.0-dev.7552832620",
14
+ "version": "1.42.0-dev.7b5ce3932d",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -135,18 +135,18 @@
135
135
  "@libp2p/peer-id": "^6.0.4",
136
136
  "@libp2p/prometheus-metrics": "^5.0.14",
137
137
  "@libp2p/tcp": "^11.0.13",
138
- "@lodestar/api": "^1.42.0-dev.7552832620",
139
- "@lodestar/config": "^1.42.0-dev.7552832620",
140
- "@lodestar/db": "^1.42.0-dev.7552832620",
141
- "@lodestar/fork-choice": "^1.42.0-dev.7552832620",
142
- "@lodestar/light-client": "^1.42.0-dev.7552832620",
143
- "@lodestar/logger": "^1.42.0-dev.7552832620",
144
- "@lodestar/params": "^1.42.0-dev.7552832620",
145
- "@lodestar/reqresp": "^1.42.0-dev.7552832620",
146
- "@lodestar/state-transition": "^1.42.0-dev.7552832620",
147
- "@lodestar/types": "^1.42.0-dev.7552832620",
148
- "@lodestar/utils": "^1.42.0-dev.7552832620",
149
- "@lodestar/validator": "^1.42.0-dev.7552832620",
138
+ "@lodestar/api": "^1.42.0-dev.7b5ce3932d",
139
+ "@lodestar/config": "^1.42.0-dev.7b5ce3932d",
140
+ "@lodestar/db": "^1.42.0-dev.7b5ce3932d",
141
+ "@lodestar/fork-choice": "^1.42.0-dev.7b5ce3932d",
142
+ "@lodestar/light-client": "^1.42.0-dev.7b5ce3932d",
143
+ "@lodestar/logger": "^1.42.0-dev.7b5ce3932d",
144
+ "@lodestar/params": "^1.42.0-dev.7b5ce3932d",
145
+ "@lodestar/reqresp": "^1.42.0-dev.7b5ce3932d",
146
+ "@lodestar/state-transition": "^1.42.0-dev.7b5ce3932d",
147
+ "@lodestar/types": "^1.42.0-dev.7b5ce3932d",
148
+ "@lodestar/utils": "^1.42.0-dev.7b5ce3932d",
149
+ "@lodestar/validator": "^1.42.0-dev.7b5ce3932d",
150
150
  "@multiformats/multiaddr": "^13.0.1",
151
151
  "datastore-core": "^11.0.2",
152
152
  "datastore-fs": "^11.0.2",
@@ -169,7 +169,7 @@
169
169
  "@libp2p/interface-internal": "^3.0.13",
170
170
  "@libp2p/logger": "^6.2.2",
171
171
  "@libp2p/utils": "^7.0.13",
172
- "@lodestar/spec-test-util": "^1.42.0-dev.7552832620",
172
+ "@lodestar/spec-test-util": "^1.42.0-dev.7b5ce3932d",
173
173
  "@types/js-yaml": "^4.0.5",
174
174
  "@types/qs": "^6.9.7",
175
175
  "@types/tmp": "^0.2.3",
@@ -186,5 +186,5 @@
186
186
  "beacon",
187
187
  "blockchain"
188
188
  ],
189
- "gitHead": "2f37beb5a4c0e28d647557a22ac7948d23adab6b"
189
+ "gitHead": "10cf29721c7dcdbefa9786033ba838d6d39e19ed"
190
190
  }