@lodestar/beacon-node 1.27.1 → 1.28.0-dev.096ceddf29
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.
- package/lib/api/impl/beacon/pool/index.js +10 -3
- package/lib/api/impl/beacon/pool/index.js.map +1 -1
- package/lib/api/impl/beacon/state/index.js +25 -1
- package/lib/api/impl/beacon/state/index.js.map +1 -1
- package/lib/api/impl/config/constants.d.ts +13 -13
- package/lib/api/rest/activeSockets.d.ts +0 -1
- package/lib/api/rest/base.js +3 -2
- package/lib/api/rest/base.js.map +1 -1
- package/lib/api/rest/swaggerUI.d.ts +2 -3
- package/lib/chain/archiver/archiver.d.ts +1 -1
- package/lib/chain/archiver/strategies/frequencyStateArchiveStrategy.d.ts +1 -1
- package/lib/chain/beaconProposerCache.d.ts +1 -1
- package/lib/chain/blocks/importBlock.js +15 -9
- package/lib/chain/blocks/importBlock.js.map +1 -1
- package/lib/chain/blocks/index.js +5 -6
- package/lib/chain/blocks/index.js.map +1 -1
- package/lib/chain/blocks/verifyBlock.js +3 -0
- package/lib/chain/blocks/verifyBlock.js.map +1 -1
- package/lib/chain/chain.d.ts +5 -0
- package/lib/chain/chain.js +18 -3
- package/lib/chain/chain.js.map +1 -1
- package/lib/chain/emitter.d.ts +3 -2
- package/lib/chain/interface.d.ts +1 -0
- package/lib/chain/opPools/attestationPool.d.ts +1 -1
- package/lib/chain/opPools/attestationPool.js +4 -3
- package/lib/chain/opPools/attestationPool.js.map +1 -1
- package/lib/chain/opPools/syncCommitteeMessagePool.d.ts +1 -1
- package/lib/chain/opPools/syncCommitteeMessagePool.js +2 -2
- package/lib/chain/opPools/syncCommitteeMessagePool.js.map +1 -1
- package/lib/chain/regen/regen.d.ts +13 -0
- package/lib/chain/regen/regen.js +31 -4
- package/lib/chain/regen/regen.js.map +1 -1
- package/lib/chain/serializeState.js +12 -5
- package/lib/chain/serializeState.js.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.js +39 -12
- package/lib/chain/stateCache/persistentCheckpointsCache.js.map +1 -1
- package/lib/constants/constants.d.ts +2 -3
- package/lib/db/repositories/backfilledRanges.d.ts +0 -1
- package/lib/db/repositories/block.d.ts +0 -1
- package/lib/db/repositories/blockArchive.d.ts +0 -1
- package/lib/db/repositories/depositDataRoot.d.ts +0 -1
- package/lib/db/repositories/eth1Data.d.ts +0 -1
- package/lib/eth1/eth1DepositDataTracker.js +1 -1
- package/lib/eth1/eth1DepositDataTracker.js.map +1 -1
- package/lib/eth1/provider/jsonRpcHttpClient.d.ts +12 -11
- package/lib/eth1/provider/jwt.d.ts +0 -1
- package/lib/execution/engine/payloadIdCache.d.ts +1 -1
- package/lib/metrics/metrics/lodestar.d.ts +11 -2
- package/lib/metrics/metrics/lodestar.js +17 -2
- package/lib/metrics/metrics/lodestar.js.map +1 -1
- package/lib/network/core/events.d.ts +3 -1
- package/lib/network/discv5/index.d.ts +3 -2
- package/lib/network/events.d.ts +3 -1
- package/lib/network/gossip/constants.d.ts +2 -3
- package/lib/network/gossip/topic.d.ts +538 -6
- package/lib/network/processor/gossipHandlers.js +1 -1
- package/lib/network/processor/gossipHandlers.js.map +1 -1
- package/lib/network/processor/gossipValidatorFn.js +4 -0
- package/lib/network/processor/gossipValidatorFn.js.map +1 -1
- package/lib/node/utils/interop/state.d.ts +1 -2
- package/lib/sync/backfill/backfill.d.ts +3 -2
- package/lib/sync/range/range.d.ts +3 -2
- package/lib/util/bufferPool.d.ts +0 -1
- package/lib/util/clock.d.ts +0 -1
- package/lib/util/graffiti.d.ts +0 -1
- package/lib/util/hex.d.ts +0 -1
- package/lib/util/multifork.d.ts +0 -1
- package/lib/util/workerEvents.d.ts +0 -1
- package/package.json +25 -25
|
@@ -281,7 +281,11 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
281
281
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
282
282
|
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
283
283
|
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
284
|
-
signature: import(
|
|
284
|
+
signature: import(
|
|
285
|
+
/**
|
|
286
|
+
* Stringify a GossipTopic into a spec-ed formated partial topic string
|
|
287
|
+
*/
|
|
288
|
+
"@chainsafe/ssz").ByteVectorType;
|
|
285
289
|
}>;
|
|
286
290
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
287
291
|
}>;
|
|
@@ -517,6 +521,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
517
521
|
}>;
|
|
518
522
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
519
523
|
}>;
|
|
524
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
525
|
+
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
526
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
527
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
528
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
529
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
530
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
531
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
532
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
533
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
534
|
+
}>;
|
|
535
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
536
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
537
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
538
|
+
}>;
|
|
539
|
+
}>;
|
|
540
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
541
|
+
}>;
|
|
542
|
+
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
543
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
544
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
545
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
546
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
547
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
548
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
549
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
550
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
551
|
+
}>;
|
|
552
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
553
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
554
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
555
|
+
}>;
|
|
556
|
+
}>;
|
|
557
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
558
|
+
}>;
|
|
520
559
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
521
560
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
522
561
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -727,6 +766,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
727
766
|
}>;
|
|
728
767
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
729
768
|
}>;
|
|
769
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
770
|
+
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
771
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
772
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
773
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
774
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
775
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
776
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
777
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
778
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
779
|
+
}>;
|
|
780
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
781
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
782
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
783
|
+
}>;
|
|
784
|
+
}>;
|
|
785
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
786
|
+
}>;
|
|
787
|
+
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
788
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
789
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
790
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
791
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
792
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
793
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
794
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
795
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
796
|
+
}>;
|
|
797
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
798
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
799
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
800
|
+
}>;
|
|
801
|
+
}>;
|
|
802
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
803
|
+
}>;
|
|
730
804
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
731
805
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
732
806
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -937,6 +1011,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
937
1011
|
}>;
|
|
938
1012
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
939
1013
|
}>;
|
|
1014
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1015
|
+
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
1016
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1017
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1018
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1019
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1020
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1021
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1022
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1023
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1024
|
+
}>;
|
|
1025
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1026
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1027
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1028
|
+
}>;
|
|
1029
|
+
}>;
|
|
1030
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1031
|
+
}>;
|
|
1032
|
+
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
1033
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1034
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1035
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1036
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1037
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1038
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1039
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1040
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1041
|
+
}>;
|
|
1042
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1043
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1044
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1045
|
+
}>;
|
|
1046
|
+
}>;
|
|
1047
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1048
|
+
}>;
|
|
940
1049
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
941
1050
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
942
1051
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1076,6 +1185,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1076
1185
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1077
1186
|
}>;
|
|
1078
1187
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1188
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1189
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1190
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1191
|
+
aggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1192
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1193
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1194
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1195
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1196
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1197
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1198
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1199
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1200
|
+
}>;
|
|
1201
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1202
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1203
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1204
|
+
}>;
|
|
1205
|
+
}>;
|
|
1206
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1207
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1208
|
+
}>;
|
|
1209
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1210
|
+
}>;
|
|
1211
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1079
1212
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1080
1213
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
1081
1214
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1215,6 +1348,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1215
1348
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1216
1349
|
}>;
|
|
1217
1350
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1351
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1352
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1353
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1354
|
+
aggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1355
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1356
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1357
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1358
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1359
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1360
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1361
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1362
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1363
|
+
}>;
|
|
1364
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1365
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1366
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1367
|
+
}>;
|
|
1368
|
+
}>;
|
|
1369
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1370
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1371
|
+
}>;
|
|
1372
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1373
|
+
}>;
|
|
1374
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1218
1375
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1219
1376
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
1220
1377
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1354,6 +1511,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1354
1511
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1355
1512
|
}>;
|
|
1356
1513
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1514
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1515
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1516
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1517
|
+
aggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1518
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1519
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1520
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1521
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1522
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1523
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1524
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1525
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1526
|
+
}>;
|
|
1527
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1528
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1529
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1530
|
+
}>;
|
|
1531
|
+
}>;
|
|
1532
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1533
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1534
|
+
}>;
|
|
1535
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1536
|
+
}>;
|
|
1537
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1357
1538
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1358
1539
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1359
1540
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1451,6 +1632,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1451
1632
|
}>;
|
|
1452
1633
|
}>;
|
|
1453
1634
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1635
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1636
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1637
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1638
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1639
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1640
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1641
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1642
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1643
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1644
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1645
|
+
}>;
|
|
1646
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1647
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1648
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1649
|
+
}>;
|
|
1650
|
+
}>;
|
|
1651
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1454
1652
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1455
1653
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1456
1654
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1548,6 +1746,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1548
1746
|
}>;
|
|
1549
1747
|
}>;
|
|
1550
1748
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1749
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1750
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1751
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1752
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1753
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1754
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1755
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1756
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1757
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1758
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1759
|
+
}>;
|
|
1760
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1761
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1762
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1763
|
+
}>;
|
|
1764
|
+
}>;
|
|
1765
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1551
1766
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1552
1767
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1553
1768
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1645,6 +1860,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1645
1860
|
}>;
|
|
1646
1861
|
}>;
|
|
1647
1862
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1863
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1864
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1865
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1866
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1867
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1868
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1869
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1870
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1871
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1872
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1873
|
+
}>;
|
|
1874
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1875
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1876
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1877
|
+
}>;
|
|
1878
|
+
}>;
|
|
1879
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1648
1880
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1649
1881
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1650
1882
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1778,7 +2010,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1778
2010
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1779
2011
|
}>;
|
|
1780
2012
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1781
|
-
}
|
|
2013
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1782
2014
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1783
2015
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1784
2016
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1787,13 +2019,33 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1787
2019
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1788
2020
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1789
2021
|
}>;
|
|
2022
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2023
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2024
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2025
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2026
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2027
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2028
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2029
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2030
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2031
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2032
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2033
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2034
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2035
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2036
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2037
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2038
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2039
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2040
|
+
}>;
|
|
2041
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1790
2042
|
}>;
|
|
1791
2043
|
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1792
2044
|
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1793
2045
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1794
2046
|
}>;
|
|
1795
2047
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1796
|
-
}
|
|
2048
|
+
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1797
2049
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1798
2050
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1799
2051
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1817,9 +2069,59 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1817
2069
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1818
2070
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1819
2071
|
}>;
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
2072
|
+
}>;
|
|
2073
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2074
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2075
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2076
|
+
}>;
|
|
2077
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2078
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2079
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2080
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2081
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2082
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2083
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2084
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2085
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2086
|
+
}>;
|
|
2087
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2088
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2089
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2090
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2091
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2092
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2093
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2094
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2095
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2096
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2097
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2098
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2099
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2100
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2101
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2102
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2103
|
+
}>;
|
|
2104
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2105
|
+
}>;
|
|
2106
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2107
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2108
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2109
|
+
}>;
|
|
2110
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2111
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2112
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2113
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2114
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2115
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2116
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2117
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2118
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2119
|
+
}>;
|
|
2120
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2121
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2122
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2123
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2124
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1823
2125
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1824
2126
|
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
1825
2127
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2044,6 +2346,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2044
2346
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2045
2347
|
}>;
|
|
2046
2348
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2349
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
2350
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2351
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2352
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2353
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2354
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2355
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2356
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2357
|
+
}>;
|
|
2358
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2359
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2360
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2361
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2362
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2363
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2364
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2365
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2366
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2367
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2368
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2369
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2370
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2371
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2372
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2373
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2374
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2375
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2376
|
+
}>;
|
|
2377
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2378
|
+
}>;
|
|
2379
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2380
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2381
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2382
|
+
}>;
|
|
2383
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2047
2384
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
2048
2385
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2049
2386
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2285,6 +2622,71 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2285
2622
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2286
2623
|
}>;
|
|
2287
2624
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2625
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
2626
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2627
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2628
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2629
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2630
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2631
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2632
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2633
|
+
}>;
|
|
2634
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2635
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2636
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2637
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2638
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2639
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2640
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2641
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2642
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2643
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2644
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2645
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2646
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2647
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2648
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2649
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2650
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2651
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2652
|
+
}>;
|
|
2653
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2654
|
+
}>;
|
|
2655
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2656
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2657
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2658
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2659
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2660
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2661
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2662
|
+
}>;
|
|
2663
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2664
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2665
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2666
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2667
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2668
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2669
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2670
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2671
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2672
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2673
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2674
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2675
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2676
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2677
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2678
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2679
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2680
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2681
|
+
}>;
|
|
2682
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2683
|
+
}>;
|
|
2684
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2685
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2686
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2687
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2688
|
+
}>;
|
|
2689
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2288
2690
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2289
2691
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2290
2692
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2526,6 +2928,71 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2526
2928
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2527
2929
|
}>;
|
|
2528
2930
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2931
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2932
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2933
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2934
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2935
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2936
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2937
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2938
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2939
|
+
}>;
|
|
2940
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2941
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2942
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2943
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2944
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2945
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2946
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2947
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2948
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2949
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2950
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2951
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2952
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2953
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2954
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2955
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2956
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2957
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2958
|
+
}>;
|
|
2959
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2960
|
+
}>;
|
|
2961
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2962
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2963
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2964
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2965
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2966
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2967
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2968
|
+
}>;
|
|
2969
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2970
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2971
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2972
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2973
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2974
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2975
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2976
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2977
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2978
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2979
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2980
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2981
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2982
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2983
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2984
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2985
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2986
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2987
|
+
}>;
|
|
2988
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2989
|
+
}>;
|
|
2990
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2991
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2992
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2993
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2994
|
+
}>;
|
|
2995
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2529
2996
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
2530
2997
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2531
2998
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2767,6 +3234,71 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2767
3234
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2768
3235
|
}>;
|
|
2769
3236
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
3237
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
3238
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
3239
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
3240
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3241
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3242
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3243
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3244
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3245
|
+
}>;
|
|
3246
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
3247
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
3248
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
3249
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3250
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3251
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3252
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3253
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3254
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3255
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
3256
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
3257
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
3258
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
3259
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
3260
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
3261
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
3262
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
3263
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3264
|
+
}>;
|
|
3265
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3266
|
+
}>;
|
|
3267
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
3268
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
3269
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3270
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3271
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3272
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3273
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3274
|
+
}>;
|
|
3275
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
3276
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
3277
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
3278
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3279
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3280
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3281
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3282
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3283
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3284
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
3285
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
3286
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
3287
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
3288
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
3289
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
3290
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
3291
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
3292
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3293
|
+
}>;
|
|
3294
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3295
|
+
}>;
|
|
3296
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3297
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
3298
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
3299
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
3300
|
+
}>;
|
|
3301
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2770
3302
|
}>>;
|
|
2771
3303
|
/**
|
|
2772
3304
|
* Deserialize a gossip serialized data into an ssz object.
|