@lodestar/beacon-node 1.44.0-rc.3 → 1.44.0

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.
@@ -287,607 +287,27 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
287
287
  signature: import("@chainsafe/ssz").ByteVectorType;
288
288
  }> | import("@chainsafe/ssz").ContainerType<{
289
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;
416
- }> | import("@chainsafe/ssz").ContainerType<{
417
- message: import("@chainsafe/ssz").ContainerType<{
418
- validatorIndex: import("@chainsafe/ssz").UintNumberType;
419
- fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
420
- toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
421
- }>;
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;
710
- }> | import("@chainsafe/ssz").ContainerType<{
711
- index: import("@chainsafe/ssz").UintNumberType;
712
- blob: import("@chainsafe/ssz").ByteVectorType;
713
- kzgCommitment: import("@chainsafe/ssz").ByteVectorType;
714
- kzgProof: import("@chainsafe/ssz").ByteVectorType;
715
- signedBlockHeader: import("@chainsafe/ssz").ContainerType<{
716
- message: import("@chainsafe/ssz").ContainerType<{
717
- slot: import("@chainsafe/ssz").UintNumberType;
718
- proposerIndex: import("@chainsafe/ssz").UintNumberType;
719
- parentRoot: import("@chainsafe/ssz").ByteVectorType;
720
- stateRoot: import("@chainsafe/ssz").ByteVectorType;
721
- bodyRoot: import("@chainsafe/ssz").ByteVectorType;
722
- }>;
723
- signature: import("@chainsafe/ssz").ByteVectorType;
724
- }>;
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
- }>;
290
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
291
+ fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
292
+ toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
889
293
  }>;
890
294
  signature: import("@chainsafe/ssz").ByteVectorType;
295
+ }> | import("@chainsafe/ssz").ContainerType<{
296
+ index: import("@chainsafe/ssz").UintNumberType;
297
+ blob: import("@chainsafe/ssz").ByteVectorType;
298
+ kzgCommitment: import("@chainsafe/ssz").ByteVectorType;
299
+ kzgProof: import("@chainsafe/ssz").ByteVectorType;
300
+ signedBlockHeader: import("@chainsafe/ssz").ContainerType<{
301
+ message: import("@chainsafe/ssz").ContainerType<{
302
+ slot: import("@chainsafe/ssz").UintNumberType;
303
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
304
+ parentRoot: import("@chainsafe/ssz").ByteVectorType;
305
+ stateRoot: import("@chainsafe/ssz").ByteVectorType;
306
+ bodyRoot: import("@chainsafe/ssz").ByteVectorType;
307
+ }>;
308
+ signature: import("@chainsafe/ssz").ByteVectorType;
309
+ }>;
310
+ kzgCommitmentInclusionProof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
891
311
  }> | import("@chainsafe/ssz").ContainerType<{
892
312
  validatorIndex: import("@chainsafe/ssz").UintNumberType;
893
313
  data: import("@chainsafe/ssz").ContainerType<{
@@ -984,183 +404,6 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
984
404
  parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
985
405
  }>;
986
406
  signature: import("@chainsafe/ssz").ByteVectorType;
987
- }> | import("@chainsafe/ssz").ContainerType<{
988
- message: import("@chainsafe/ssz").ContainerType<{
989
- slot: import("@chainsafe/ssz").UintNumberType;
990
- proposerIndex: import("@chainsafe/ssz").UintNumberType;
991
- parentRoot: import("@chainsafe/ssz").ByteVectorType;
992
- stateRoot: import("@chainsafe/ssz").ByteVectorType;
993
- body: import("@chainsafe/ssz").ContainerType<{
994
- randaoReveal: import("@chainsafe/ssz").ByteVectorType;
995
- eth1Data: import("@chainsafe/ssz").ContainerType<{
996
- depositRoot: import("@chainsafe/ssz").ByteVectorType;
997
- depositCount: import("@chainsafe/ssz").UintNumberType;
998
- blockHash: import("@chainsafe/ssz").ByteVectorType;
999
- }>;
1000
- graffiti: import("@chainsafe/ssz").ByteVectorType;
1001
- proposerSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1002
- signedHeader1: import("@chainsafe/ssz").ContainerType<{
1003
- message: import("@chainsafe/ssz").ContainerType<{
1004
- slot: import("@chainsafe/ssz").UintBigintType;
1005
- proposerIndex: import("@chainsafe/ssz").UintNumberType;
1006
- parentRoot: import("@chainsafe/ssz").ByteVectorType;
1007
- stateRoot: import("@chainsafe/ssz").ByteVectorType;
1008
- bodyRoot: import("@chainsafe/ssz").ByteVectorType;
1009
- }>;
1010
- signature: import("@chainsafe/ssz").ByteVectorType;
1011
- }>;
1012
- signedHeader2: import("@chainsafe/ssz").ContainerType<{
1013
- message: import("@chainsafe/ssz").ContainerType<{
1014
- slot: import("@chainsafe/ssz").UintBigintType;
1015
- proposerIndex: import("@chainsafe/ssz").UintNumberType;
1016
- parentRoot: import("@chainsafe/ssz").ByteVectorType;
1017
- stateRoot: import("@chainsafe/ssz").ByteVectorType;
1018
- bodyRoot: import("@chainsafe/ssz").ByteVectorType;
1019
- }>;
1020
- signature: import("@chainsafe/ssz").ByteVectorType;
1021
- }>;
1022
- }>>;
1023
- attesterSlashings: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1024
- attestation1: import("@chainsafe/ssz").ContainerType<{
1025
- attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1026
- data: import("@chainsafe/ssz").ContainerType<{
1027
- slot: import("@chainsafe/ssz").UintBigintType;
1028
- index: import("@chainsafe/ssz").UintBigintType;
1029
- beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1030
- source: import("@chainsafe/ssz").ContainerType<{
1031
- epoch: import("@chainsafe/ssz").UintBigintType;
1032
- root: import("@chainsafe/ssz").ByteVectorType;
1033
- }>;
1034
- target: import("@chainsafe/ssz").ContainerType<{
1035
- epoch: import("@chainsafe/ssz").UintBigintType;
1036
- root: import("@chainsafe/ssz").ByteVectorType;
1037
- }>;
1038
- }>;
1039
- signature: import("@chainsafe/ssz").ByteVectorType;
1040
- }>;
1041
- attestation2: import("@chainsafe/ssz").ContainerType<{
1042
- attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1043
- data: import("@chainsafe/ssz").ContainerType<{
1044
- slot: import("@chainsafe/ssz").UintBigintType;
1045
- index: import("@chainsafe/ssz").UintBigintType;
1046
- beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1047
- source: import("@chainsafe/ssz").ContainerType<{
1048
- epoch: import("@chainsafe/ssz").UintBigintType;
1049
- root: import("@chainsafe/ssz").ByteVectorType;
1050
- }>;
1051
- target: import("@chainsafe/ssz").ContainerType<{
1052
- epoch: import("@chainsafe/ssz").UintBigintType;
1053
- root: import("@chainsafe/ssz").ByteVectorType;
1054
- }>;
1055
- }>;
1056
- signature: import("@chainsafe/ssz").ByteVectorType;
1057
- }>;
1058
- }>>;
1059
- attestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1060
- aggregationBits: import("@chainsafe/ssz").BitListType;
1061
- data: import("@chainsafe/ssz").ContainerType<{
1062
- slot: import("@chainsafe/ssz").UintNumberType;
1063
- index: import("@chainsafe/ssz").UintNumberType;
1064
- beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1065
- source: import("@chainsafe/ssz").ContainerType<{
1066
- epoch: import("@chainsafe/ssz").UintNumberType;
1067
- root: import("@chainsafe/ssz").ByteVectorType;
1068
- }>;
1069
- target: import("@chainsafe/ssz").ContainerType<{
1070
- epoch: import("@chainsafe/ssz").UintNumberType;
1071
- root: import("@chainsafe/ssz").ByteVectorType;
1072
- }>;
1073
- }>;
1074
- signature: import("@chainsafe/ssz").ByteVectorType;
1075
- committeeBits: import("@chainsafe/ssz").BitVectorType;
1076
- }>>;
1077
- deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1078
- proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
1079
- data: import("@chainsafe/ssz").ContainerType<{
1080
- pubkey: import("@chainsafe/ssz").ByteVectorType;
1081
- withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
1082
- amount: import("@chainsafe/ssz").UintNumberType;
1083
- signature: import("@chainsafe/ssz").ByteVectorType;
1084
- }>;
1085
- }>>;
1086
- voluntaryExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1087
- message: import("@chainsafe/ssz").ContainerType<{
1088
- epoch: import("@chainsafe/ssz").UintNumberType;
1089
- validatorIndex: import("@chainsafe/ssz").UintNumberType;
1090
- }>;
1091
- signature: import("@chainsafe/ssz").ByteVectorType;
1092
- }>>;
1093
- syncAggregate: import("@chainsafe/ssz").ContainerType<{
1094
- syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1095
- syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
1096
- }>;
1097
- blsToExecutionChanges: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1098
- message: import("@chainsafe/ssz").ContainerType<{
1099
- validatorIndex: import("@chainsafe/ssz").UintNumberType;
1100
- fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
1101
- toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
1102
- }>;
1103
- signature: import("@chainsafe/ssz").ByteVectorType;
1104
- }>>;
1105
- signedExecutionPayloadBid: import("@chainsafe/ssz").ContainerType<{
1106
- message: import("@chainsafe/ssz").ContainerType<{
1107
- parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
1108
- parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1109
- blockHash: import("@chainsafe/ssz").ByteVectorType;
1110
- prevRandao: import("@chainsafe/ssz").ByteVectorType;
1111
- feeRecipient: import("@lodestar/types").ExecutionAddressType;
1112
- gasLimit: import("@chainsafe/ssz").UintNumberType;
1113
- builderIndex: import("@chainsafe/ssz").UintNumberType;
1114
- slot: import("@chainsafe/ssz").UintNumberType;
1115
- value: import("@chainsafe/ssz").UintNumberType;
1116
- executionPayment: import("@chainsafe/ssz").UintNumberType;
1117
- blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
1118
- executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
1119
- }>;
1120
- signature: import("@chainsafe/ssz").ByteVectorType;
1121
- }>;
1122
- payloadAttestations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1123
- aggregationBits: import("@chainsafe/ssz").BitVectorType;
1124
- data: import("@chainsafe/ssz").ContainerType<{
1125
- beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
1126
- slot: import("@chainsafe/ssz").UintNumberType;
1127
- payloadPresent: import("@chainsafe/ssz").BooleanType;
1128
- blobDataAvailable: import("@chainsafe/ssz").BooleanType;
1129
- }>;
1130
- signature: import("@chainsafe/ssz").ByteVectorType;
1131
- }>>;
1132
- parentExecutionRequests: import("@chainsafe/ssz").ContainerType<{
1133
- deposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1134
- pubkey: import("@chainsafe/ssz").ByteVectorType;
1135
- withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
1136
- amount: import("@chainsafe/ssz").UintNumberType;
1137
- signature: import("@chainsafe/ssz").ByteVectorType;
1138
- index: import("@chainsafe/ssz").UintBigintType;
1139
- }>>;
1140
- withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1141
- sourceAddress: import("@lodestar/types").ExecutionAddressType;
1142
- validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
1143
- amount: import("@chainsafe/ssz").UintBigintType;
1144
- }>>;
1145
- consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1146
- sourceAddress: import("@lodestar/types").ExecutionAddressType;
1147
- sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
1148
- targetPubkey: import("@chainsafe/ssz").ByteVectorType;
1149
- }>>;
1150
- builderDeposits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1151
- pubkey: import("@chainsafe/ssz").ByteVectorType;
1152
- withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
1153
- amount: import("@chainsafe/ssz").UintNumberType;
1154
- signature: import("@chainsafe/ssz").ByteVectorType;
1155
- }>>;
1156
- builderExits: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
1157
- sourceAddress: import("@lodestar/types").ExecutionAddressType;
1158
- pubkey: import("@chainsafe/ssz").ByteVectorType;
1159
- }>>;
1160
- }>;
1161
- }>;
1162
- }>;
1163
- signature: import("@chainsafe/ssz").ByteVectorType;
1164
407
  }> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
1165
408
  index: import("@chainsafe/ssz").UintNumberType;
1166
409
  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;AA+BD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2ClD;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,CA0D9G;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,CA4DhD;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,CAkB9E,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;AA+BD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2ClD;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,CA0D9G;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,CA4DhD;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,CAkB9E,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.44.0-rc.3",
14
+ "version": "1.44.0",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -134,17 +134,17 @@
134
134
  "@libp2p/peer-id": "^6.0.4",
135
135
  "@libp2p/prometheus-metrics": "^5.0.14",
136
136
  "@libp2p/tcp": "^11.0.13",
137
- "@lodestar/api": "^1.44.0-rc.3",
138
- "@lodestar/config": "^1.44.0-rc.3",
139
- "@lodestar/db": "^1.44.0-rc.3",
140
- "@lodestar/fork-choice": "^1.44.0-rc.3",
141
- "@lodestar/logger": "^1.44.0-rc.3",
142
- "@lodestar/params": "^1.44.0-rc.3",
143
- "@lodestar/reqresp": "^1.44.0-rc.3",
144
- "@lodestar/state-transition": "^1.44.0-rc.3",
145
- "@lodestar/types": "^1.44.0-rc.3",
146
- "@lodestar/utils": "^1.44.0-rc.3",
147
- "@lodestar/validator": "^1.44.0-rc.3",
137
+ "@lodestar/api": "^1.44.0",
138
+ "@lodestar/config": "^1.44.0",
139
+ "@lodestar/db": "^1.44.0",
140
+ "@lodestar/fork-choice": "^1.44.0",
141
+ "@lodestar/logger": "^1.44.0",
142
+ "@lodestar/params": "^1.44.0",
143
+ "@lodestar/reqresp": "^1.44.0",
144
+ "@lodestar/state-transition": "^1.44.0",
145
+ "@lodestar/types": "^1.44.0",
146
+ "@lodestar/utils": "^1.44.0",
147
+ "@lodestar/validator": "^1.44.0",
148
148
  "@multiformats/multiaddr": "^13.0.1",
149
149
  "datastore-core": "^11.0.2",
150
150
  "datastore-fs": "^11.0.2",
@@ -167,7 +167,7 @@
167
167
  "@libp2p/interface-internal": "^3.0.13",
168
168
  "@libp2p/logger": "^6.2.2",
169
169
  "@libp2p/utils": "^7.0.13",
170
- "@lodestar/spec-test-util": "^1.44.0-rc.3",
170
+ "@lodestar/spec-test-util": "^1.44.0",
171
171
  "@types/js-yaml": "^4.0.5",
172
172
  "@types/qs": "^6.9.7",
173
173
  "@types/tmp": "^0.2.3",
@@ -184,5 +184,5 @@
184
184
  "beacon",
185
185
  "blockchain"
186
186
  ],
187
- "gitHead": "c18bc190ee01fa97aed50b2c6c1edd11bd6a0595"
187
+ "gitHead": "e3d733b7b5107122ff90fc89021a9ab404198c39"
188
188
  }