Skip to content

Commit

Permalink
chore: remove signing domain for consolidations
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Sep 18, 2024
1 parent 8da003e commit 059aa57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/beacon-node/src/api/impl/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
BLOB_TX_TYPE,
VERSIONED_HASH_VERSION_KZG,
COMPOUNDING_WITHDRAWAL_PREFIX,
DOMAIN_CONSOLIDATION,
UNSET_DEPOSIT_REQUESTS_START_INDEX,
FULL_EXIT_REQUEST_AMOUNT,
} from "@lodestar/params";
Expand Down Expand Up @@ -71,7 +70,6 @@ export const specConstants = {
DOMAIN_SELECTION_PROOF,
DOMAIN_AGGREGATE_AND_PROOF,
DOMAIN_APPLICATION_BUILDER,
DOMAIN_CONSOLIDATION,

// phase0/validator.md
TARGET_AGGREGATORS_PER_COMMITTEE,
Expand Down
1 change: 0 additions & 1 deletion packages/params/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export const DOMAIN_SYNC_COMMITTEE = Uint8Array.from([7, 0, 0, 0]);
export const DOMAIN_SYNC_COMMITTEE_SELECTION_PROOF = Uint8Array.from([8, 0, 0, 0]);
export const DOMAIN_CONTRIBUTION_AND_PROOF = Uint8Array.from([9, 0, 0, 0]);
export const DOMAIN_BLS_TO_EXECUTION_CHANGE = Uint8Array.from([10, 0, 0, 0]);
export const DOMAIN_CONSOLIDATION = Uint8Array.from([11, 0, 0, 0]);

// Application specific domains

Expand Down

0 comments on commit 059aa57

Please sign in to comment.