@lodestar/light-client 1.43.0-rc.1 → 1.43.0-rc.5
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/dist/lightclient.min.d.mts +19 -15
- package/dist/lightclient.min.mjs +12 -12
- package/package.json +9 -9
|
@@ -2920,6 +2920,13 @@ declare const BeaconBlockHeaderBigint: ContainerType<{
|
|
|
2920
2920
|
|
|
2921
2921
|
declare type BeaconBlockHeaderBigint_2 = ValueOf<typeof ssz_2.BeaconBlockHeaderBigint>;
|
|
2922
2922
|
|
|
2923
|
+
declare const BeaconBlocksByHeadRequest: ContainerType<{
|
|
2924
|
+
beaconRoot: ByteVectorType;
|
|
2925
|
+
count: UintNumberType;
|
|
2926
|
+
}>;
|
|
2927
|
+
|
|
2928
|
+
declare type BeaconBlocksByHeadRequest_2 = ValueOf<typeof ssz_8.BeaconBlocksByHeadRequest>;
|
|
2929
|
+
|
|
2923
2930
|
declare const BeaconBlocksByRangeRequest: ContainerType<{
|
|
2924
2931
|
startSlot: UintNumberType;
|
|
2925
2932
|
count: UintNumberType;
|
|
@@ -6437,12 +6444,6 @@ declare interface CompactMultiProof {
|
|
|
6437
6444
|
descriptor: Uint8Array;
|
|
6438
6445
|
}
|
|
6439
6446
|
|
|
6440
|
-
declare interface CompactMultiProof_2 {
|
|
6441
|
-
type: ProofType_2.compactMulti;
|
|
6442
|
-
leaves: Uint8Array[];
|
|
6443
|
-
descriptor: Uint8Array;
|
|
6444
|
-
}
|
|
6445
|
-
|
|
6446
6447
|
declare interface CompactMultiProofInput {
|
|
6447
6448
|
type: ProofType.compactMulti;
|
|
6448
6449
|
descriptor: Uint8Array;
|
|
@@ -7399,7 +7400,7 @@ declare type Endpoints_13 = {
|
|
|
7399
7400
|
query: {
|
|
7400
7401
|
format: string;
|
|
7401
7402
|
};
|
|
7402
|
-
},
|
|
7403
|
+
}, CompactMultiProof, VersionMeta>;
|
|
7403
7404
|
/**
|
|
7404
7405
|
* Returns a multiproof of `descriptor` at the requested `blockId`.
|
|
7405
7406
|
* The requested `blockId` may not be available. Regular nodes only keep recent states in memory.
|
|
@@ -7414,7 +7415,7 @@ declare type Endpoints_13 = {
|
|
|
7414
7415
|
query: {
|
|
7415
7416
|
format: string;
|
|
7416
7417
|
};
|
|
7417
|
-
},
|
|
7418
|
+
}, CompactMultiProof, VersionMeta>;
|
|
7418
7419
|
};
|
|
7419
7420
|
|
|
7420
7421
|
declare type Endpoints_14 = {
|
|
@@ -12799,13 +12800,6 @@ declare enum ProofType {
|
|
|
12799
12800
|
compactMulti = "compactMulti"
|
|
12800
12801
|
}
|
|
12801
12802
|
|
|
12802
|
-
declare enum ProofType_2 {
|
|
12803
|
-
single = "single",
|
|
12804
|
-
treeOffset = "treeOffset",
|
|
12805
|
-
multi = "multi",
|
|
12806
|
-
compactMulti = "compactMulti"
|
|
12807
|
-
}
|
|
12808
|
-
|
|
12809
12803
|
declare type ProposerDuty = ValueOf<typeof ProposerDutyType>;
|
|
12810
12804
|
|
|
12811
12805
|
declare type ProposerDutyList = ValueOf<typeof ProposerDutyListType>;
|
|
@@ -16412,6 +16406,7 @@ declare namespace ssz_8 {
|
|
|
16412
16406
|
MatrixEntry,
|
|
16413
16407
|
DataColumnsByRootIdentifier,
|
|
16414
16408
|
DataColumnSidecarsByRangeRequest,
|
|
16409
|
+
BeaconBlocksByHeadRequest,
|
|
16415
16410
|
BeaconBlock_13 as BeaconBlock,
|
|
16416
16411
|
SignedBeaconBlock_13 as SignedBeaconBlock,
|
|
16417
16412
|
BlobsBundle_3 as BlobsBundle,
|
|
@@ -17264,6 +17259,7 @@ declare namespace ts_7 {
|
|
|
17264
17259
|
ProposerLookahead_2 as ProposerLookahead,
|
|
17265
17260
|
DataColumnsByRootIdentifier_2 as DataColumnsByRootIdentifier,
|
|
17266
17261
|
DataColumnSidecarsByRangeRequest_2 as DataColumnSidecarsByRangeRequest,
|
|
17262
|
+
BeaconBlocksByHeadRequest_2 as BeaconBlocksByHeadRequest,
|
|
17267
17263
|
BeaconBlock_14 as BeaconBlock,
|
|
17268
17264
|
SignedBeaconBlock_14 as SignedBeaconBlock,
|
|
17269
17265
|
BeaconState_14 as BeaconState,
|
|
@@ -29840,6 +29836,10 @@ declare const typesByFork: {
|
|
|
29840
29836
|
count: UintNumberType;
|
|
29841
29837
|
columns: ListBasicType<UintNumberType>;
|
|
29842
29838
|
}>;
|
|
29839
|
+
BeaconBlocksByHeadRequest: ContainerType<{
|
|
29840
|
+
beaconRoot: ByteVectorType;
|
|
29841
|
+
count: UintNumberType;
|
|
29842
|
+
}>;
|
|
29843
29843
|
BeaconBlock: ContainerType<{
|
|
29844
29844
|
slot: UintNumberType;
|
|
29845
29845
|
proposerIndex: UintNumberType;
|
|
@@ -32297,6 +32297,10 @@ declare const typesByFork: {
|
|
|
32297
32297
|
count: UintNumberType;
|
|
32298
32298
|
columns: ListBasicType<UintNumberType>;
|
|
32299
32299
|
}>;
|
|
32300
|
+
BeaconBlocksByHeadRequest: ContainerType<{
|
|
32301
|
+
beaconRoot: ByteVectorType;
|
|
32302
|
+
count: UintNumberType;
|
|
32303
|
+
}>;
|
|
32300
32304
|
BlobsBundle: ContainerType<{
|
|
32301
32305
|
commitments: ListCompositeType<ByteVectorType>;
|
|
32302
32306
|
proofs: ListCompositeType<ByteVectorType>;
|