@lodestar/types 1.46.0-dev.e00bf67333 → 1.46.0-dev.eabf12abae
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/altair/sszTypes.d.ts +5 -5
- package/lib/bellatrix/sszTypes.d.ts +8 -8
- package/lib/capella/sszTypes.d.ts +8 -8
- package/lib/deneb/sszTypes.d.ts +10 -10
- package/lib/electra/sszTypes.d.ts +14 -14
- package/lib/electra/sszTypes.d.ts.map +1 -1
- package/lib/electra/sszTypes.js +2 -2
- package/lib/electra/sszTypes.js.map +1 -1
- package/lib/fulu/sszTypes.d.ts +7 -7
- package/lib/gloas/sszTypes.d.ts +26 -26
- package/lib/gloas/sszTypes.d.ts.map +1 -1
- package/lib/gloas/sszTypes.js +12 -4
- package/lib/gloas/sszTypes.js.map +1 -1
- package/lib/heze/index.d.ts +5 -0
- package/lib/heze/index.d.ts.map +1 -0
- package/lib/heze/index.js +5 -0
- package/lib/heze/index.js.map +1 -0
- package/lib/heze/sszTypes.d.ts +1007 -0
- package/lib/heze/sszTypes.d.ts.map +1 -0
- package/lib/heze/sszTypes.js +67 -0
- package/lib/heze/sszTypes.js.map +1 -0
- package/lib/heze/types.d.ts +15 -0
- package/lib/heze/types.d.ts.map +1 -0
- package/lib/heze/types.js +2 -0
- package/lib/heze/types.js.map +1 -0
- package/lib/phase0/sszTypes.d.ts +7 -7
- package/lib/phase0/sszTypes.d.ts.map +1 -1
- package/lib/phase0/sszTypes.js +2 -1
- package/lib/phase0/sszTypes.js.map +1 -1
- package/lib/phase0/validator.d.ts.map +1 -1
- package/lib/phase0/validator.js.map +1 -1
- package/lib/sszTypes.d.ts +10518 -4250
- package/lib/sszTypes.d.ts.map +1 -1
- package/lib/sszTypes.js +13 -0
- package/lib/sszTypes.js.map +1 -1
- package/lib/types.d.ts +43 -0
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js +2 -2
- package/lib/types.js.map +1 -1
- package/lib/utils/array.js.map +1 -1
- package/lib/utils/container.js.map +1 -1
- package/lib/utils/executionAddress.js.map +1 -1
- package/lib/utils/stringType.js.map +1 -1
- package/lib/utils/typeguards.js.map +1 -1
- package/lib/utils/validatorStatus.js.map +1 -1
- package/package.json +5 -5
- package/src/electra/sszTypes.ts +2 -1
- package/src/gloas/sszTypes.ts +12 -4
- package/src/heze/index.ts +5 -0
- package/src/heze/sszTypes.ts +128 -0
- package/src/heze/types.ts +17 -0
- package/src/phase0/sszTypes.ts +2 -1
- package/src/sszTypes.ts +13 -0
- package/src/types.ts +43 -0
package/lib/altair/sszTypes.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
63
63
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
64
64
|
eth1Data: ContainerType<{
|
|
65
65
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
66
|
-
depositCount: import("@chainsafe/ssz").
|
|
66
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
67
67
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
68
68
|
}>;
|
|
69
69
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -172,7 +172,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
172
172
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
173
173
|
eth1Data: ContainerType<{
|
|
174
174
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
175
|
-
depositCount: import("@chainsafe/ssz").
|
|
175
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
176
176
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
177
177
|
}>;
|
|
178
178
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -283,7 +283,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
283
283
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
284
284
|
eth1Data: ContainerType<{
|
|
285
285
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
286
|
-
depositCount: import("@chainsafe/ssz").
|
|
286
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
287
287
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
288
288
|
}>;
|
|
289
289
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -409,12 +409,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
409
409
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
410
410
|
eth1Data: ContainerType<{
|
|
411
411
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
412
|
-
depositCount: import("@chainsafe/ssz").
|
|
412
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
413
413
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
414
414
|
}>;
|
|
415
415
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
416
416
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
417
|
-
depositCount: import("@chainsafe/ssz").
|
|
417
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
418
418
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
419
419
|
}>>;
|
|
420
420
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -62,7 +62,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
62
62
|
randaoReveal: ByteVectorType;
|
|
63
63
|
eth1Data: ContainerType<{
|
|
64
64
|
depositRoot: ByteVectorType;
|
|
65
|
-
depositCount: import("@chainsafe/ssz").
|
|
65
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
66
66
|
blockHash: ByteVectorType;
|
|
67
67
|
}>;
|
|
68
68
|
graffiti: ByteVectorType;
|
|
@@ -187,7 +187,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
187
187
|
randaoReveal: ByteVectorType;
|
|
188
188
|
eth1Data: ContainerType<{
|
|
189
189
|
depositRoot: ByteVectorType;
|
|
190
|
-
depositCount: import("@chainsafe/ssz").
|
|
190
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
191
191
|
blockHash: ByteVectorType;
|
|
192
192
|
}>;
|
|
193
193
|
graffiti: ByteVectorType;
|
|
@@ -314,7 +314,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
314
314
|
randaoReveal: ByteVectorType;
|
|
315
315
|
eth1Data: ContainerType<{
|
|
316
316
|
depositRoot: ByteVectorType;
|
|
317
|
-
depositCount: import("@chainsafe/ssz").
|
|
317
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
318
318
|
blockHash: ByteVectorType;
|
|
319
319
|
}>;
|
|
320
320
|
graffiti: ByteVectorType;
|
|
@@ -459,12 +459,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
459
459
|
historicalRoots: ListCompositeType<ByteVectorType>;
|
|
460
460
|
eth1Data: ContainerType<{
|
|
461
461
|
depositRoot: ByteVectorType;
|
|
462
|
-
depositCount: import("@chainsafe/ssz").
|
|
462
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
463
463
|
blockHash: ByteVectorType;
|
|
464
464
|
}>;
|
|
465
465
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
466
466
|
depositRoot: ByteVectorType;
|
|
467
|
-
depositCount: import("@chainsafe/ssz").
|
|
467
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
468
468
|
blockHash: ByteVectorType;
|
|
469
469
|
}>>;
|
|
470
470
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -517,7 +517,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
517
517
|
randaoReveal: ByteVectorType;
|
|
518
518
|
eth1Data: ContainerType<{
|
|
519
519
|
depositRoot: ByteVectorType;
|
|
520
|
-
depositCount: import("@chainsafe/ssz").
|
|
520
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
521
521
|
blockHash: ByteVectorType;
|
|
522
522
|
}>;
|
|
523
523
|
graffiti: ByteVectorType;
|
|
@@ -642,7 +642,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
642
642
|
randaoReveal: ByteVectorType;
|
|
643
643
|
eth1Data: ContainerType<{
|
|
644
644
|
depositRoot: ByteVectorType;
|
|
645
|
-
depositCount: import("@chainsafe/ssz").
|
|
645
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
646
646
|
blockHash: ByteVectorType;
|
|
647
647
|
}>;
|
|
648
648
|
graffiti: ByteVectorType;
|
|
@@ -769,7 +769,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
769
769
|
randaoReveal: ByteVectorType;
|
|
770
770
|
eth1Data: ContainerType<{
|
|
771
771
|
depositRoot: ByteVectorType;
|
|
772
|
-
depositCount: import("@chainsafe/ssz").
|
|
772
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
773
773
|
blockHash: ByteVectorType;
|
|
774
774
|
}>;
|
|
775
775
|
graffiti: ByteVectorType;
|
|
@@ -76,7 +76,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
76
76
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
77
77
|
eth1Data: ContainerType<{
|
|
78
78
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
79
|
-
depositCount: import("@chainsafe/ssz").
|
|
79
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
80
80
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
81
81
|
}>;
|
|
82
82
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -215,7 +215,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
215
215
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
216
216
|
eth1Data: ContainerType<{
|
|
217
217
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
218
|
-
depositCount: import("@chainsafe/ssz").
|
|
218
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
219
219
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
220
220
|
}>;
|
|
221
221
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -356,7 +356,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
356
356
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
357
357
|
eth1Data: ContainerType<{
|
|
358
358
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
359
|
-
depositCount: import("@chainsafe/ssz").
|
|
359
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
360
360
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
361
361
|
}>;
|
|
362
362
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -563,12 +563,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
563
563
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
564
564
|
eth1Data: ContainerType<{
|
|
565
565
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
566
|
-
depositCount: import("@chainsafe/ssz").
|
|
566
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
567
567
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
568
568
|
}>;
|
|
569
569
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
570
570
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
571
|
-
depositCount: import("@chainsafe/ssz").
|
|
571
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
572
572
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
573
573
|
}>>;
|
|
574
574
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -628,7 +628,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
628
628
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
629
629
|
eth1Data: ContainerType<{
|
|
630
630
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
631
|
-
depositCount: import("@chainsafe/ssz").
|
|
631
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
632
632
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
633
633
|
}>;
|
|
634
634
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -762,7 +762,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
762
762
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
763
763
|
eth1Data: ContainerType<{
|
|
764
764
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
765
|
-
depositCount: import("@chainsafe/ssz").
|
|
765
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
766
766
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
767
767
|
}>;
|
|
768
768
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -898,7 +898,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
898
898
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
899
899
|
eth1Data: ContainerType<{
|
|
900
900
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
901
|
-
depositCount: import("@chainsafe/ssz").
|
|
901
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
902
902
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
903
903
|
}>;
|
|
904
904
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
package/lib/deneb/sszTypes.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
66
66
|
randaoReveal: ByteVectorType;
|
|
67
67
|
eth1Data: ContainerType<{
|
|
68
68
|
depositRoot: ByteVectorType;
|
|
69
|
-
depositCount: import("@chainsafe/ssz").
|
|
69
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
70
70
|
blockHash: ByteVectorType;
|
|
71
71
|
}>;
|
|
72
72
|
graffiti: ByteVectorType;
|
|
@@ -208,7 +208,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
208
208
|
randaoReveal: ByteVectorType;
|
|
209
209
|
eth1Data: ContainerType<{
|
|
210
210
|
depositRoot: ByteVectorType;
|
|
211
|
-
depositCount: import("@chainsafe/ssz").
|
|
211
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
212
212
|
blockHash: ByteVectorType;
|
|
213
213
|
}>;
|
|
214
214
|
graffiti: ByteVectorType;
|
|
@@ -352,7 +352,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
352
352
|
randaoReveal: ByteVectorType;
|
|
353
353
|
eth1Data: ContainerType<{
|
|
354
354
|
depositRoot: ByteVectorType;
|
|
355
|
-
depositCount: import("@chainsafe/ssz").
|
|
355
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
356
356
|
blockHash: ByteVectorType;
|
|
357
357
|
}>;
|
|
358
358
|
graffiti: ByteVectorType;
|
|
@@ -532,7 +532,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
532
532
|
randaoReveal: ByteVectorType;
|
|
533
533
|
eth1Data: ContainerType<{
|
|
534
534
|
depositRoot: ByteVectorType;
|
|
535
|
-
depositCount: import("@chainsafe/ssz").
|
|
535
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
536
536
|
blockHash: ByteVectorType;
|
|
537
537
|
}>;
|
|
538
538
|
graffiti: ByteVectorType;
|
|
@@ -669,7 +669,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
669
669
|
randaoReveal: ByteVectorType;
|
|
670
670
|
eth1Data: ContainerType<{
|
|
671
671
|
depositRoot: ByteVectorType;
|
|
672
|
-
depositCount: import("@chainsafe/ssz").
|
|
672
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
673
673
|
blockHash: ByteVectorType;
|
|
674
674
|
}>;
|
|
675
675
|
graffiti: ByteVectorType;
|
|
@@ -808,7 +808,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
808
808
|
randaoReveal: ByteVectorType;
|
|
809
809
|
eth1Data: ContainerType<{
|
|
810
810
|
depositRoot: ByteVectorType;
|
|
811
|
-
depositCount: import("@chainsafe/ssz").
|
|
811
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
812
812
|
blockHash: ByteVectorType;
|
|
813
813
|
}>;
|
|
814
814
|
graffiti: ByteVectorType;
|
|
@@ -1042,12 +1042,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
1042
1042
|
historicalRoots: ListCompositeType<ByteVectorType>;
|
|
1043
1043
|
eth1Data: ContainerType<{
|
|
1044
1044
|
depositRoot: ByteVectorType;
|
|
1045
|
-
depositCount: import("@chainsafe/ssz").
|
|
1045
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1046
1046
|
blockHash: ByteVectorType;
|
|
1047
1047
|
}>;
|
|
1048
1048
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
1049
1049
|
depositRoot: ByteVectorType;
|
|
1050
|
-
depositCount: import("@chainsafe/ssz").
|
|
1050
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1051
1051
|
blockHash: ByteVectorType;
|
|
1052
1052
|
}>>;
|
|
1053
1053
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1493,7 +1493,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
1493
1493
|
randaoReveal: ByteVectorType;
|
|
1494
1494
|
eth1Data: ContainerType<{
|
|
1495
1495
|
depositRoot: ByteVectorType;
|
|
1496
|
-
depositCount: import("@chainsafe/ssz").
|
|
1496
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1497
1497
|
blockHash: ByteVectorType;
|
|
1498
1498
|
}>;
|
|
1499
1499
|
graffiti: ByteVectorType;
|
|
@@ -1641,7 +1641,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
1641
1641
|
randaoReveal: ByteVectorType;
|
|
1642
1642
|
eth1Data: ContainerType<{
|
|
1643
1643
|
depositRoot: ByteVectorType;
|
|
1644
|
-
depositCount: import("@chainsafe/ssz").
|
|
1644
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1645
1645
|
blockHash: ByteVectorType;
|
|
1646
1646
|
}>;
|
|
1647
1647
|
graffiti: ByteVectorType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BitListType, BitVectorType, ContainerType, ListBasicType, ListCompositeType, VectorCompositeType } from "@chainsafe/ssz";
|
|
1
|
+
import { BitListType, BitVectorType, ContainerNodeStructType, ContainerType, ListBasicType, ListCompositeType, VectorCompositeType } from "@chainsafe/ssz";
|
|
2
2
|
export declare const CurrentSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3
3
|
export declare const FinalityBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
4
4
|
export declare const NextSyncCommitteeBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
@@ -259,7 +259,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
259
259
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
260
260
|
eth1Data: ContainerType<{
|
|
261
261
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
262
|
-
depositCount: import("@chainsafe/ssz").
|
|
262
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
263
263
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
264
264
|
}>;
|
|
265
265
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -421,7 +421,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
421
421
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
422
422
|
eth1Data: ContainerType<{
|
|
423
423
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
424
|
-
depositCount: import("@chainsafe/ssz").
|
|
424
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
425
425
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
426
426
|
}>;
|
|
427
427
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -585,7 +585,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
585
585
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
586
586
|
eth1Data: ContainerType<{
|
|
587
587
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
588
|
-
depositCount: import("@chainsafe/ssz").
|
|
588
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
589
589
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
590
590
|
}>;
|
|
591
591
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -745,7 +745,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
745
745
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
746
746
|
eth1Data: ContainerType<{
|
|
747
747
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
748
|
-
depositCount: import("@chainsafe/ssz").
|
|
748
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
749
749
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
750
750
|
}>;
|
|
751
751
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -902,7 +902,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
902
902
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
903
903
|
eth1Data: ContainerType<{
|
|
904
904
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
905
|
-
depositCount: import("@chainsafe/ssz").
|
|
905
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
906
906
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
907
907
|
}>;
|
|
908
908
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1061,7 +1061,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
1061
1061
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1062
1062
|
eth1Data: ContainerType<{
|
|
1063
1063
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1064
|
-
depositCount: import("@chainsafe/ssz").
|
|
1064
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1065
1065
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1066
1066
|
}>;
|
|
1067
1067
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1301,14 +1301,14 @@ export declare const SignedBuilderBid: ContainerType<{
|
|
|
1301
1301
|
}>;
|
|
1302
1302
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1303
1303
|
}>;
|
|
1304
|
-
export declare const PendingDeposit:
|
|
1304
|
+
export declare const PendingDeposit: ContainerNodeStructType<{
|
|
1305
1305
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1306
1306
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1307
1307
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
1308
1308
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1309
1309
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1310
1310
|
}>;
|
|
1311
|
-
export declare const PendingDeposits: ListCompositeType<
|
|
1311
|
+
export declare const PendingDeposits: ListCompositeType<ContainerNodeStructType<{
|
|
1312
1312
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1313
1313
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1314
1314
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1354,12 +1354,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
1354
1354
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1355
1355
|
eth1Data: ContainerType<{
|
|
1356
1356
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1357
|
-
depositCount: import("@chainsafe/ssz").
|
|
1357
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1358
1358
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1359
1359
|
}>;
|
|
1360
1360
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
1361
1361
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1362
|
-
depositCount: import("@chainsafe/ssz").
|
|
1362
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1363
1363
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1364
1364
|
}>>;
|
|
1365
1365
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1422,7 +1422,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
1422
1422
|
earliestExitEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
1423
1423
|
consolidationBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
|
|
1424
1424
|
earliestConsolidationEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
1425
|
-
pendingDeposits: ListCompositeType<
|
|
1425
|
+
pendingDeposits: ListCompositeType<ContainerNodeStructType<{
|
|
1426
1426
|
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1427
1427
|
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1428
1428
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1798,7 +1798,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
1798
1798
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1799
1799
|
eth1Data: ContainerType<{
|
|
1800
1800
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1801
|
-
depositCount: import("@chainsafe/ssz").
|
|
1801
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1802
1802
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1803
1803
|
}>;
|
|
1804
1804
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1966,7 +1966,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
1966
1966
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1967
1967
|
eth1Data: ContainerType<{
|
|
1968
1968
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1969
|
-
depositCount: import("@chainsafe/ssz").
|
|
1969
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1970
1970
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1971
1971
|
}>;
|
|
1972
1972
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sszTypes.d.ts","sourceRoot":"","sources":["../../src/electra/sszTypes.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sszTypes.d.ts","sourceRoot":"","sources":["../../src/electra/sszTypes.ts"],"names":[],"mappings":"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"}
|
package/lib/electra/sszTypes.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BitListType, BitVectorType, ContainerType, ListBasicType, ListCompositeType, VectorCompositeType, } from "@chainsafe/ssz";
|
|
1
|
+
import { BitListType, BitVectorType, ContainerNodeStructType, ContainerType, ListBasicType, ListCompositeType, VectorCompositeType, } from "@chainsafe/ssz";
|
|
2
2
|
import { CURRENT_SYNC_COMMITTEE_DEPTH_ELECTRA, EPOCHS_PER_SYNC_COMMITTEE_PERIOD, FINALIZED_ROOT_DEPTH_ELECTRA, HISTORICAL_ROOTS_LIMIT, MAX_ATTESTATIONS_ELECTRA, MAX_ATTESTER_SLASHINGS_ELECTRA, MAX_COMMITTEES_PER_SLOT, MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD, MAX_DEPOSIT_REQUESTS_PER_PAYLOAD, MAX_VALIDATORS_PER_COMMITTEE, MAX_WITHDRAWAL_REQUESTS_PER_PAYLOAD, NEXT_SYNC_COMMITTEE_DEPTH_ELECTRA, PENDING_CONSOLIDATIONS_LIMIT, PENDING_DEPOSITS_LIMIT, PENDING_PARTIAL_WITHDRAWALS_LIMIT, SLOTS_PER_EPOCH, } from "@lodestar/params";
|
|
3
3
|
import { ssz as altairSsz } from "../altair/index.js";
|
|
4
4
|
import { ssz as bellatrixSsz } from "../bellatrix/index.js";
|
|
@@ -140,7 +140,7 @@ export const SignedBuilderBid = new ContainerType({
|
|
|
140
140
|
message: BuilderBid,
|
|
141
141
|
signature: BLSSignature,
|
|
142
142
|
}, { typeName: "SignedBuilderBid", jsonCase: "eth2" });
|
|
143
|
-
export const PendingDeposit = new
|
|
143
|
+
export const PendingDeposit = new ContainerNodeStructType({
|
|
144
144
|
pubkey: BLSPubkey,
|
|
145
145
|
withdrawalCredentials: Bytes32,
|
|
146
146
|
// this is actually gwei uintbn64 type, but super unlikely to get a high amount here
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/electra/sszTypes.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/electra/sszTypes.ts"],"names":[],"mappings":"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"}
|
package/lib/fulu/sszTypes.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
84
84
|
randaoReveal: ByteVectorType;
|
|
85
85
|
eth1Data: ContainerType<{
|
|
86
86
|
depositRoot: ByteVectorType;
|
|
87
|
-
depositCount: import("@chainsafe/ssz").
|
|
87
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
88
88
|
blockHash: ByteVectorType;
|
|
89
89
|
}>;
|
|
90
90
|
graffiti: ByteVectorType;
|
|
@@ -248,7 +248,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
248
248
|
randaoReveal: ByteVectorType;
|
|
249
249
|
eth1Data: ContainerType<{
|
|
250
250
|
depositRoot: ByteVectorType;
|
|
251
|
-
depositCount: import("@chainsafe/ssz").
|
|
251
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
252
252
|
blockHash: ByteVectorType;
|
|
253
253
|
}>;
|
|
254
254
|
graffiti: ByteVectorType;
|
|
@@ -461,12 +461,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
461
461
|
historicalRoots: ListCompositeType<ByteVectorType>;
|
|
462
462
|
eth1Data: ContainerType<{
|
|
463
463
|
depositRoot: ByteVectorType;
|
|
464
|
-
depositCount: import("@chainsafe/ssz").
|
|
464
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
465
465
|
blockHash: ByteVectorType;
|
|
466
466
|
}>;
|
|
467
467
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
468
468
|
depositRoot: ByteVectorType;
|
|
469
|
-
depositCount: import("@chainsafe/ssz").
|
|
469
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
470
470
|
blockHash: ByteVectorType;
|
|
471
471
|
}>>;
|
|
472
472
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -529,7 +529,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
529
529
|
earliestExitEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
530
530
|
consolidationBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
|
|
531
531
|
earliestConsolidationEpoch: import("@chainsafe/ssz").UintNumberType;
|
|
532
|
-
pendingDeposits: ListCompositeType<
|
|
532
|
+
pendingDeposits: ListCompositeType<import("@chainsafe/ssz").ContainerNodeStructType<{
|
|
533
533
|
pubkey: ByteVectorType;
|
|
534
534
|
withdrawalCredentials: ByteVectorType;
|
|
535
535
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -557,7 +557,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
557
557
|
randaoReveal: ByteVectorType;
|
|
558
558
|
eth1Data: ContainerType<{
|
|
559
559
|
depositRoot: ByteVectorType;
|
|
560
|
-
depositCount: import("@chainsafe/ssz").
|
|
560
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
561
561
|
blockHash: ByteVectorType;
|
|
562
562
|
}>;
|
|
563
563
|
graffiti: ByteVectorType;
|
|
@@ -725,7 +725,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
725
725
|
randaoReveal: ByteVectorType;
|
|
726
726
|
eth1Data: ContainerType<{
|
|
727
727
|
depositRoot: ByteVectorType;
|
|
728
|
-
depositCount: import("@chainsafe/ssz").
|
|
728
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
729
729
|
blockHash: ByteVectorType;
|
|
730
730
|
}>;
|
|
731
731
|
graffiti: ByteVectorType;
|