@lodestar/types 1.22.0-dev.44b215667e → 1.22.0-dev.4e22884db5

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/sszTypes.js CHANGED
@@ -4,8 +4,9 @@ import { ssz as altair } from "./altair/index.js";
4
4
  import { ssz as bellatrix } from "./bellatrix/index.js";
5
5
  import { ssz as capella } from "./capella/index.js";
6
6
  import { ssz as deneb } from "./deneb/index.js";
7
+ import { ssz as electra } from "./electra/index.js";
7
8
  export * from "./primitive/sszTypes.js";
8
- export { phase0, altair, bellatrix, capella, deneb };
9
+ export { phase0, altair, bellatrix, capella, deneb, electra };
9
10
  /**
10
11
  * Index the ssz types that differ by fork
11
12
  * A record of AllForksSSZTypes indexed by fork
@@ -16,6 +17,7 @@ const typesByFork = {
16
17
  [ForkName.bellatrix]: { ...phase0, ...altair, ...bellatrix },
17
18
  [ForkName.capella]: { ...phase0, ...altair, ...bellatrix, ...capella },
18
19
  [ForkName.deneb]: { ...phase0, ...altair, ...bellatrix, ...capella, ...deneb },
20
+ [ForkName.electra]: { ...phase0, ...altair, ...bellatrix, ...capella, ...deneb, ...electra },
19
21
  };
20
22
  export function sszTypesFor(fork, typeName) {
21
23
  return (typeName === undefined ? typesByFork[fork] : typesByFork[fork][typeName]);
@@ -1 +1 @@
1
- {"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../src/sszTypes.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAC,GAAG,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,GAAG,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,GAAG,IAAI,SAAS,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAC,GAAG,IAAI,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAC,GAAG,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAE9C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAC,CAAC;AAEnD;;;GAGG;AACH,MAAM,WAAW,GAAG;IAClB,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAC,GAAG,MAAM,EAAC;IAC9B,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAC;IACzC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAC;IAC1D,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAE,GAAG,OAAO,EAAC;IACpE,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAE,GAAG,OAAO,EAAE,GAAG,KAAK,EAAC;CAC7E,CAAC;AA4BF,MAAM,UAAU,WAAW,CACzB,IAAO,EACP,QAAY;IAEZ,OAAO,CACL,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,QAAmC,CAAC,CAC/E,CAAC;AACzB,CAAC"}
1
+ {"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../src/sszTypes.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAC,GAAG,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,GAAG,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,GAAG,IAAI,SAAS,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAC,GAAG,IAAI,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAC,GAAG,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAC,GAAG,IAAI,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAElD,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAC,CAAC;AAE5D;;;GAGG;AACH,MAAM,WAAW,GAAG;IAClB,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAC,GAAG,MAAM,EAAC;IAC9B,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAC;IACzC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAC;IAC1D,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAE,GAAG,OAAO,EAAC;IACpE,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAE,GAAG,OAAO,EAAE,GAAG,KAAK,EAAC;IAC5E,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,EAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,EAAE,GAAG,OAAO,EAAE,GAAG,KAAK,EAAE,GAAG,OAAO,EAAC;CAC3F,CAAC;AA4BF,MAAM,UAAU,WAAW,CACzB,IAAO,EACP,QAAY;IAEZ,OAAO,CACL,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,QAAmC,CAAC,CAC/E,CAAC;AACzB,CAAC"}
package/lib/types.d.ts CHANGED
@@ -4,6 +4,7 @@ import { ts as altair } from "./altair/index.js";
4
4
  import { ts as bellatrix } from "./bellatrix/index.js";
5
5
  import { ts as capella } from "./capella/index.js";
6
6
  import { ts as deneb } from "./deneb/index.js";
7
+ import { ts as electra } from "./electra/index.js";
7
8
  import { Slot } from "./primitive/types.js";
8
9
  export * from "./primitive/types.js";
9
10
  export { ts as phase0 } from "./phase0/index.js";
@@ -11,6 +12,7 @@ export { ts as altair } from "./altair/index.js";
11
12
  export { ts as bellatrix } from "./bellatrix/index.js";
12
13
  export { ts as capella } from "./capella/index.js";
13
14
  export { ts as deneb } from "./deneb/index.js";
15
+ export { ts as electra } from "./electra/index.js";
14
16
  /** Common non-spec type to represent roots as strings */
15
17
  export type RootHex = string;
16
18
  /** Handy enum to represent the block production source */
@@ -35,6 +37,12 @@ type TypesByFork = {
35
37
  BeaconState: phase0.BeaconState;
36
38
  SignedBeaconBlock: phase0.SignedBeaconBlock;
37
39
  Metadata: phase0.Metadata;
40
+ Attestation: phase0.Attestation;
41
+ IndexedAttestation: phase0.IndexedAttestation;
42
+ IndexedAttestationBigint: phase0.IndexedAttestationBigint;
43
+ AttesterSlashing: phase0.AttesterSlashing;
44
+ AggregateAndProof: phase0.AggregateAndProof;
45
+ SignedAggregateAndProof: phase0.SignedAggregateAndProof;
38
46
  };
39
47
  [ForkName.altair]: {
40
48
  BeaconBlockHeader: phase0.BeaconBlockHeader;
@@ -52,6 +60,12 @@ type TypesByFork = {
52
60
  LightClientStore: altair.LightClientStore;
53
61
  SyncCommittee: altair.SyncCommittee;
54
62
  SyncAggregate: altair.SyncAggregate;
63
+ Attestation: phase0.Attestation;
64
+ IndexedAttestation: phase0.IndexedAttestation;
65
+ IndexedAttestationBigint: phase0.IndexedAttestationBigint;
66
+ AttesterSlashing: phase0.AttesterSlashing;
67
+ AggregateAndProof: phase0.AggregateAndProof;
68
+ SignedAggregateAndProof: phase0.SignedAggregateAndProof;
55
69
  };
56
70
  [ForkName.bellatrix]: {
57
71
  BeaconBlockHeader: phase0.BeaconBlockHeader;
@@ -77,6 +91,12 @@ type TypesByFork = {
77
91
  SSEPayloadAttributes: bellatrix.SSEPayloadAttributes;
78
92
  SyncCommittee: altair.SyncCommittee;
79
93
  SyncAggregate: altair.SyncAggregate;
94
+ Attestation: phase0.Attestation;
95
+ IndexedAttestation: phase0.IndexedAttestation;
96
+ IndexedAttestationBigint: phase0.IndexedAttestationBigint;
97
+ AttesterSlashing: phase0.AttesterSlashing;
98
+ AggregateAndProof: phase0.AggregateAndProof;
99
+ SignedAggregateAndProof: phase0.SignedAggregateAndProof;
80
100
  };
81
101
  [ForkName.capella]: {
82
102
  BeaconBlockHeader: phase0.BeaconBlockHeader;
@@ -102,6 +122,12 @@ type TypesByFork = {
102
122
  SSEPayloadAttributes: capella.SSEPayloadAttributes;
103
123
  SyncCommittee: altair.SyncCommittee;
104
124
  SyncAggregate: altair.SyncAggregate;
125
+ Attestation: phase0.Attestation;
126
+ IndexedAttestation: phase0.IndexedAttestation;
127
+ IndexedAttestationBigint: phase0.IndexedAttestationBigint;
128
+ AttesterSlashing: phase0.AttesterSlashing;
129
+ AggregateAndProof: phase0.AggregateAndProof;
130
+ SignedAggregateAndProof: phase0.SignedAggregateAndProof;
105
131
  };
106
132
  [ForkName.deneb]: {
107
133
  BeaconBlockHeader: phase0.BeaconBlockHeader;
@@ -132,6 +158,48 @@ type TypesByFork = {
132
158
  Contents: deneb.Contents;
133
159
  SyncCommittee: altair.SyncCommittee;
134
160
  SyncAggregate: altair.SyncAggregate;
161
+ Attestation: phase0.Attestation;
162
+ IndexedAttestation: phase0.IndexedAttestation;
163
+ IndexedAttestationBigint: phase0.IndexedAttestationBigint;
164
+ AttesterSlashing: phase0.AttesterSlashing;
165
+ AggregateAndProof: phase0.AggregateAndProof;
166
+ SignedAggregateAndProof: phase0.SignedAggregateAndProof;
167
+ };
168
+ [ForkName.electra]: {
169
+ BeaconBlockHeader: phase0.BeaconBlockHeader;
170
+ SignedBeaconBlockHeader: phase0.SignedBeaconBlockHeader;
171
+ BeaconBlock: electra.BeaconBlock;
172
+ BeaconBlockBody: electra.BeaconBlockBody;
173
+ BeaconState: electra.BeaconState;
174
+ SignedBeaconBlock: electra.SignedBeaconBlock;
175
+ Metadata: altair.Metadata;
176
+ LightClientHeader: electra.LightClientHeader;
177
+ LightClientBootstrap: electra.LightClientBootstrap;
178
+ LightClientUpdate: electra.LightClientUpdate;
179
+ LightClientFinalityUpdate: electra.LightClientFinalityUpdate;
180
+ LightClientOptimisticUpdate: electra.LightClientOptimisticUpdate;
181
+ LightClientStore: electra.LightClientStore;
182
+ BlindedBeaconBlock: electra.BlindedBeaconBlock;
183
+ BlindedBeaconBlockBody: electra.BlindedBeaconBlockBody;
184
+ SignedBlindedBeaconBlock: electra.SignedBlindedBeaconBlock;
185
+ ExecutionPayload: electra.ExecutionPayload;
186
+ ExecutionPayloadHeader: electra.ExecutionPayloadHeader;
187
+ BuilderBid: electra.BuilderBid;
188
+ SignedBuilderBid: electra.SignedBuilderBid;
189
+ SSEPayloadAttributes: electra.SSEPayloadAttributes;
190
+ BlockContents: electra.BlockContents;
191
+ SignedBlockContents: electra.SignedBlockContents;
192
+ ExecutionPayloadAndBlobsBundle: deneb.ExecutionPayloadAndBlobsBundle;
193
+ BlobsBundle: deneb.BlobsBundle;
194
+ Contents: deneb.Contents;
195
+ SyncCommittee: altair.SyncCommittee;
196
+ SyncAggregate: altair.SyncAggregate;
197
+ Attestation: electra.Attestation;
198
+ IndexedAttestation: electra.IndexedAttestation;
199
+ IndexedAttestationBigint: electra.IndexedAttestationBigint;
200
+ AttesterSlashing: electra.AttesterSlashing;
201
+ AggregateAndProof: electra.AggregateAndProof;
202
+ SignedAggregateAndProof: electra.SignedAggregateAndProof;
135
203
  };
136
204
  };
137
205
  export type TypesFor<F extends ForkName, K extends keyof TypesByFork[F] | void = void> = K extends void ? TypesByFork[F] : TypesByFork[F][Exclude<K, void>];
@@ -166,4 +234,10 @@ export type Metadata<F extends ForkName = ForkAll> = TypesByFork[F]["Metadata"];
166
234
  export type BuilderBid<F extends ForkExecution = ForkExecution> = TypesByFork[F]["BuilderBid"];
167
235
  export type SignedBuilderBid<F extends ForkExecution = ForkExecution> = TypesByFork[F]["SignedBuilderBid"];
168
236
  export type SSEPayloadAttributes<F extends ForkExecution = ForkExecution> = TypesByFork[F]["SSEPayloadAttributes"];
237
+ export type Attestation<F extends ForkName = ForkAll> = TypesByFork[F]["Attestation"];
238
+ export type IndexedAttestation<F extends ForkName = ForkAll> = TypesByFork[F]["IndexedAttestation"];
239
+ export type IndexedAttestationBigint<F extends ForkName = ForkAll> = TypesByFork[F]["IndexedAttestationBigint"];
240
+ export type AttesterSlashing<F extends ForkName = ForkAll> = TypesByFork[F]["AttesterSlashing"];
241
+ export type AggregateAndProof<F extends ForkName = ForkAll> = TypesByFork[F]["AggregateAndProof"];
242
+ export type SignedAggregateAndProof<F extends ForkName = ForkAll> = TypesByFork[F]["SignedAggregateAndProof"];
169
243
  //# sourceMappingURL=types.d.ts.map
package/lib/types.js CHANGED
@@ -5,6 +5,7 @@ export { ts as altair } from "./altair/index.js";
5
5
  export { ts as bellatrix } from "./bellatrix/index.js";
6
6
  export { ts as capella } from "./capella/index.js";
7
7
  export { ts as deneb } from "./deneb/index.js";
8
+ export { ts as electra } from "./electra/index.js";
8
9
  /** Handy enum to represent the block production source */
9
10
  export var ProducedBlockSource;
10
11
  (function (ProducedBlockSource) {
package/lib/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqD,QAAQ,EAAe,MAAM,kBAAkB,CAAC;AAQ5G,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAC,EAAE,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAC,EAAE,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAC,EAAE,IAAI,SAAS,EAAC,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAC,EAAE,IAAI,OAAO,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAC,EAAE,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAK7C,0DAA0D;AAC1D,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;AACnB,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqD,QAAQ,EAAe,MAAM,kBAAkB,CAAC;AAS5G,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAC,EAAE,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAC,EAAE,IAAI,MAAM,EAAC,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAC,EAAE,IAAI,SAAS,EAAC,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAC,EAAE,IAAI,OAAO,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAC,EAAE,IAAI,KAAK,EAAC,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAC,EAAE,IAAI,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAKjD,0DAA0D;AAC1D,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;AACnB,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B"}
@@ -1,5 +1,5 @@
1
- import { ForkBlobs, ForkExecution } from "@lodestar/params";
2
- import { BlockContents, SignedBeaconBlock, ExecutionPayload, ExecutionPayloadAndBlobsBundle, BeaconBlockBody, BeaconBlockOrContents, SignedBeaconBlockOrContents, ExecutionPayloadHeader, BlindedBeaconBlock, SignedBlindedBeaconBlock, BlindedBeaconBlockBody, SignedBlockContents } from "../types.js";
1
+ import { ForkBlobs, ForkExecution, ForkPostElectra } from "@lodestar/params";
2
+ import { BlockContents, SignedBeaconBlock, ExecutionPayload, ExecutionPayloadAndBlobsBundle, BeaconBlockBody, BeaconBlockOrContents, SignedBeaconBlockOrContents, ExecutionPayloadHeader, BlindedBeaconBlock, SignedBlindedBeaconBlock, BlindedBeaconBlockBody, SignedBlockContents, Attestation } from "../types.js";
3
3
  export declare function isExecutionPayload<F extends ForkExecution>(payload: ExecutionPayload<F> | ExecutionPayloadHeader<F>): payload is ExecutionPayload<F>;
4
4
  export declare function isExecutionPayloadHeader<F extends ForkExecution>(payload: ExecutionPayload<F> | ExecutionPayloadHeader<F>): payload is ExecutionPayloadHeader<F>;
5
5
  export declare function isExecutionPayloadAndBlobsBundle<F extends ForkBlobs>(data: ExecutionPayload<ForkExecution> | ExecutionPayloadAndBlobsBundle<F>): data is ExecutionPayloadAndBlobsBundle<F>;
@@ -8,4 +8,5 @@ export declare function isBlindedSignedBeaconBlock<F extends ForkExecution>(sign
8
8
  export declare function isBlindedBeaconBlockBody<F extends ForkExecution>(body: BeaconBlockBody | BlindedBeaconBlockBody): body is BlindedBeaconBlockBody<F>;
9
9
  export declare function isBlockContents<F extends ForkBlobs>(data: BeaconBlockOrContents | SignedBeaconBlockOrContents): data is BlockContents<F>;
10
10
  export declare function isSignedBlockContents<F extends ForkBlobs>(data: SignedBeaconBlockOrContents | BeaconBlockOrContents): data is SignedBlockContents<F>;
11
+ export declare function isElectraAttestation(attestation: Attestation): attestation is Attestation<ForkPostElectra>;
11
12
  //# sourceMappingURL=typeguards.d.ts.map
@@ -26,4 +26,7 @@ export function isBlockContents(data) {
26
26
  export function isSignedBlockContents(data) {
27
27
  return data.kzgProofs !== undefined;
28
28
  }
29
+ export function isElectraAttestation(attestation) {
30
+ return attestation.committeeBits !== undefined;
31
+ }
29
32
  //# sourceMappingURL=typeguards.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"typeguards.js","sourceRoot":"","sources":["../../src/utils/typeguards.ts"],"names":[],"mappings":"AAiBA,MAAM,UAAU,kBAAkB,CAChC,OAAwD;IAExD,sEAAsE;IACtE,kEAAkE;IAClE,OAAQ,OAA+B,CAAC,YAAY,KAAK,SAAS,CAAC;AACrE,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,OAAwD;IAExD,sEAAsE;IACtE,kEAAkE;IAClE,OAAQ,OAAqC,CAAC,gBAAgB,KAAK,SAAS,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,gCAAgC,CAC9C,IAAyE;IAEzE,OAAQ,IAAkD,CAAC,WAAW,KAAK,SAAS,CAAC;AACvF,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,KAA0D;IAE1D,OAAQ,KAAqB,CAAC,IAAI,KAAK,IAAI,IAAI,wBAAwB,CAAE,KAAqB,CAAC,IAAI,CAAC,CAAC;AACvG,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,WAA4D;IAE5D,OAAQ,WAA2C,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,KAAK,SAAS,CAAC;AACxG,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,IAA8C;IAE9C,OAAQ,IAA+B,CAAC,sBAAsB,KAAK,SAAS,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,eAAe,CAC7B,IAAyD;IAEzD,OAAQ,IAAyB,CAAC,SAAS,KAAK,SAAS,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,qBAAqB,CACnC,IAAyD;IAEzD,OAAQ,IAA+B,CAAC,SAAS,KAAK,SAAS,CAAC;AAClE,CAAC"}
1
+ {"version":3,"file":"typeguards.js","sourceRoot":"","sources":["../../src/utils/typeguards.ts"],"names":[],"mappings":"AAkBA,MAAM,UAAU,kBAAkB,CAChC,OAAwD;IAExD,sEAAsE;IACtE,kEAAkE;IAClE,OAAQ,OAA+B,CAAC,YAAY,KAAK,SAAS,CAAC;AACrE,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,OAAwD;IAExD,sEAAsE;IACtE,kEAAkE;IAClE,OAAQ,OAAqC,CAAC,gBAAgB,KAAK,SAAS,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,gCAAgC,CAC9C,IAAyE;IAEzE,OAAQ,IAAkD,CAAC,WAAW,KAAK,SAAS,CAAC;AACvF,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,KAA0D;IAE1D,OAAQ,KAAqB,CAAC,IAAI,KAAK,IAAI,IAAI,wBAAwB,CAAE,KAAqB,CAAC,IAAI,CAAC,CAAC;AACvG,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,WAA4D;IAE5D,OAAQ,WAA2C,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,KAAK,SAAS,CAAC;AACxG,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,IAA8C;IAE9C,OAAQ,IAA+B,CAAC,sBAAsB,KAAK,SAAS,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,eAAe,CAC7B,IAAyD;IAEzD,OAAQ,IAAyB,CAAC,SAAS,KAAK,SAAS,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,qBAAqB,CACnC,IAAyD;IAEzD,OAAQ,IAA+B,CAAC,SAAS,KAAK,SAAS,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,WAAwB;IAC3D,OAAQ,WAA4C,CAAC,aAAa,KAAK,SAAS,CAAC;AACnF,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.22.0-dev.44b215667e",
14
+ "version": "1.22.0-dev.4e22884db5",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -29,6 +29,9 @@
29
29
  "./deneb": {
30
30
  "import": "./lib/deneb/index.js"
31
31
  },
32
+ "./electra": {
33
+ "import": "./lib/electra/index.js"
34
+ },
32
35
  "./phase0": {
33
36
  "import": "./lib/phase0/index.js"
34
37
  }
@@ -70,8 +73,8 @@
70
73
  },
71
74
  "types": "lib/index.d.ts",
72
75
  "dependencies": {
73
- "@chainsafe/ssz": "^0.17.0",
74
- "@lodestar/params": "1.22.0-dev.44b215667e",
76
+ "@chainsafe/ssz": "^0.17.1",
77
+ "@lodestar/params": "1.22.0-dev.4e22884db5",
75
78
  "ethereum-cryptography": "^2.0.0"
76
79
  },
77
80
  "keywords": [
@@ -80,5 +83,5 @@
80
83
  "beacon",
81
84
  "blockchain"
82
85
  ],
83
- "gitHead": "01c612a8b6797a3aa779bd2bb9a2d10373c19020"
86
+ "gitHead": "ebc51e8d58568dc88b2519d53a9fe260bc69804b"
84
87
  }