@lodestar/beacon-node 1.38.0 → 1.39.0-dev.2fe8de2346
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/api/impl/beacon/blocks/utils.js +1 -1
- package/lib/api/impl/beacon/blocks/utils.js.map +1 -1
- package/lib/api/impl/beacon/state/index.d.ts.map +1 -1
- package/lib/api/impl/beacon/state/index.js +4 -5
- package/lib/api/impl/beacon/state/index.js.map +1 -1
- package/lib/api/impl/validator/index.js +1 -1
- package/lib/api/impl/validator/index.js.map +1 -1
- package/lib/chain/blocks/verifyBlock.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlock.js +1 -21
- package/lib/chain/blocks/verifyBlock.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.d.ts +1 -6
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.js +10 -131
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.d.ts +2 -2
- package/lib/chain/blocks/verifyBlocksSignatures.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.js +2 -2
- package/lib/chain/blocks/verifyBlocksSignatures.js.map +1 -1
- package/lib/chain/chain.d.ts +1 -4
- package/lib/chain/chain.d.ts.map +1 -1
- package/lib/chain/chain.js +6 -26
- package/lib/chain/chain.js.map +1 -1
- package/lib/chain/forkChoice/index.d.ts.map +1 -1
- package/lib/chain/forkChoice/index.js +3 -3
- package/lib/chain/forkChoice/index.js.map +1 -1
- package/lib/chain/initState.d.ts +1 -14
- package/lib/chain/initState.d.ts.map +1 -1
- package/lib/chain/initState.js +1 -62
- package/lib/chain/initState.js.map +1 -1
- package/lib/chain/interface.d.ts +0 -2
- package/lib/chain/interface.d.ts.map +1 -1
- package/lib/chain/interface.js.map +1 -1
- package/lib/chain/options.d.ts +0 -4
- package/lib/chain/options.d.ts.map +1 -1
- package/lib/chain/options.js +0 -2
- package/lib/chain/options.js.map +1 -1
- package/lib/chain/prepareNextSlot.d.ts +0 -4
- package/lib/chain/prepareNextSlot.d.ts.map +1 -1
- package/lib/chain/prepareNextSlot.js +2 -22
- package/lib/chain/prepareNextSlot.js.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.d.ts +2 -22
- package/lib/chain/produceBlock/produceBlockBody.d.ts.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.js +30 -96
- package/lib/chain/produceBlock/produceBlockBody.js.map +1 -1
- package/lib/chain/rewards/attestationsRewards.d.ts +3 -3
- package/lib/chain/rewards/attestationsRewards.d.ts.map +1 -1
- package/lib/chain/rewards/attestationsRewards.js +4 -4
- package/lib/chain/rewards/attestationsRewards.js.map +1 -1
- package/lib/chain/rewards/syncCommitteeRewards.d.ts +2 -2
- package/lib/chain/rewards/syncCommitteeRewards.d.ts.map +1 -1
- package/lib/chain/rewards/syncCommitteeRewards.js +1 -2
- package/lib/chain/rewards/syncCommitteeRewards.js.map +1 -1
- package/lib/chain/validation/attesterSlashing.js +2 -2
- package/lib/chain/validation/attesterSlashing.js.map +1 -1
- package/lib/chain/validation/blobSidecar.d.ts.map +1 -1
- package/lib/chain/validation/blobSidecar.js +2 -2
- package/lib/chain/validation/blobSidecar.js.map +1 -1
- package/lib/chain/validation/block.d.ts.map +1 -1
- package/lib/chain/validation/block.js +3 -3
- package/lib/chain/validation/block.js.map +1 -1
- package/lib/chain/validation/dataColumnSidecar.d.ts.map +1 -1
- package/lib/chain/validation/dataColumnSidecar.js +2 -2
- package/lib/chain/validation/dataColumnSidecar.js.map +1 -1
- package/lib/chain/validation/proposerSlashing.js +1 -1
- package/lib/chain/validation/proposerSlashing.js.map +1 -1
- package/lib/chain/validation/signatureSets/contributionAndProof.d.ts +2 -2
- package/lib/chain/validation/signatureSets/contributionAndProof.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/contributionAndProof.js +2 -3
- package/lib/chain/validation/signatureSets/contributionAndProof.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommittee.d.ts +2 -2
- package/lib/chain/validation/signatureSets/syncCommittee.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommittee.js +2 -2
- package/lib/chain/validation/signatureSets/syncCommittee.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.d.ts +2 -2
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.d.ts.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.js +3 -3
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.js.map +1 -1
- package/lib/chain/validation/syncCommittee.js +1 -1
- package/lib/chain/validation/syncCommittee.js.map +1 -1
- package/lib/chain/validation/syncCommitteeContributionAndProof.d.ts.map +1 -1
- package/lib/chain/validation/syncCommitteeContributionAndProof.js +4 -3
- package/lib/chain/validation/syncCommitteeContributionAndProof.js.map +1 -1
- package/lib/chain/validation/voluntaryExit.js +1 -1
- package/lib/chain/validation/voluntaryExit.js.map +1 -1
- package/lib/db/beacon.d.ts +1 -7
- package/lib/db/beacon.d.ts.map +1 -1
- package/lib/db/beacon.js +1 -12
- package/lib/db/beacon.js.map +1 -1
- package/lib/db/buckets.d.ts +0 -6
- package/lib/db/buckets.d.ts.map +1 -1
- package/lib/db/buckets.js +6 -7
- package/lib/db/buckets.js.map +1 -1
- package/lib/db/interface.d.ts +1 -7
- package/lib/db/interface.d.ts.map +1 -1
- package/lib/db/repositories/blockArchiveIndex.d.ts +2 -2
- package/lib/db/repositories/blockArchiveIndex.d.ts.map +1 -1
- package/lib/db/repositories/index.d.ts +0 -3
- package/lib/db/repositories/index.d.ts.map +1 -1
- package/lib/db/repositories/index.js +0 -3
- package/lib/db/repositories/index.js.map +1 -1
- package/lib/execution/engine/http.d.ts +5 -13
- package/lib/execution/engine/http.d.ts.map +1 -1
- package/lib/execution/engine/http.js +6 -15
- package/lib/execution/engine/http.js.map +1 -1
- package/lib/execution/engine/index.d.ts.map +1 -1
- package/lib/execution/engine/index.js +1 -1
- package/lib/execution/engine/index.js.map +1 -1
- package/lib/execution/engine/interface.d.ts +1 -1
- package/lib/execution/engine/interface.d.ts.map +1 -1
- package/lib/execution/engine/interface.js.map +1 -1
- package/lib/{eth1/provider → execution/engine}/jsonRpcHttpClient.d.ts +1 -1
- package/lib/execution/engine/jsonRpcHttpClient.d.ts.map +1 -0
- package/lib/execution/engine/jsonRpcHttpClient.js.map +1 -0
- package/lib/execution/engine/jwt.d.ts.map +1 -0
- package/lib/execution/engine/jwt.js.map +1 -0
- package/lib/execution/engine/mock.d.ts +2 -6
- package/lib/execution/engine/mock.d.ts.map +1 -1
- package/lib/execution/engine/mock.js +4 -15
- package/lib/execution/engine/mock.js.map +1 -1
- package/lib/execution/engine/payloadIdCache.d.ts +1 -1
- package/lib/execution/engine/payloadIdCache.d.ts.map +1 -1
- package/lib/execution/engine/types.d.ts +1 -1
- package/lib/execution/engine/types.d.ts.map +1 -1
- package/lib/execution/engine/types.js +1 -1
- package/lib/execution/engine/types.js.map +1 -1
- package/lib/execution/engine/utils.d.ts +64 -2
- package/lib/execution/engine/utils.d.ts.map +1 -1
- package/lib/execution/engine/utils.js +91 -2
- package/lib/execution/engine/utils.js.map +1 -1
- package/lib/index.d.ts +1 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/metrics/metrics/lodestar.d.ts +0 -49
- package/lib/metrics/metrics/lodestar.d.ts.map +1 -1
- package/lib/metrics/metrics/lodestar.js +0 -134
- package/lib/metrics/metrics/lodestar.js.map +1 -1
- package/lib/network/core/events.d.ts +1 -1
- package/lib/network/core/events.d.ts.map +1 -1
- package/lib/network/core/events.js +1 -1
- package/lib/network/core/events.js.map +1 -1
- package/lib/network/events.d.ts +6 -1
- package/lib/network/events.d.ts.map +1 -1
- package/lib/network/events.js +7 -1
- package/lib/network/events.js.map +1 -1
- package/lib/node/nodejs.d.ts.map +1 -1
- package/lib/node/nodejs.js +0 -9
- package/lib/node/nodejs.js.map +1 -1
- package/lib/node/notifier.d.ts.map +1 -1
- package/lib/node/notifier.js +6 -22
- package/lib/node/notifier.js.map +1 -1
- package/lib/node/options.d.ts +0 -2
- package/lib/node/options.d.ts.map +1 -1
- package/lib/node/options.js +0 -2
- package/lib/node/options.js.map +1 -1
- package/lib/node/utils/interop/deposits.d.ts +2 -1
- package/lib/node/utils/interop/deposits.d.ts.map +1 -1
- package/lib/node/utils/interop/deposits.js.map +1 -1
- package/lib/node/utils/interop/state.d.ts +1 -1
- package/lib/node/utils/interop/state.d.ts.map +1 -1
- package/lib/node/utils/state.d.ts +1 -7
- package/lib/node/utils/state.d.ts.map +1 -1
- package/lib/node/utils/state.js +1 -14
- package/lib/node/utils/state.js.map +1 -1
- package/lib/sync/backfill/backfill.d.ts.map +1 -1
- package/lib/sync/backfill/backfill.js +4 -2
- package/lib/sync/backfill/backfill.js.map +1 -1
- package/lib/sync/backfill/verify.d.ts +2 -2
- package/lib/sync/backfill/verify.d.ts.map +1 -1
- package/lib/sync/backfill/verify.js +3 -3
- package/lib/sync/backfill/verify.js.map +1 -1
- package/lib/util/workerEvents.d.ts +1 -6
- package/lib/util/workerEvents.d.ts.map +1 -1
- package/lib/util/workerEvents.js +8 -8
- package/lib/util/workerEvents.js.map +1 -1
- package/package.json +14 -21
- package/src/api/impl/beacon/blocks/utils.ts +1 -1
- package/src/api/impl/beacon/state/index.ts +4 -5
- package/src/api/impl/validator/index.ts +1 -1
- package/src/chain/blocks/verifyBlock.ts +2 -24
- package/src/chain/blocks/verifyBlocksExecutionPayloads.ts +11 -170
- package/src/chain/blocks/verifyBlocksSignatures.ts +3 -2
- package/src/chain/chain.ts +5 -30
- package/src/chain/forkChoice/index.ts +2 -3
- package/src/chain/initState.ts +1 -97
- package/src/chain/interface.ts +0 -2
- package/src/chain/options.ts +0 -6
- package/src/chain/prepareNextSlot.ts +2 -29
- package/src/chain/produceBlock/produceBlockBody.ts +31 -130
- package/src/chain/rewards/attestationsRewards.ts +6 -5
- package/src/chain/rewards/syncCommitteeRewards.ts +2 -2
- package/src/chain/validation/attesterSlashing.ts +2 -2
- package/src/chain/validation/blobSidecar.ts +10 -2
- package/src/chain/validation/block.ts +2 -3
- package/src/chain/validation/dataColumnSidecar.ts +6 -1
- package/src/chain/validation/proposerSlashing.ts +1 -1
- package/src/chain/validation/signatureSets/contributionAndProof.ts +3 -2
- package/src/chain/validation/signatureSets/syncCommittee.ts +3 -1
- package/src/chain/validation/signatureSets/syncCommitteeSelectionProof.ts +4 -2
- package/src/chain/validation/syncCommittee.ts +1 -1
- package/src/chain/validation/syncCommitteeContributionAndProof.ts +4 -5
- package/src/chain/validation/voluntaryExit.ts +1 -1
- package/src/db/beacon.ts +0 -15
- package/src/db/buckets.ts +6 -7
- package/src/db/interface.ts +0 -13
- package/src/db/repositories/index.ts +0 -3
- package/src/execution/engine/http.ts +12 -21
- package/src/execution/engine/index.ts +1 -1
- package/src/execution/engine/interface.ts +1 -1
- package/src/{eth1/provider → execution/engine}/jsonRpcHttpClient.ts +1 -1
- package/src/execution/engine/mock.ts +4 -17
- package/src/execution/engine/payloadIdCache.ts +1 -1
- package/src/execution/engine/types.ts +9 -9
- package/src/execution/engine/utils.ts +111 -5
- package/src/index.ts +1 -2
- package/src/metrics/metrics/lodestar.ts +0 -144
- package/src/network/core/events.ts +1 -1
- package/src/network/events.ts +7 -1
- package/src/node/nodejs.ts +0 -9
- package/src/node/notifier.ts +7 -29
- package/src/node/options.ts +0 -3
- package/src/node/utils/interop/deposits.ts +3 -1
- package/src/node/utils/interop/state.ts +1 -1
- package/src/node/utils/state.ts +3 -18
- package/src/sync/backfill/backfill.ts +9 -2
- package/src/sync/backfill/verify.ts +8 -2
- package/src/util/workerEvents.ts +9 -8
- package/lib/chain/genesis/genesis.d.ts +0 -51
- package/lib/chain/genesis/genesis.d.ts.map +0 -1
- package/lib/chain/genesis/genesis.js +0 -123
- package/lib/chain/genesis/genesis.js.map +0 -1
- package/lib/chain/genesis/interface.d.ts +0 -13
- package/lib/chain/genesis/interface.d.ts.map +0 -1
- package/lib/chain/genesis/interface.js +0 -2
- package/lib/chain/genesis/interface.js.map +0 -1
- package/lib/db/repositories/depositDataRoot.d.ts +0 -22
- package/lib/db/repositories/depositDataRoot.d.ts.map +0 -1
- package/lib/db/repositories/depositDataRoot.js +0 -62
- package/lib/db/repositories/depositDataRoot.js.map +0 -1
- package/lib/db/repositories/depositEvent.d.ts +0 -13
- package/lib/db/repositories/depositEvent.d.ts.map +0 -1
- package/lib/db/repositories/depositEvent.js +0 -27
- package/lib/db/repositories/depositEvent.js.map +0 -1
- package/lib/db/repositories/eth1Data.d.ts +0 -13
- package/lib/db/repositories/eth1Data.d.ts.map +0 -1
- package/lib/db/repositories/eth1Data.js +0 -26
- package/lib/db/repositories/eth1Data.js.map +0 -1
- package/lib/db/single/index.d.ts +0 -3
- package/lib/db/single/index.d.ts.map +0 -1
- package/lib/db/single/index.js +0 -3
- package/lib/db/single/index.js.map +0 -1
- package/lib/db/single/preGenesisState.d.ts +0 -16
- package/lib/db/single/preGenesisState.d.ts.map +0 -1
- package/lib/db/single/preGenesisState.js +0 -29
- package/lib/db/single/preGenesisState.js.map +0 -1
- package/lib/db/single/preGenesisStateLastProcessedBlock.d.ts +0 -14
- package/lib/db/single/preGenesisStateLastProcessedBlock.d.ts.map +0 -1
- package/lib/db/single/preGenesisStateLastProcessedBlock.js +0 -27
- package/lib/db/single/preGenesisStateLastProcessedBlock.js.map +0 -1
- package/lib/eth1/errors.d.ts +0 -66
- package/lib/eth1/errors.d.ts.map +0 -1
- package/lib/eth1/errors.js +0 -27
- package/lib/eth1/errors.js.map +0 -1
- package/lib/eth1/eth1DataCache.d.ts +0 -19
- package/lib/eth1/eth1DataCache.d.ts.map +0 -1
- package/lib/eth1/eth1DataCache.js +0 -19
- package/lib/eth1/eth1DataCache.js.map +0 -1
- package/lib/eth1/eth1DepositDataTracker.d.ts +0 -80
- package/lib/eth1/eth1DepositDataTracker.d.ts.map +0 -1
- package/lib/eth1/eth1DepositDataTracker.js +0 -317
- package/lib/eth1/eth1DepositDataTracker.js.map +0 -1
- package/lib/eth1/eth1DepositsCache.d.ts +0 -42
- package/lib/eth1/eth1DepositsCache.d.ts.map +0 -1
- package/lib/eth1/eth1DepositsCache.js +0 -119
- package/lib/eth1/eth1DepositsCache.js.map +0 -1
- package/lib/eth1/eth1MergeBlockTracker.d.ts +0 -65
- package/lib/eth1/eth1MergeBlockTracker.d.ts.map +0 -1
- package/lib/eth1/eth1MergeBlockTracker.js +0 -262
- package/lib/eth1/eth1MergeBlockTracker.js.map +0 -1
- package/lib/eth1/index.d.ts +0 -46
- package/lib/eth1/index.d.ts.map +0 -1
- package/lib/eth1/index.js +0 -121
- package/lib/eth1/index.js.map +0 -1
- package/lib/eth1/interface.d.ts +0 -112
- package/lib/eth1/interface.d.ts.map +0 -1
- package/lib/eth1/interface.js +0 -8
- package/lib/eth1/interface.js.map +0 -1
- package/lib/eth1/options.d.ts +0 -22
- package/lib/eth1/options.d.ts.map +0 -1
- package/lib/eth1/options.js +0 -8
- package/lib/eth1/options.js.map +0 -1
- package/lib/eth1/provider/eth1Provider.d.ts +0 -39
- package/lib/eth1/provider/eth1Provider.d.ts.map +0 -1
- package/lib/eth1/provider/eth1Provider.js +0 -147
- package/lib/eth1/provider/eth1Provider.js.map +0 -1
- package/lib/eth1/provider/jsonRpcHttpClient.d.ts.map +0 -1
- package/lib/eth1/provider/jsonRpcHttpClient.js.map +0 -1
- package/lib/eth1/provider/jwt.d.ts.map +0 -1
- package/lib/eth1/provider/jwt.js.map +0 -1
- package/lib/eth1/provider/utils.d.ts +0 -65
- package/lib/eth1/provider/utils.d.ts.map +0 -1
- package/lib/eth1/provider/utils.js +0 -120
- package/lib/eth1/provider/utils.js.map +0 -1
- package/lib/eth1/stream.d.ts +0 -15
- package/lib/eth1/stream.d.ts.map +0 -1
- package/lib/eth1/stream.js +0 -54
- package/lib/eth1/stream.js.map +0 -1
- package/lib/eth1/utils/depositContract.d.ts +0 -14
- package/lib/eth1/utils/depositContract.d.ts.map +0 -1
- package/lib/eth1/utils/depositContract.js +0 -33
- package/lib/eth1/utils/depositContract.js.map +0 -1
- package/lib/eth1/utils/deposits.d.ts +0 -8
- package/lib/eth1/utils/deposits.d.ts.map +0 -1
- package/lib/eth1/utils/deposits.js +0 -47
- package/lib/eth1/utils/deposits.js.map +0 -1
- package/lib/eth1/utils/eth1Data.d.ts +0 -22
- package/lib/eth1/utils/eth1Data.d.ts.map +0 -1
- package/lib/eth1/utils/eth1Data.js +0 -77
- package/lib/eth1/utils/eth1Data.js.map +0 -1
- package/lib/eth1/utils/eth1DepositEvent.d.ts +0 -7
- package/lib/eth1/utils/eth1DepositEvent.d.ts.map +0 -1
- package/lib/eth1/utils/eth1DepositEvent.js +0 -13
- package/lib/eth1/utils/eth1DepositEvent.js.map +0 -1
- package/lib/eth1/utils/eth1Vote.d.ts +0 -17
- package/lib/eth1/utils/eth1Vote.d.ts.map +0 -1
- package/lib/eth1/utils/eth1Vote.js +0 -111
- package/lib/eth1/utils/eth1Vote.js.map +0 -1
- package/lib/eth1/utils/groupDepositEventsByBlock.d.ts +0 -9
- package/lib/eth1/utils/groupDepositEventsByBlock.d.ts.map +0 -1
- package/lib/eth1/utils/groupDepositEventsByBlock.js +0 -17
- package/lib/eth1/utils/groupDepositEventsByBlock.js.map +0 -1
- package/lib/eth1/utils/optimizeNextBlockDiffForGenesis.d.ts +0 -10
- package/lib/eth1/utils/optimizeNextBlockDiffForGenesis.d.ts.map +0 -1
- package/lib/eth1/utils/optimizeNextBlockDiffForGenesis.js +0 -14
- package/lib/eth1/utils/optimizeNextBlockDiffForGenesis.js.map +0 -1
- package/src/chain/genesis/genesis.ts +0 -190
- package/src/chain/genesis/interface.ts +0 -14
- package/src/db/repositories/depositDataRoot.ts +0 -80
- package/src/db/repositories/depositEvent.ts +0 -32
- package/src/db/repositories/eth1Data.ts +0 -33
- package/src/db/single/index.ts +0 -2
- package/src/db/single/preGenesisState.ts +0 -37
- package/src/db/single/preGenesisStateLastProcessedBlock.ts +0 -34
- package/src/eth1/errors.ts +0 -40
- package/src/eth1/eth1DataCache.ts +0 -26
- package/src/eth1/eth1DepositDataTracker.ts +0 -410
- package/src/eth1/eth1DepositsCache.ts +0 -141
- package/src/eth1/eth1MergeBlockTracker.ts +0 -328
- package/src/eth1/index.ts +0 -157
- package/src/eth1/interface.ts +0 -131
- package/src/eth1/options.ts +0 -28
- package/src/eth1/provider/eth1Provider.ts +0 -229
- package/src/eth1/provider/utils.ts +0 -136
- package/src/eth1/stream.ts +0 -75
- package/src/eth1/utils/depositContract.ts +0 -37
- package/src/eth1/utils/deposits.ts +0 -70
- package/src/eth1/utils/eth1Data.ts +0 -100
- package/src/eth1/utils/eth1DepositEvent.ts +0 -12
- package/src/eth1/utils/eth1Vote.ts +0 -142
- package/src/eth1/utils/groupDepositEventsByBlock.ts +0 -19
- package/src/eth1/utils/optimizeNextBlockDiffForGenesis.ts +0 -18
- /package/lib/{eth1/provider → execution/engine}/jsonRpcHttpClient.js +0 -0
- /package/lib/{eth1/provider → execution/engine}/jwt.d.ts +0 -0
- /package/lib/{eth1/provider → execution/engine}/jwt.js +0 -0
- /package/src/{eth1/provider → execution/engine}/jwt.ts +0 -0
|
@@ -1511,7 +1511,7 @@ export function getValidatorApi(
|
|
|
1511
1511
|
|
|
1512
1512
|
const filteredRegistrations = registrations.filter((registration) => {
|
|
1513
1513
|
const {pubkey} = registration.message;
|
|
1514
|
-
const validatorIndex =
|
|
1514
|
+
const validatorIndex = chain.pubkey2index.get(pubkey);
|
|
1515
1515
|
if (validatorIndex === null) return false;
|
|
1516
1516
|
|
|
1517
1517
|
const validator = headState.validators.getReadonly(validatorIndex);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {ChainForkConfig} from "@lodestar/config";
|
|
2
1
|
import {ExecutionStatus, ProtoBlock} from "@lodestar/fork-choice";
|
|
3
2
|
import {ForkName, isForkPostFulu} from "@lodestar/params";
|
|
4
3
|
import {
|
|
@@ -7,8 +6,7 @@ import {
|
|
|
7
6
|
computeEpochAtSlot,
|
|
8
7
|
isStateValidatorsNodesPopulated,
|
|
9
8
|
} from "@lodestar/state-transition";
|
|
10
|
-
import {IndexedAttestation,
|
|
11
|
-
import {Logger, toRootHex} from "@lodestar/utils";
|
|
9
|
+
import {IndexedAttestation, deneb} from "@lodestar/types";
|
|
12
10
|
import type {BeaconChain} from "../chain.js";
|
|
13
11
|
import {BlockError, BlockErrorCode} from "../errors/index.js";
|
|
14
12
|
import {BlockProcessOpts} from "../options.js";
|
|
@@ -18,7 +16,6 @@ import {ImportBlockOpts} from "./types.js";
|
|
|
18
16
|
import {DENEB_BLOWFISH_BANNER} from "./utils/blowfishBanner.js";
|
|
19
17
|
import {ELECTRA_GIRAFFE_BANNER} from "./utils/giraffeBanner.js";
|
|
20
18
|
import {CAPELLA_OWL_BANNER} from "./utils/ownBanner.js";
|
|
21
|
-
import {POS_PANDA_MERGE_TRANSITION_BANNER} from "./utils/pandaMergeTransitionBanner.js";
|
|
22
19
|
import {FULU_ZEBRA_BANNER} from "./utils/zebraBanner.js";
|
|
23
20
|
import {verifyBlocksDataAvailability} from "./verifyBlocksDataAvailability.js";
|
|
24
21
|
import {SegmentExecStatus, verifyBlocksExecutionPayload} from "./verifyBlocksExecutionPayloads.js";
|
|
@@ -103,7 +100,6 @@ export async function verifyBlocksInEpoch(
|
|
|
103
100
|
: Promise.resolve({
|
|
104
101
|
execAborted: null,
|
|
105
102
|
executionStatuses: blocks.map((_blk) => ExecutionStatus.Syncing),
|
|
106
|
-
mergeBlockFound: null,
|
|
107
103
|
} as SegmentExecStatus);
|
|
108
104
|
|
|
109
105
|
// Store indexed attestations for each block to avoid recomputing them during import
|
|
@@ -143,6 +139,7 @@ export async function verifyBlocksInEpoch(
|
|
|
143
139
|
// All signatures at once
|
|
144
140
|
opts.skipVerifyBlockSignatures !== true
|
|
145
141
|
? verifyBlocksSignatures(
|
|
142
|
+
this.index2pubkey,
|
|
146
143
|
this.bls,
|
|
147
144
|
this.logger,
|
|
148
145
|
this.metrics,
|
|
@@ -162,12 +159,6 @@ export async function verifyBlocksInEpoch(
|
|
|
162
159
|
]);
|
|
163
160
|
|
|
164
161
|
if (opts.verifyOnly !== true) {
|
|
165
|
-
if (segmentExecStatus.execAborted === null && segmentExecStatus.mergeBlockFound !== null) {
|
|
166
|
-
// merge block found and is fully valid = state transition + signatures + execution payload.
|
|
167
|
-
// TODO: Will this banner be logged during syncing?
|
|
168
|
-
logOnPowBlock(this.logger, this.config, segmentExecStatus.mergeBlockFound);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
162
|
const fromForkBoundary = this.config.getForkBoundaryAtEpoch(computeEpochAtSlot(parentBlock.slot));
|
|
172
163
|
const toForkBoundary = this.config.getForkBoundaryAtEpoch(computeEpochAtSlot(lastBlock.message.slot));
|
|
173
164
|
|
|
@@ -250,16 +241,3 @@ export async function verifyBlocksInEpoch(
|
|
|
250
241
|
abortController.abort();
|
|
251
242
|
}
|
|
252
243
|
}
|
|
253
|
-
|
|
254
|
-
function logOnPowBlock(logger: Logger, config: ChainForkConfig, mergeBlock: bellatrix.BeaconBlock): void {
|
|
255
|
-
const mergeBlockHash = toRootHex(config.getForkTypes(mergeBlock.slot).BeaconBlock.hashTreeRoot(mergeBlock));
|
|
256
|
-
const mergeExecutionHash = toRootHex(mergeBlock.body.executionPayload.blockHash);
|
|
257
|
-
const mergePowHash = toRootHex(mergeBlock.body.executionPayload.parentHash);
|
|
258
|
-
logger.info(POS_PANDA_MERGE_TRANSITION_BANNER);
|
|
259
|
-
logger.info("Execution transitioning from PoW to PoS!!!");
|
|
260
|
-
logger.info("Importing block referencing terminal PoW block", {
|
|
261
|
-
blockHash: mergeBlockHash,
|
|
262
|
-
executionHash: mergeExecutionHash,
|
|
263
|
-
powHash: mergePowHash,
|
|
264
|
-
});
|
|
265
|
-
}
|
|
@@ -6,19 +6,11 @@ import {
|
|
|
6
6
|
LVHValidResponse,
|
|
7
7
|
MaybeValidExecutionStatus,
|
|
8
8
|
ProtoBlock,
|
|
9
|
-
assertValidTerminalPowBlock,
|
|
10
9
|
} from "@lodestar/fork-choice";
|
|
11
|
-
import {ForkSeq
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
isExecutionBlockBodyType,
|
|
15
|
-
isExecutionEnabled,
|
|
16
|
-
isExecutionStateType,
|
|
17
|
-
isMergeTransitionBlock as isMergeTransitionBlockFn,
|
|
18
|
-
} from "@lodestar/state-transition";
|
|
19
|
-
import {Slot, bellatrix, electra} from "@lodestar/types";
|
|
10
|
+
import {ForkSeq} from "@lodestar/params";
|
|
11
|
+
import {CachedBeaconStateAllForks, isExecutionBlockBodyType, isExecutionStateType} from "@lodestar/state-transition";
|
|
12
|
+
import {bellatrix, electra} from "@lodestar/types";
|
|
20
13
|
import {ErrorAborted, Logger, toRootHex} from "@lodestar/utils";
|
|
21
|
-
import {IEth1ForBlockProduction} from "../../eth1/index.js";
|
|
22
14
|
import {ExecutionPayloadStatus, IExecutionEngine} from "../../execution/engine/interface.js";
|
|
23
15
|
import {Metrics} from "../../metrics/metrics.js";
|
|
24
16
|
import {IClock} from "../../util/clock.js";
|
|
@@ -29,7 +21,6 @@ import {IBlockInput} from "./blockInput/types.js";
|
|
|
29
21
|
import {ImportBlockOpts} from "./types.js";
|
|
30
22
|
|
|
31
23
|
export type VerifyBlockExecutionPayloadModules = {
|
|
32
|
-
eth1: IEth1ForBlockProduction;
|
|
33
24
|
executionEngine: IExecutionEngine;
|
|
34
25
|
clock: IClock;
|
|
35
26
|
logger: Logger;
|
|
@@ -44,9 +35,8 @@ export type SegmentExecStatus =
|
|
|
44
35
|
execAborted: null;
|
|
45
36
|
executionStatuses: MaybeValidExecutionStatus[];
|
|
46
37
|
executionTime: number;
|
|
47
|
-
mergeBlockFound: bellatrix.BeaconBlock | null;
|
|
48
38
|
}
|
|
49
|
-
| {execAborted: ExecAbortType; invalidSegmentLVH?: LVHInvalidResponse
|
|
39
|
+
| {execAborted: ExecAbortType; invalidSegmentLVH?: LVHInvalidResponse};
|
|
50
40
|
|
|
51
41
|
type VerifyExecutionErrorResponse =
|
|
52
42
|
| {executionStatus: ExecutionStatus.Invalid; lvhResponse: LVHInvalidResponse; execError: BlockError}
|
|
@@ -72,7 +62,6 @@ export async function verifyBlocksExecutionPayload(
|
|
|
72
62
|
opts: BlockProcessOpts & ImportBlockOpts
|
|
73
63
|
): Promise<SegmentExecStatus> {
|
|
74
64
|
const executionStatuses: MaybeValidExecutionStatus[] = [];
|
|
75
|
-
let mergeBlockFound: bellatrix.BeaconBlock | null = null;
|
|
76
65
|
const recvToValLatency = Date.now() / 1000 - (opts.seenTimestampSec ?? Date.now() / 1000);
|
|
77
66
|
const lastBlock = blockInputs.at(-1);
|
|
78
67
|
|
|
@@ -96,57 +85,9 @@ export async function verifyBlocksExecutionPayload(
|
|
|
96
85
|
// will either validate or prune invalid blocks
|
|
97
86
|
//
|
|
98
87
|
// We need to track and keep updating if its safe to optimistically import these blocks.
|
|
99
|
-
// The following is how we determine for a block if its safe:
|
|
100
|
-
//
|
|
101
|
-
// (but we need to modify this check for this segment of blocks because it checks if the
|
|
102
|
-
// parent of any block imported in forkchoice is post-merge and currently we could only
|
|
103
|
-
// have blocks[0]'s parent imported in the chain as this is no longer one by one verify +
|
|
104
|
-
// import.)
|
|
105
|
-
//
|
|
106
88
|
//
|
|
107
89
|
// When to import such blocks:
|
|
108
90
|
// From: https://github.com/ethereum/consensus-specs/pull/2844
|
|
109
|
-
// A block MUST NOT be optimistically imported, unless either of the following
|
|
110
|
-
// conditions are met:
|
|
111
|
-
//
|
|
112
|
-
// 1. Parent of the block has execution
|
|
113
|
-
//
|
|
114
|
-
// Since with the sync optimizations, the previous block might not have been in the
|
|
115
|
-
// forkChoice yet, so the below check could fail for safeSlotsToImportOptimistically
|
|
116
|
-
//
|
|
117
|
-
// Luckily, we can depend on the preState0 to see if we are already post merge w.r.t
|
|
118
|
-
// the blocks we are importing.
|
|
119
|
-
//
|
|
120
|
-
// Or in other words if
|
|
121
|
-
// - block status is syncing
|
|
122
|
-
// - and we are not in a post merge world and is parent is not optimistically safe
|
|
123
|
-
// - and we are syncing close to the chain head i.e. clock slot
|
|
124
|
-
// - and parent is optimistically safe
|
|
125
|
-
//
|
|
126
|
-
// then throw error
|
|
127
|
-
//
|
|
128
|
-
//
|
|
129
|
-
// - if we haven't yet imported a post merge ancestor in forkchoice i.e.
|
|
130
|
-
// - and we are syncing close to the clockSlot, i.e. merge Transition could be underway
|
|
131
|
-
//
|
|
132
|
-
//
|
|
133
|
-
// 2. The current slot (as per the system clock) is at least
|
|
134
|
-
// SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY ahead of the slot of the block being
|
|
135
|
-
// imported.
|
|
136
|
-
// This means that the merge transition could be underway and we can't afford to import
|
|
137
|
-
// a block which is not fully validated as it could affect liveliness of the network.
|
|
138
|
-
//
|
|
139
|
-
//
|
|
140
|
-
// For this segment of blocks:
|
|
141
|
-
// We are optimistically safe with respect to this entire block segment if:
|
|
142
|
-
// - all the blocks are way behind the current slot
|
|
143
|
-
// - or we have already imported a post-merge parent of first block of this chain in forkchoice
|
|
144
|
-
const currentSlot = chain.clock.currentSlot;
|
|
145
|
-
const safeSlotsToImportOptimistically = opts.safeSlotsToImportOptimistically ?? SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY;
|
|
146
|
-
let isOptimisticallySafe =
|
|
147
|
-
parentBlock.executionStatus !== ExecutionStatus.PreMerge ||
|
|
148
|
-
lastBlock.slot + safeSlotsToImportOptimistically < currentSlot;
|
|
149
|
-
|
|
150
91
|
for (let blockIndex = 0; blockIndex < blockInputs.length; blockIndex++) {
|
|
151
92
|
const blockInput = blockInputs[blockIndex];
|
|
152
93
|
// If blocks are invalid in consensus the main promise could resolve before this loop ends.
|
|
@@ -154,14 +95,7 @@ export async function verifyBlocksExecutionPayload(
|
|
|
154
95
|
if (signal.aborted) {
|
|
155
96
|
throw new ErrorAborted("verifyBlockExecutionPayloads");
|
|
156
97
|
}
|
|
157
|
-
const verifyResponse = await verifyBlockExecutionPayload(
|
|
158
|
-
chain,
|
|
159
|
-
blockInput,
|
|
160
|
-
preState0,
|
|
161
|
-
opts,
|
|
162
|
-
isOptimisticallySafe,
|
|
163
|
-
currentSlot
|
|
164
|
-
);
|
|
98
|
+
const verifyResponse = await verifyBlockExecutionPayload(chain, blockInput, preState0);
|
|
165
99
|
|
|
166
100
|
// If execError has happened, then we need to extract the segmentExecStatus and return
|
|
167
101
|
if (verifyResponse.execError !== null) {
|
|
@@ -170,75 +104,7 @@ export async function verifyBlocksExecutionPayload(
|
|
|
170
104
|
|
|
171
105
|
// If we are here then its because executionStatus is one of MaybeValidExecutionStatus
|
|
172
106
|
const {executionStatus} = verifyResponse;
|
|
173
|
-
// It becomes optimistically safe for following blocks if a post-merge block is deemed fit
|
|
174
|
-
// for import. If it would not have been safe verifyBlockExecutionPayload would have
|
|
175
|
-
// returned execError and loop would have been aborted
|
|
176
|
-
if (executionStatus !== ExecutionStatus.PreMerge) {
|
|
177
|
-
isOptimisticallySafe = true;
|
|
178
|
-
}
|
|
179
107
|
executionStatuses.push(executionStatus);
|
|
180
|
-
|
|
181
|
-
const blockBody = blockInput.getBlock().message.body;
|
|
182
|
-
const isMergeTransitionBlock =
|
|
183
|
-
// If the merge block is found, stop the search as the isMergeTransitionBlockFn condition
|
|
184
|
-
// will still evaluate to true for the following blocks leading to errors (while syncing)
|
|
185
|
-
// as the preState0 still belongs to the pre state of the first block on segment
|
|
186
|
-
mergeBlockFound === null &&
|
|
187
|
-
isExecutionStateType(preState0) &&
|
|
188
|
-
isExecutionBlockBodyType(blockBody) &&
|
|
189
|
-
isMergeTransitionBlockFn(preState0, blockBody);
|
|
190
|
-
|
|
191
|
-
// If this is a merge transition block, check to ensure if it references
|
|
192
|
-
// a valid terminal PoW block.
|
|
193
|
-
//
|
|
194
|
-
// However specs define this check to be run inside forkChoice's onBlock
|
|
195
|
-
// (https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix/fork-choice.md#on_block)
|
|
196
|
-
// but we perform the check here (as inspired from the lighthouse impl)
|
|
197
|
-
//
|
|
198
|
-
// Reasons:
|
|
199
|
-
// 1. If the block is not valid, we should fail early and not wait till
|
|
200
|
-
// forkChoice import.
|
|
201
|
-
// 2. It makes logical sense to pair it with the block validations and
|
|
202
|
-
// deal it with the external services like eth1 tracker here than
|
|
203
|
-
// in import block
|
|
204
|
-
if (isMergeTransitionBlock) {
|
|
205
|
-
const mergeBlock = blockInput.getBlock().message as bellatrix.BeaconBlock;
|
|
206
|
-
const mergeBlockHash = toRootHex(chain.config.getForkTypes(mergeBlock.slot).BeaconBlock.hashTreeRoot(mergeBlock));
|
|
207
|
-
const powBlockRootHex = toRootHex(mergeBlock.body.executionPayload.parentHash);
|
|
208
|
-
const powBlock = await chain.eth1.getPowBlock(powBlockRootHex).catch((error) => {
|
|
209
|
-
// Lets just warn the user here, errors if any will be reported on
|
|
210
|
-
// `assertValidTerminalPowBlock` checks
|
|
211
|
-
chain.logger.warn(
|
|
212
|
-
"Error fetching terminal PoW block referred in the merge transition block",
|
|
213
|
-
{powBlockHash: powBlockRootHex, mergeBlockHash},
|
|
214
|
-
error
|
|
215
|
-
);
|
|
216
|
-
return null;
|
|
217
|
-
});
|
|
218
|
-
|
|
219
|
-
const powBlockParent =
|
|
220
|
-
powBlock &&
|
|
221
|
-
(await chain.eth1.getPowBlock(powBlock.parentHash).catch((error) => {
|
|
222
|
-
// Lets just warn the user here, errors if any will be reported on
|
|
223
|
-
// `assertValidTerminalPowBlock` checks
|
|
224
|
-
chain.logger.warn(
|
|
225
|
-
"Error fetching parent of the terminal PoW block referred in the merge transition block",
|
|
226
|
-
{powBlockParentHash: powBlock.parentHash, powBlock: powBlockRootHex, mergeBlockHash},
|
|
227
|
-
error
|
|
228
|
-
);
|
|
229
|
-
return null;
|
|
230
|
-
}));
|
|
231
|
-
|
|
232
|
-
// executionStatus will never == ExecutionStatus.PreMerge if it's the mergeBlock. But gotta make TS happy =D
|
|
233
|
-
if (executionStatus === ExecutionStatus.PreMerge) {
|
|
234
|
-
throw Error("Merge block must not have executionStatus == PreMerge");
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
assertValidTerminalPowBlock(chain.config, mergeBlock, {executionStatus, powBlock, powBlockParent});
|
|
238
|
-
// Valid execution payload, but may not be in a valid beacon chain block. Delay printing the POS ACTIVATED banner
|
|
239
|
-
// to the end of the verify block routine, which confirms that this block is fully valid.
|
|
240
|
-
mergeBlockFound = mergeBlock;
|
|
241
|
-
}
|
|
242
108
|
}
|
|
243
109
|
|
|
244
110
|
const executionTime = Date.now();
|
|
@@ -265,7 +131,6 @@ export async function verifyBlocksExecutionPayload(
|
|
|
265
131
|
execAborted: null,
|
|
266
132
|
executionStatuses,
|
|
267
133
|
executionTime,
|
|
268
|
-
mergeBlockFound,
|
|
269
134
|
};
|
|
270
135
|
}
|
|
271
136
|
|
|
@@ -275,28 +140,18 @@ export async function verifyBlocksExecutionPayload(
|
|
|
275
140
|
export async function verifyBlockExecutionPayload(
|
|
276
141
|
chain: VerifyBlockExecutionPayloadModules,
|
|
277
142
|
blockInput: IBlockInput,
|
|
278
|
-
preState0: CachedBeaconStateAllForks
|
|
279
|
-
opts: BlockProcessOpts,
|
|
280
|
-
isOptimisticallySafe: boolean,
|
|
281
|
-
currentSlot: Slot
|
|
143
|
+
preState0: CachedBeaconStateAllForks
|
|
282
144
|
): Promise<VerifyBlockExecutionResponse> {
|
|
283
145
|
const block = blockInput.getBlock();
|
|
284
146
|
/** Not null if execution is enabled */
|
|
285
147
|
const executionPayloadEnabled =
|
|
286
|
-
isExecutionStateType(preState0) &&
|
|
287
|
-
isExecutionBlockBodyType(block.message.body) &&
|
|
288
|
-
// Safe to use with a state previous to block's preState. isMergeComplete can only transition from false to true.
|
|
289
|
-
// - If preState0 is after merge block: condition is true, and will always be true
|
|
290
|
-
// - If preState0 is before merge block: the block could lie but then state transition function will throw above
|
|
291
|
-
// It is kinda safe to send non-trusted payloads to the execution client because at most it can trigger sync.
|
|
292
|
-
// TODO: If this becomes a problem, do some basic verification beforehand, like checking the proposer signature.
|
|
293
|
-
isExecutionEnabled(preState0, block.message)
|
|
148
|
+
isExecutionStateType(preState0) && isExecutionBlockBodyType(block.message.body)
|
|
294
149
|
? block.message.body.executionPayload
|
|
295
150
|
: null;
|
|
296
151
|
|
|
297
152
|
if (!executionPayloadEnabled) {
|
|
298
|
-
//
|
|
299
|
-
return {executionStatus: ExecutionStatus.PreMerge, execError: null}
|
|
153
|
+
// Pre-merge block, no execution payload to verify
|
|
154
|
+
return {executionStatus: ExecutionStatus.PreMerge, lvhResponse: undefined, execError: null};
|
|
300
155
|
}
|
|
301
156
|
|
|
302
157
|
// TODO: Handle better notifyNewPayload() returning error is syncing
|
|
@@ -343,24 +198,10 @@ export async function verifyBlockExecutionPayload(
|
|
|
343
198
|
}
|
|
344
199
|
|
|
345
200
|
// Accepted and Syncing have the same treatment, as final validation of block is pending
|
|
201
|
+
// Post-merge, we're always safe to optimistically import
|
|
346
202
|
case ExecutionPayloadStatus.ACCEPTED:
|
|
347
|
-
case ExecutionPayloadStatus.SYNCING:
|
|
348
|
-
// Check if the entire segment was deemed safe or, this block specifically itself if not in
|
|
349
|
-
// the safeSlotsToImportOptimistically window of current slot, then we can import else
|
|
350
|
-
// we need to throw and not import his block
|
|
351
|
-
const safeSlotsToImportOptimistically =
|
|
352
|
-
opts.safeSlotsToImportOptimistically ?? SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY;
|
|
353
|
-
if (!isOptimisticallySafe && blockInput.slot + safeSlotsToImportOptimistically >= currentSlot) {
|
|
354
|
-
const execError = new BlockError(block, {
|
|
355
|
-
code: BlockErrorCode.EXECUTION_ENGINE_ERROR,
|
|
356
|
-
execStatus: ExecutionPayloadStatus.UNSAFE_OPTIMISTIC_STATUS,
|
|
357
|
-
errorMessage: `not safe to import ${execResult.status} payload within ${opts.safeSlotsToImportOptimistically} of currentSlot`,
|
|
358
|
-
});
|
|
359
|
-
return {executionStatus: null, execError} as VerifyBlockExecutionResponse;
|
|
360
|
-
}
|
|
361
|
-
|
|
203
|
+
case ExecutionPayloadStatus.SYNCING:
|
|
362
204
|
return {executionStatus: ExecutionStatus.Syncing, execError: null};
|
|
363
|
-
}
|
|
364
205
|
|
|
365
206
|
// If the block has is not valid, or it referenced an invalid terminal block then the
|
|
366
207
|
// block is invalid, however it has no bearing on any forkChoice cleanup
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {CachedBeaconStateAllForks, getBlockSignatureSets} from "@lodestar/state-transition";
|
|
1
|
+
import {CachedBeaconStateAllForks, Index2PubkeyCache, getBlockSignatureSets} from "@lodestar/state-transition";
|
|
2
2
|
import {IndexedAttestation, SignedBeaconBlock} from "@lodestar/types";
|
|
3
3
|
import {Logger} from "@lodestar/utils";
|
|
4
4
|
import {Metrics} from "../../metrics/metrics.js";
|
|
@@ -15,6 +15,7 @@ import {ImportBlockOpts} from "./types.js";
|
|
|
15
15
|
* Since all data is known in advance all signatures are verified at once in parallel.
|
|
16
16
|
*/
|
|
17
17
|
export async function verifyBlocksSignatures(
|
|
18
|
+
index2pubkey: Index2PubkeyCache,
|
|
18
19
|
bls: IBlsVerifier,
|
|
19
20
|
logger: Logger,
|
|
20
21
|
metrics: Metrics | null,
|
|
@@ -38,7 +39,7 @@ export async function verifyBlocksSignatures(
|
|
|
38
39
|
: //
|
|
39
40
|
// Verify signatures per block to track which block is invalid
|
|
40
41
|
bls.verifySignatureSets(
|
|
41
|
-
getBlockSignatureSets(preState0, block, indexedAttestationsByBlock[i], {
|
|
42
|
+
getBlockSignatureSets(index2pubkey, preState0, block, indexedAttestationsByBlock[i], {
|
|
42
43
|
skipProposerSignature: opts.validProposerSignature,
|
|
43
44
|
})
|
|
44
45
|
);
|
package/src/chain/chain.ts
CHANGED
|
@@ -3,7 +3,7 @@ import {PrivateKey} from "@libp2p/interface";
|
|
|
3
3
|
import {PubkeyIndexMap} from "@chainsafe/pubkey-index-map";
|
|
4
4
|
import {CompositeTypeAny, TreeView, Type} from "@chainsafe/ssz";
|
|
5
5
|
import {BeaconConfig} from "@lodestar/config";
|
|
6
|
-
import {CheckpointWithHex,
|
|
6
|
+
import {CheckpointWithHex, IForkChoice, ProtoBlock, UpdateHeadOpt} from "@lodestar/fork-choice";
|
|
7
7
|
import {LoggerNode} from "@lodestar/logger/node";
|
|
8
8
|
import {EFFECTIVE_BALANCE_INCREMENT, GENESIS_SLOT, SLOTS_PER_EPOCH, isForkPostElectra} from "@lodestar/params";
|
|
9
9
|
import {
|
|
@@ -43,7 +43,6 @@ import {Logger, fromHex, gweiToWei, isErrorAborted, pruneSetToMax, sleep, toRoot
|
|
|
43
43
|
import {ProcessShutdownCallback} from "@lodestar/validator";
|
|
44
44
|
import {GENESIS_EPOCH, ZERO_HASH} from "../constants/index.js";
|
|
45
45
|
import {IBeaconDb} from "../db/index.js";
|
|
46
|
-
import {IEth1ForBlockProduction} from "../eth1/index.js";
|
|
47
46
|
import {BuilderStatus} from "../execution/builder/http.js";
|
|
48
47
|
import {IExecutionBuilder, IExecutionEngine} from "../execution/index.js";
|
|
49
48
|
import {Metrics} from "../metrics/index.js";
|
|
@@ -117,7 +116,6 @@ const DEFAULT_MAX_CACHED_PRODUCED_RESULTS = 4;
|
|
|
117
116
|
export class BeaconChain implements IBeaconChain {
|
|
118
117
|
readonly genesisTime: UintNum64;
|
|
119
118
|
readonly genesisValidatorsRoot: Root;
|
|
120
|
-
readonly eth1: IEth1ForBlockProduction;
|
|
121
119
|
readonly executionEngine: IExecutionEngine;
|
|
122
120
|
readonly executionBuilder?: IExecutionBuilder;
|
|
123
121
|
// Expose config for convenience in modularized functions
|
|
@@ -216,7 +214,6 @@ export class BeaconChain implements IBeaconChain {
|
|
|
216
214
|
validatorMonitor,
|
|
217
215
|
anchorState,
|
|
218
216
|
isAnchorStateFinalized,
|
|
219
|
-
eth1,
|
|
220
217
|
executionEngine,
|
|
221
218
|
executionBuilder,
|
|
222
219
|
}: {
|
|
@@ -233,7 +230,6 @@ export class BeaconChain implements IBeaconChain {
|
|
|
233
230
|
validatorMonitor: ValidatorMonitor | null;
|
|
234
231
|
anchorState: BeaconStateAllForks;
|
|
235
232
|
isAnchorStateFinalized: boolean;
|
|
236
|
-
eth1: IEth1ForBlockProduction;
|
|
237
233
|
executionEngine: IExecutionEngine;
|
|
238
234
|
executionBuilder?: IExecutionBuilder;
|
|
239
235
|
}
|
|
@@ -248,7 +244,6 @@ export class BeaconChain implements IBeaconChain {
|
|
|
248
244
|
this.genesisTime = anchorState.genesisTime;
|
|
249
245
|
this.anchorStateLatestBlockSlot = anchorState.latestBlockHeader.slot;
|
|
250
246
|
this.genesisValidatorsRoot = anchorState.genesisValidatorsRoot;
|
|
251
|
-
this.eth1 = eth1;
|
|
252
247
|
this.executionEngine = executionEngine;
|
|
253
248
|
this.executionBuilder = executionBuilder;
|
|
254
249
|
const signal = this.abortController.signal;
|
|
@@ -294,7 +289,7 @@ export class BeaconChain implements IBeaconChain {
|
|
|
294
289
|
// Restore state caches
|
|
295
290
|
// anchorState may already by a CachedBeaconState. If so, don't create the cache again, since deserializing all
|
|
296
291
|
// pubkeys takes ~30 seconds for 350k keys (mainnet 2022Q2).
|
|
297
|
-
// When the BeaconStateCache is created in
|
|
292
|
+
// When the BeaconStateCache is created in initializeBeaconStateFromEth1 it may be incorrect. Until we can ensure that
|
|
298
293
|
// it's safe to re-use _ANY_ BeaconStateCache, this option is disabled by default and only used in tests.
|
|
299
294
|
const cachedState =
|
|
300
295
|
isCachedBeaconState(anchorState) && opts.skipCreateStateCacheIfAvailable
|
|
@@ -417,15 +412,6 @@ export class BeaconChain implements IBeaconChain {
|
|
|
417
412
|
signal
|
|
418
413
|
);
|
|
419
414
|
|
|
420
|
-
// Stop polling eth1 data if anchor state is in Electra AND deposit_requests_start_index is reached
|
|
421
|
-
const anchorStateFork = this.config.getForkName(anchorState.slot);
|
|
422
|
-
if (isForkPostElectra(anchorStateFork)) {
|
|
423
|
-
const {eth1DepositIndex, depositRequestsStartIndex} = anchorState as BeaconStateElectra;
|
|
424
|
-
if (eth1DepositIndex === Number(depositRequestsStartIndex)) {
|
|
425
|
-
this.eth1.stopPollingEth1Data();
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
|
|
429
415
|
// always run PrepareNextSlotScheduler except for fork_choice spec tests
|
|
430
416
|
if (!opts?.disablePrepareNextSlot) {
|
|
431
417
|
new PrepareNextSlotScheduler(this, this.config, metrics, this.logger, signal);
|
|
@@ -757,7 +743,7 @@ export class BeaconChain implements IBeaconChain {
|
|
|
757
743
|
RegenCaller.produceBlock
|
|
758
744
|
);
|
|
759
745
|
const proposerIndex = state.epochCtx.getBeaconProposer(slot);
|
|
760
|
-
const proposerPubKey =
|
|
746
|
+
const proposerPubKey = this.index2pubkey[proposerIndex].toBytes();
|
|
761
747
|
|
|
762
748
|
const {body, produceResult, executionPayloadValue, shouldOverrideBuilder} = await produceBlockBody.call(
|
|
763
749
|
this,
|
|
@@ -1177,17 +1163,6 @@ export class BeaconChain implements IBeaconChain {
|
|
|
1177
1163
|
this.seenAggregatedAttestations.prune(epoch);
|
|
1178
1164
|
this.seenBlockAttesters.prune(epoch);
|
|
1179
1165
|
this.beaconProposerCache.prune(epoch);
|
|
1180
|
-
|
|
1181
|
-
// Poll for merge block in the background to speed-up block production. Only if:
|
|
1182
|
-
// - after BELLATRIX_FORK_EPOCH
|
|
1183
|
-
// - Beacon node synced
|
|
1184
|
-
// - head state not isMergeTransitionComplete
|
|
1185
|
-
if (this.config.BELLATRIX_FORK_EPOCH - epoch < 1) {
|
|
1186
|
-
const head = this.forkChoice.getHead();
|
|
1187
|
-
if (epoch - computeEpochAtSlot(head.slot) < 5 && head.executionStatus === ExecutionStatus.PreMerge) {
|
|
1188
|
-
this.eth1.startPollingMergeBlock();
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
1166
|
}
|
|
1192
1167
|
|
|
1193
1168
|
protected onNewHead(head: ProtoBlock): void {
|
|
@@ -1355,7 +1330,7 @@ export class BeaconChain implements IBeaconChain {
|
|
|
1355
1330
|
throw Error(`State is not in cache for slot ${slot}`);
|
|
1356
1331
|
}
|
|
1357
1332
|
|
|
1358
|
-
const rewards = await computeAttestationsRewards(
|
|
1333
|
+
const rewards = await computeAttestationsRewards(this.pubkey2index, cachedState, validatorIds);
|
|
1359
1334
|
|
|
1360
1335
|
return {rewards, executionOptimistic, finalized};
|
|
1361
1336
|
}
|
|
@@ -1372,6 +1347,6 @@ export class BeaconChain implements IBeaconChain {
|
|
|
1372
1347
|
|
|
1373
1348
|
preState = processSlots(preState, block.slot); // Dial preState's slot to block.slot
|
|
1374
1349
|
|
|
1375
|
-
return computeSyncCommitteeRewards(block, preState.clone(), validatorIds);
|
|
1350
|
+
return computeSyncCommitteeRewards(this.index2pubkey, block, preState.clone(), validatorIds);
|
|
1376
1351
|
}
|
|
1377
1352
|
}
|
|
@@ -18,7 +18,6 @@ import {
|
|
|
18
18
|
getBlockRootAtSlot,
|
|
19
19
|
getEffectiveBalanceIncrementsZeroInactive,
|
|
20
20
|
isExecutionStateType,
|
|
21
|
-
isMergeTransitionComplete,
|
|
22
21
|
} from "@lodestar/state-transition";
|
|
23
22
|
import {Slot, ssz} from "@lodestar/types";
|
|
24
23
|
import {Logger, toRootHex} from "@lodestar/utils";
|
|
@@ -135,7 +134,7 @@ export function initializeForkChoiceFromFinalizedState(
|
|
|
135
134
|
unrealizedFinalizedEpoch: finalizedCheckpoint.epoch,
|
|
136
135
|
unrealizedFinalizedRoot: toRootHex(finalizedCheckpoint.root),
|
|
137
136
|
|
|
138
|
-
...(isExecutionStateType(state)
|
|
137
|
+
...(isExecutionStateType(state)
|
|
139
138
|
? {
|
|
140
139
|
executionPayloadBlockHash: toRootHex(state.latestExecutionPayloadHeader.blockHash),
|
|
141
140
|
executionPayloadNumber: state.latestExecutionPayloadHeader.blockNumber,
|
|
@@ -216,7 +215,7 @@ export function initializeForkChoiceFromUnfinalizedState(
|
|
|
216
215
|
unrealizedFinalizedEpoch: finalizedCheckpoint.epoch,
|
|
217
216
|
unrealizedFinalizedRoot: toRootHex(finalizedCheckpoint.root),
|
|
218
217
|
|
|
219
|
-
...(isExecutionStateType(unfinalizedState)
|
|
218
|
+
...(isExecutionStateType(unfinalizedState)
|
|
220
219
|
? {
|
|
221
220
|
executionPayloadBlockHash: toRootHex(unfinalizedState.latestExecutionPayloadHeader.blockHash),
|
|
222
221
|
executionPayloadNumber: unfinalizedState.latestExecutionPayloadHeader.blockNumber,
|
package/src/chain/initState.ts
CHANGED
|
@@ -1,37 +1,11 @@
|
|
|
1
1
|
import {ChainForkConfig} from "@lodestar/config";
|
|
2
2
|
import {ZERO_HASH} from "@lodestar/params";
|
|
3
|
-
import {
|
|
4
|
-
BeaconStateAllForks,
|
|
5
|
-
CachedBeaconStateAllForks,
|
|
6
|
-
computeEpochAtSlot,
|
|
7
|
-
computeStartSlotAtEpoch,
|
|
8
|
-
} from "@lodestar/state-transition";
|
|
3
|
+
import {BeaconStateAllForks, computeEpochAtSlot, computeStartSlotAtEpoch} from "@lodestar/state-transition";
|
|
9
4
|
import {SignedBeaconBlock, ssz} from "@lodestar/types";
|
|
10
5
|
import {Logger, toHex, toRootHex} from "@lodestar/utils";
|
|
11
6
|
import {GENESIS_SLOT} from "../constants/index.js";
|
|
12
7
|
import {IBeaconDb} from "../db/index.js";
|
|
13
|
-
import {Eth1Provider} from "../eth1/index.js";
|
|
14
|
-
import {Eth1Options} from "../eth1/options.js";
|
|
15
8
|
import {Metrics} from "../metrics/index.js";
|
|
16
|
-
import {GenesisBuilder} from "./genesis/genesis.js";
|
|
17
|
-
import {GenesisResult} from "./genesis/interface.js";
|
|
18
|
-
|
|
19
|
-
export async function persistGenesisResult(
|
|
20
|
-
db: IBeaconDb,
|
|
21
|
-
genesisResult: GenesisResult,
|
|
22
|
-
genesisBlock: SignedBeaconBlock
|
|
23
|
-
): Promise<void> {
|
|
24
|
-
await Promise.all([
|
|
25
|
-
db.stateArchive.add(genesisResult.state),
|
|
26
|
-
db.blockArchive.add(genesisBlock),
|
|
27
|
-
db.depositDataRoot.putList(genesisResult.depositTree.getAllReadonlyValues()),
|
|
28
|
-
db.eth1Data.put(genesisResult.block.timestamp, {
|
|
29
|
-
...genesisResult.block,
|
|
30
|
-
depositCount: genesisResult.depositTree.length,
|
|
31
|
-
depositRoot: genesisResult.depositTree.hashTreeRoot(),
|
|
32
|
-
}),
|
|
33
|
-
]);
|
|
34
|
-
}
|
|
35
9
|
|
|
36
10
|
export async function persistAnchorState(
|
|
37
11
|
config: ChainForkConfig,
|
|
@@ -75,76 +49,6 @@ export function createGenesisBlock(config: ChainForkConfig, genesisState: Beacon
|
|
|
75
49
|
return genesisBlock;
|
|
76
50
|
}
|
|
77
51
|
|
|
78
|
-
/**
|
|
79
|
-
* Initialize and persist a genesis state and related data
|
|
80
|
-
*/
|
|
81
|
-
export async function initStateFromEth1({
|
|
82
|
-
config,
|
|
83
|
-
db,
|
|
84
|
-
logger,
|
|
85
|
-
opts,
|
|
86
|
-
signal,
|
|
87
|
-
}: {
|
|
88
|
-
config: ChainForkConfig;
|
|
89
|
-
db: IBeaconDb;
|
|
90
|
-
logger: Logger;
|
|
91
|
-
opts: Eth1Options;
|
|
92
|
-
signal: AbortSignal;
|
|
93
|
-
}): Promise<CachedBeaconStateAllForks> {
|
|
94
|
-
logger.info("Listening to eth1 for genesis state");
|
|
95
|
-
|
|
96
|
-
const statePreGenesis = await db.preGenesisState.get();
|
|
97
|
-
const depositTree = await db.depositDataRoot.getDepositRootTree();
|
|
98
|
-
const lastProcessedBlockNumber = await db.preGenesisStateLastProcessedBlock.get();
|
|
99
|
-
|
|
100
|
-
const builder = new GenesisBuilder({
|
|
101
|
-
config,
|
|
102
|
-
eth1Provider: new Eth1Provider(config, {...opts, logger}, signal),
|
|
103
|
-
logger,
|
|
104
|
-
signal,
|
|
105
|
-
pendingStatus:
|
|
106
|
-
statePreGenesis && depositTree !== undefined && lastProcessedBlockNumber != null
|
|
107
|
-
? {state: statePreGenesis, depositTree, lastProcessedBlockNumber}
|
|
108
|
-
: undefined,
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
try {
|
|
112
|
-
const genesisResult = await builder.waitForGenesis();
|
|
113
|
-
|
|
114
|
-
// Note: .hashTreeRoot() automatically commits()
|
|
115
|
-
const genesisBlock = createGenesisBlock(config, genesisResult.state);
|
|
116
|
-
const types = config.getForkTypes(GENESIS_SLOT);
|
|
117
|
-
const stateRoot = genesisResult.state.hashTreeRoot();
|
|
118
|
-
const blockRoot = types.BeaconBlock.hashTreeRoot(genesisBlock.message);
|
|
119
|
-
|
|
120
|
-
logger.info("Initializing genesis state", {
|
|
121
|
-
stateRoot: toRootHex(stateRoot),
|
|
122
|
-
blockRoot: toRootHex(blockRoot),
|
|
123
|
-
validatorCount: genesisResult.state.validators.length,
|
|
124
|
-
});
|
|
125
|
-
|
|
126
|
-
await persistGenesisResult(db, genesisResult, genesisBlock);
|
|
127
|
-
|
|
128
|
-
logger.verbose("Clearing pending genesis state if any");
|
|
129
|
-
await db.preGenesisState.delete();
|
|
130
|
-
await db.preGenesisStateLastProcessedBlock.delete();
|
|
131
|
-
|
|
132
|
-
return genesisResult.state;
|
|
133
|
-
} catch (e) {
|
|
134
|
-
if (builder.lastProcessedBlockNumber != null) {
|
|
135
|
-
logger.info("Persisting genesis state", {block: builder.lastProcessedBlockNumber});
|
|
136
|
-
|
|
137
|
-
// Commit changed before serializing
|
|
138
|
-
builder.state.commit();
|
|
139
|
-
|
|
140
|
-
await db.preGenesisState.put(builder.state);
|
|
141
|
-
await db.depositDataRoot.putList(builder.depositTree.getAllReadonlyValues());
|
|
142
|
-
await db.preGenesisStateLastProcessedBlock.put(builder.lastProcessedBlockNumber);
|
|
143
|
-
}
|
|
144
|
-
throw e;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
52
|
/**
|
|
149
53
|
* Restore the latest beacon state from db
|
|
150
54
|
*/
|
package/src/chain/interface.ts
CHANGED
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
phase0,
|
|
26
26
|
} from "@lodestar/types";
|
|
27
27
|
import {Logger} from "@lodestar/utils";
|
|
28
|
-
import {IEth1ForBlockProduction} from "../eth1/index.js";
|
|
29
28
|
import {IExecutionBuilder, IExecutionEngine} from "../execution/index.js";
|
|
30
29
|
import {Metrics} from "../metrics/metrics.js";
|
|
31
30
|
import {BufferPool} from "../util/bufferPool.js";
|
|
@@ -88,7 +87,6 @@ export interface IBeaconChain {
|
|
|
88
87
|
readonly genesisTime: UintNum64;
|
|
89
88
|
readonly genesisValidatorsRoot: Root;
|
|
90
89
|
readonly earliestAvailableSlot: Slot;
|
|
91
|
-
readonly eth1: IEth1ForBlockProduction;
|
|
92
90
|
readonly executionEngine: IExecutionEngine;
|
|
93
91
|
readonly executionBuilder?: IExecutionBuilder;
|
|
94
92
|
// Expose config for convenience in modularized functions
|
package/src/chain/options.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY} from "@lodestar/params";
|
|
2
1
|
import {defaultOptions as defaultValidatorOptions} from "@lodestar/validator";
|
|
3
2
|
import {DEFAULT_ARCHIVE_MODE} from "./archiveStore/constants.js";
|
|
4
3
|
import {ArchiveMode, ArchiveStoreOpts} from "./archiveStore/interface.js";
|
|
@@ -56,10 +55,6 @@ export type BlockProcessOpts = {
|
|
|
56
55
|
* Will double processing times. Use only for debugging purposes.
|
|
57
56
|
*/
|
|
58
57
|
disableBlsBatchVerify?: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Override SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY
|
|
61
|
-
*/
|
|
62
|
-
safeSlotsToImportOptimistically?: number;
|
|
63
58
|
/**
|
|
64
59
|
* Assert progressive balances the same to EpochTransitionCache
|
|
65
60
|
*/
|
|
@@ -109,7 +104,6 @@ export const defaultChainOptions: IChainOptions = {
|
|
|
109
104
|
proposerBoost: true,
|
|
110
105
|
proposerBoostReorg: true,
|
|
111
106
|
computeUnrealized: true,
|
|
112
|
-
safeSlotsToImportOptimistically: SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY,
|
|
113
107
|
suggestedFeeRecipient: defaultValidatorOptions.suggestedFeeRecipient,
|
|
114
108
|
serveHistoricalState: false,
|
|
115
109
|
assertCorrectProgressiveBalances: false,
|