Skip to content

Commit

Permalink
Fix rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed May 7, 2024
1 parent 60645a5 commit 6408326
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
17 changes: 0 additions & 17 deletions packages/types/src/electra/sszTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,20 +367,3 @@ export const SSEPayloadAttributes = new ContainerType(
},
{typeName: "SSEPayloadAttributes", jsonCase: "eth2"}
);

export const AggregateAndProof = new ContainerType(
{
aggregatorIndex: ValidatorIndex,
aggregate: Attestation,
selectionProof: BLSSignature,
},
{typeName: "AggregateAndProof", jsonCase: "eth2", cachePermanentRootStruct: true}
);

export const SignedAggregateAndProof = new ContainerType(
{
message: AggregateAndProof,
signature: BLSSignature,
},
{typeName: "SignedAggregateAndProof", jsonCase: "eth2"}
);
5 changes: 0 additions & 5 deletions packages/types/src/electra/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ export type LightClientUpdate = ValueOf<typeof ssz.LightClientUpdate>;
export type LightClientFinalityUpdate = ValueOf<typeof ssz.LightClientFinalityUpdate>;
export type LightClientOptimisticUpdate = ValueOf<typeof ssz.LightClientOptimisticUpdate>;
export type LightClientStore = ValueOf<typeof ssz.LightClientStore>;

export type AggregateAndProof = ValueOf<typeof ssz.AggregateAndProof>;
export type SignedAggregateAndProof = ValueOf<typeof ssz.SignedAggregateAndProof>;
export type AttesterSlashing = ValueOf<typeof ssz.AttesterSlashing>;
export type IndexedAttestationBigint = ValueOf<typeof ssz.IndexedAttestationBigint>;

0 comments on commit 6408326

Please sign in to comment.