@lodestar/beacon-node 1.46.0-dev.ba5ee9aff0 → 1.46.0-dev.c65aaefd91
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/api.js.map +1 -1
- package/lib/api/impl/beacon/blocks/index.d.ts +1 -1
- package/lib/api/impl/beacon/blocks/index.d.ts.map +1 -1
- package/lib/api/impl/beacon/blocks/index.js.map +1 -1
- package/lib/api/impl/beacon/blocks/utils.js.map +1 -1
- package/lib/api/impl/beacon/index.js.map +1 -1
- package/lib/api/impl/beacon/pool/index.d.ts +1 -1
- package/lib/api/impl/beacon/pool/index.d.ts.map +1 -1
- package/lib/api/impl/beacon/pool/index.js.map +1 -1
- package/lib/api/impl/beacon/rewards/index.d.ts +1 -1
- package/lib/api/impl/beacon/rewards/index.d.ts.map +1 -1
- package/lib/api/impl/beacon/rewards/index.js.map +1 -1
- package/lib/api/impl/beacon/state/index.d.ts +1 -1
- package/lib/api/impl/beacon/state/index.d.ts.map +1 -1
- package/lib/api/impl/beacon/state/index.js.map +1 -1
- package/lib/api/impl/beacon/state/utils.js.map +1 -1
- package/lib/api/impl/config/constants.d.ts +2 -0
- package/lib/api/impl/config/constants.d.ts.map +1 -1
- package/lib/api/impl/config/constants.js +4 -1
- package/lib/api/impl/config/constants.js.map +1 -1
- package/lib/api/impl/config/index.js.map +1 -1
- package/lib/api/impl/debug/index.d.ts +1 -1
- package/lib/api/impl/debug/index.d.ts.map +1 -1
- package/lib/api/impl/debug/index.js.map +1 -1
- package/lib/api/impl/errors.js.map +1 -1
- package/lib/api/impl/events/index.d.ts +1 -1
- package/lib/api/impl/events/index.d.ts.map +1 -1
- package/lib/api/impl/events/index.js.map +1 -1
- package/lib/api/impl/lightclient/index.d.ts +1 -1
- package/lib/api/impl/lightclient/index.d.ts.map +1 -1
- package/lib/api/impl/lightclient/index.js.map +1 -1
- package/lib/api/impl/lodestar/attesterSlashing.js.map +1 -1
- package/lib/api/impl/lodestar/index.d.ts +1 -1
- package/lib/api/impl/lodestar/index.d.ts.map +1 -1
- package/lib/api/impl/lodestar/index.js +2 -3
- package/lib/api/impl/lodestar/index.js.map +1 -1
- package/lib/api/impl/node/index.js.map +1 -1
- package/lib/api/impl/node/utils.js.map +1 -1
- package/lib/api/impl/proof/index.js.map +1 -1
- package/lib/api/impl/utils.js.map +1 -1
- package/lib/api/impl/validator/index.d.ts.map +1 -1
- package/lib/api/impl/validator/index.js +7 -8
- package/lib/api/impl/validator/index.js.map +1 -1
- package/lib/api/impl/validator/utils.d.ts +1 -1
- package/lib/api/impl/validator/utils.d.ts.map +1 -1
- package/lib/api/impl/validator/utils.js.map +1 -1
- package/lib/api/rest/activeSockets.js.map +1 -1
- package/lib/api/rest/base.js.map +1 -1
- package/lib/api/rest/index.js.map +1 -1
- package/lib/api/rest/swaggerUI.js.map +1 -1
- package/lib/chain/ColumnReconstructionTracker.js.map +1 -1
- package/lib/chain/GetBlobsTracker.js.map +1 -1
- package/lib/chain/archiveStore/archiveStore.d.ts.map +1 -1
- package/lib/chain/archiveStore/archiveStore.js +18 -5
- package/lib/chain/archiveStore/archiveStore.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/getHistoricalState.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/historicalStateRegen.d.ts.map +1 -1
- package/lib/chain/archiveStore/historicalState/historicalStateRegen.js +0 -1
- package/lib/chain/archiveStore/historicalState/historicalStateRegen.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/metrics.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/types.js +1 -2
- package/lib/chain/archiveStore/historicalState/types.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/worker.js.map +1 -1
- package/lib/chain/archiveStore/interface.js +1 -2
- package/lib/chain/archiveStore/interface.js.map +1 -1
- package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.d.ts.map +1 -1
- package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.js +1 -2
- package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.js.map +1 -1
- package/lib/chain/archiveStore/utils/archiveBlocks.js.map +1 -1
- package/lib/chain/archiveStore/utils/pruneHistory.js.map +1 -1
- package/lib/chain/archiveStore/utils/updateBackfillRange.js.map +1 -1
- package/lib/chain/balancesCache.js.map +1 -1
- package/lib/chain/beaconProposerCache.js.map +1 -1
- package/lib/chain/blocks/blockInput/blockInput.d.ts.map +1 -1
- package/lib/chain/blocks/blockInput/blockInput.js.map +1 -1
- package/lib/chain/blocks/blockInput/errors.js +1 -2
- package/lib/chain/blocks/blockInput/errors.js.map +1 -1
- package/lib/chain/blocks/blockInput/types.js +2 -4
- package/lib/chain/blocks/blockInput/types.js.map +1 -1
- package/lib/chain/blocks/blockInput/utils.js.map +1 -1
- package/lib/chain/blocks/importBlock.js.map +1 -1
- package/lib/chain/blocks/importExecutionPayload.js +1 -2
- package/lib/chain/blocks/importExecutionPayload.js.map +1 -1
- package/lib/chain/blocks/index.js.map +1 -1
- package/lib/chain/blocks/payloadEnvelopeInput/payloadEnvelopeInput.js.map +1 -1
- package/lib/chain/blocks/payloadEnvelopeInput/types.js +1 -2
- package/lib/chain/blocks/payloadEnvelopeInput/types.js.map +1 -1
- package/lib/chain/blocks/payloadEnvelopeProcessor.js.map +1 -1
- package/lib/chain/blocks/types.js +3 -6
- package/lib/chain/blocks/types.js.map +1 -1
- package/lib/chain/blocks/utils/chainSegment.js.map +1 -1
- package/lib/chain/blocks/utils/checkpoint.js.map +1 -1
- package/lib/chain/blocks/utils/polarBearBanner.d.ts +2 -0
- package/lib/chain/blocks/utils/polarBearBanner.d.ts.map +1 -0
- package/lib/chain/blocks/utils/polarBearBanner.js +51 -0
- package/lib/chain/blocks/utils/polarBearBanner.js.map +1 -0
- package/lib/chain/blocks/verifyBlock.d.ts.map +1 -1
- package/lib/chain/blocks/verifyBlock.js +5 -0
- package/lib/chain/blocks/verifyBlock.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksDataAvailability.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksSanityChecks.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksStateTransitionOnly.js.map +1 -1
- package/lib/chain/blocks/verifyExecutionPayloadEnvelope.js +1 -1
- package/lib/chain/blocks/verifyExecutionPayloadEnvelope.js.map +1 -1
- package/lib/chain/blocks/verifyPayloadsDataAvailability.js.map +1 -1
- package/lib/chain/blocks/writeBlockInputToDb.js.map +1 -1
- package/lib/chain/blocks/writePayloadEnvelopeInputToDb.js.map +1 -1
- package/lib/chain/bls/maybeBatch.js.map +1 -1
- package/lib/chain/bls/multithread/index.d.ts.map +1 -1
- package/lib/chain/bls/multithread/index.js +0 -1
- package/lib/chain/bls/multithread/index.js.map +1 -1
- package/lib/chain/bls/multithread/jobItem.js +1 -2
- package/lib/chain/bls/multithread/jobItem.js.map +1 -1
- package/lib/chain/bls/multithread/types.js +1 -2
- package/lib/chain/bls/multithread/types.js.map +1 -1
- package/lib/chain/bls/multithread/utils.js.map +1 -1
- package/lib/chain/bls/multithread/worker.js.map +1 -1
- package/lib/chain/bls/singleThread.js.map +1 -1
- package/lib/chain/bls/utils.js.map +1 -1
- package/lib/chain/builderCircuitBreaker.js.map +1 -1
- package/lib/chain/chain.d.ts +2 -2
- package/lib/chain/chain.d.ts.map +1 -1
- package/lib/chain/chain.js.map +1 -1
- package/lib/chain/emitter.d.ts +1 -1
- package/lib/chain/emitter.d.ts.map +1 -1
- package/lib/chain/emitter.js +1 -2
- package/lib/chain/emitter.js.map +1 -1
- package/lib/chain/errors/attestationError.js +1 -2
- package/lib/chain/errors/attestationError.js.map +1 -1
- package/lib/chain/errors/attesterSlashingError.js +1 -2
- package/lib/chain/errors/attesterSlashingError.js.map +1 -1
- package/lib/chain/errors/blobSidecarError.js +1 -2
- package/lib/chain/errors/blobSidecarError.js.map +1 -1
- package/lib/chain/errors/blockError.js +1 -2
- package/lib/chain/errors/blockError.js.map +1 -1
- package/lib/chain/errors/blsToExecutionChangeError.js +1 -2
- package/lib/chain/errors/blsToExecutionChangeError.js.map +1 -1
- package/lib/chain/errors/dataColumnSidecarError.js +1 -2
- package/lib/chain/errors/dataColumnSidecarError.js.map +1 -1
- package/lib/chain/errors/executionPayloadBid.d.ts +11 -4
- package/lib/chain/errors/executionPayloadBid.d.ts.map +1 -1
- package/lib/chain/errors/executionPayloadBid.js +2 -2
- package/lib/chain/errors/executionPayloadBid.js.map +1 -1
- package/lib/chain/errors/executionPayloadEnvelope.js +1 -2
- package/lib/chain/errors/executionPayloadEnvelope.js.map +1 -1
- package/lib/chain/errors/gossipValidation.js +2 -4
- package/lib/chain/errors/gossipValidation.js.map +1 -1
- package/lib/chain/errors/lightClientError.js +2 -4
- package/lib/chain/errors/lightClientError.js.map +1 -1
- package/lib/chain/errors/payloadAttestation.js +1 -2
- package/lib/chain/errors/payloadAttestation.js.map +1 -1
- package/lib/chain/errors/proposerPreferences.js +1 -2
- package/lib/chain/errors/proposerPreferences.js.map +1 -1
- package/lib/chain/errors/proposerSlashingError.js +1 -2
- package/lib/chain/errors/proposerSlashingError.js.map +1 -1
- package/lib/chain/errors/syncCommitteeError.js +1 -2
- package/lib/chain/errors/syncCommitteeError.js.map +1 -1
- package/lib/chain/errors/voluntaryExitError.js +1 -2
- package/lib/chain/errors/voluntaryExitError.js.map +1 -1
- package/lib/chain/forkChoice/index.js +1 -2
- package/lib/chain/forkChoice/index.js.map +1 -1
- package/lib/chain/initState.d.ts +1 -1
- package/lib/chain/initState.d.ts.map +1 -1
- package/lib/chain/initState.js.map +1 -1
- package/lib/chain/interface.js +1 -2
- package/lib/chain/interface.js.map +1 -1
- package/lib/chain/lightClient/index.d.ts +29 -0
- package/lib/chain/lightClient/index.d.ts.map +1 -1
- package/lib/chain/lightClient/index.js.map +1 -1
- package/lib/chain/lightClient/proofs.js.map +1 -1
- package/lib/chain/opPools/aggregatedAttestationPool.d.ts.map +1 -1
- package/lib/chain/opPools/aggregatedAttestationPool.js +5 -6
- package/lib/chain/opPools/aggregatedAttestationPool.js.map +1 -1
- package/lib/chain/opPools/attestationPool.js.map +1 -1
- package/lib/chain/opPools/executionPayloadBidPool.js.map +1 -1
- package/lib/chain/opPools/opPool.js.map +1 -1
- package/lib/chain/opPools/payloadAttestationPool.js.map +1 -1
- package/lib/chain/opPools/proposerPreferencesPool.js.map +1 -1
- package/lib/chain/opPools/syncCommitteeMessagePool.js.map +1 -1
- package/lib/chain/opPools/syncContributionAndProofPool.js.map +1 -1
- package/lib/chain/opPools/types.js +2 -4
- package/lib/chain/opPools/types.js.map +1 -1
- package/lib/chain/opPools/utils.js.map +1 -1
- package/lib/chain/prepareNextSlot.d.ts +2 -1
- package/lib/chain/prepareNextSlot.d.ts.map +1 -1
- package/lib/chain/prepareNextSlot.js +34 -24
- package/lib/chain/prepareNextSlot.js.map +1 -1
- package/lib/chain/produceBlock/computeNewStateRoot.js.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.d.ts +1 -1
- package/lib/chain/produceBlock/produceBlockBody.d.ts.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.js +17 -11
- package/lib/chain/produceBlock/produceBlockBody.js.map +1 -1
- package/lib/chain/produceBlock/validateBlobsAndKzgCommitments.js.map +1 -1
- package/lib/chain/regen/errors.js +1 -2
- package/lib/chain/regen/errors.js.map +1 -1
- package/lib/chain/regen/interface.js +2 -4
- package/lib/chain/regen/interface.js.map +1 -1
- package/lib/chain/regen/queued.js.map +1 -1
- package/lib/chain/regen/regen.js.map +1 -1
- package/lib/chain/reprocess.js +1 -2
- package/lib/chain/reprocess.js.map +1 -1
- package/lib/chain/seenCache/seenAggregateAndProof.js.map +1 -1
- package/lib/chain/seenCache/seenAttestationData.js +1 -2
- package/lib/chain/seenCache/seenAttestationData.js.map +1 -1
- package/lib/chain/seenCache/seenAttesters.js.map +1 -1
- package/lib/chain/seenCache/seenBlockAttesters.js.map +1 -1
- package/lib/chain/seenCache/seenBlockProposers.js.map +1 -1
- package/lib/chain/seenCache/seenCommittee.js.map +1 -1
- package/lib/chain/seenCache/seenCommitteeContribution.js.map +1 -1
- package/lib/chain/seenCache/seenExecutionPayloadBids.d.ts +6 -5
- package/lib/chain/seenCache/seenExecutionPayloadBids.d.ts.map +1 -1
- package/lib/chain/seenCache/seenExecutionPayloadBids.js +16 -8
- package/lib/chain/seenCache/seenExecutionPayloadBids.js.map +1 -1
- package/lib/chain/seenCache/seenGossipBlockInput.d.ts +3 -3
- package/lib/chain/seenCache/seenGossipBlockInput.d.ts.map +1 -1
- package/lib/chain/seenCache/seenGossipBlockInput.js.map +1 -1
- package/lib/chain/seenCache/seenPayloadEnvelopeInput.d.ts +1 -1
- package/lib/chain/seenCache/seenPayloadEnvelopeInput.d.ts.map +1 -1
- package/lib/chain/seenCache/seenPayloadEnvelopeInput.js.map +1 -1
- package/lib/chain/serializeState.js.map +1 -1
- package/lib/chain/shufflingCache.js +1 -2
- package/lib/chain/shufflingCache.js.map +1 -1
- package/lib/chain/stateCache/datastore/db.js.map +1 -1
- package/lib/chain/stateCache/datastore/file.js.map +1 -1
- package/lib/chain/stateCache/fifoBlockStateCache.js.map +1 -1
- package/lib/chain/stateCache/mapMetrics.js.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.d.ts +45 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.d.ts.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.js.map +1 -1
- package/lib/chain/stateCache/types.js +1 -2
- package/lib/chain/stateCache/types.js.map +1 -1
- package/lib/chain/validation/aggregateAndProof.js.map +1 -1
- package/lib/chain/validation/attestation.js.map +1 -1
- package/lib/chain/validation/attesterSlashing.js.map +1 -1
- package/lib/chain/validation/blobSidecar.js +1 -1
- package/lib/chain/validation/blobSidecar.js.map +1 -1
- package/lib/chain/validation/block.js.map +1 -1
- package/lib/chain/validation/blsToExecutionChange.js.map +1 -1
- package/lib/chain/validation/dataColumnSidecar.d.ts.map +1 -1
- package/lib/chain/validation/dataColumnSidecar.js +21 -16
- package/lib/chain/validation/dataColumnSidecar.js.map +1 -1
- package/lib/chain/validation/executionPayloadBid.d.ts +0 -5
- package/lib/chain/validation/executionPayloadBid.d.ts.map +1 -1
- package/lib/chain/validation/executionPayloadBid.js +74 -26
- package/lib/chain/validation/executionPayloadBid.js.map +1 -1
- package/lib/chain/validation/executionPayloadEnvelope.js.map +1 -1
- package/lib/chain/validation/lightClientFinalityUpdate.js.map +1 -1
- package/lib/chain/validation/lightClientOptimisticUpdate.js.map +1 -1
- package/lib/chain/validation/payloadAttestationMessage.js.map +1 -1
- package/lib/chain/validation/proposerPreferences.js +8 -8
- package/lib/chain/validation/proposerPreferences.js.map +1 -1
- package/lib/chain/validation/proposerSlashing.js.map +1 -1
- package/lib/chain/validation/signatureSets/aggregateAndProof.js.map +1 -1
- package/lib/chain/validation/signatureSets/contributionAndProof.js.map +1 -1
- package/lib/chain/validation/signatureSets/selectionProof.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommittee.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeContribution.js.map +1 -1
- package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.js.map +1 -1
- package/lib/chain/validation/syncCommittee.js.map +1 -1
- package/lib/chain/validation/syncCommitteeContributionAndProof.js.map +1 -1
- package/lib/chain/validation/voluntaryExit.js.map +1 -1
- package/lib/chain/validatorMonitor.js +2 -3
- package/lib/chain/validatorMonitor.js.map +1 -1
- package/lib/constants/network.js +2 -4
- package/lib/constants/network.js.map +1 -1
- package/lib/db/beacon.js.map +1 -1
- package/lib/db/buckets.d.ts +23 -23
- package/lib/db/buckets.d.ts.map +1 -1
- package/lib/db/buckets.js +1 -2
- package/lib/db/buckets.js.map +1 -1
- package/lib/db/repositories/attesterSlashing.js.map +1 -1
- package/lib/db/repositories/backfilledRanges.js.map +1 -1
- package/lib/db/repositories/blobSidecars.js.map +1 -1
- package/lib/db/repositories/blobSidecarsArchive.js.map +1 -1
- package/lib/db/repositories/block.js.map +1 -1
- package/lib/db/repositories/blockArchive.js.map +1 -1
- package/lib/db/repositories/blockArchiveIndex.js.map +1 -1
- package/lib/db/repositories/blsToExecutionChange.js.map +1 -1
- package/lib/db/repositories/checkpointState.js.map +1 -1
- package/lib/db/repositories/dataColumnSidecar.js.map +1 -1
- package/lib/db/repositories/dataColumnSidecarArchive.js.map +1 -1
- package/lib/db/repositories/executionPayloadEnvelope.js.map +1 -1
- package/lib/db/repositories/executionPayloadEnvelopeArchive.js.map +1 -1
- package/lib/db/repositories/lightclientBestUpdate.js.map +1 -1
- package/lib/db/repositories/lightclientCheckpointHeader.js.map +1 -1
- package/lib/db/repositories/lightclientSyncCommittee.js.map +1 -1
- package/lib/db/repositories/lightclientSyncCommitteeWitness.js.map +1 -1
- package/lib/db/repositories/proposerSlashing.js.map +1 -1
- package/lib/db/repositories/stateArchive.js.map +1 -1
- package/lib/db/repositories/stateArchiveIndex.js.map +1 -1
- package/lib/db/repositories/voluntaryExit.js.map +1 -1
- package/lib/execution/builder/cache.js.map +1 -1
- package/lib/execution/builder/http.js +1 -2
- package/lib/execution/builder/http.js.map +1 -1
- package/lib/execution/builder/index.js.map +1 -1
- package/lib/execution/engine/disabled.js.map +1 -1
- package/lib/execution/engine/http.d.ts.map +1 -1
- package/lib/execution/engine/http.js.map +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.js +2 -4
- package/lib/execution/engine/interface.js.map +1 -1
- package/lib/execution/engine/jsonRpcHttpClient.d.ts +13 -10
- package/lib/execution/engine/jsonRpcHttpClient.d.ts.map +1 -1
- package/lib/execution/engine/jsonRpcHttpClient.js +1 -2
- package/lib/execution/engine/jsonRpcHttpClient.js.map +1 -1
- package/lib/execution/engine/jwt.js.map +1 -1
- package/lib/execution/engine/mock.js.map +1 -1
- package/lib/execution/engine/payloadIdCache.js.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 +1 -1
- package/lib/execution/engine/utils.d.ts.map +1 -1
- package/lib/execution/engine/utils.js.map +1 -1
- package/lib/metrics/metrics/beacon.d.ts.map +1 -1
- package/lib/metrics/metrics/beacon.js.map +1 -1
- package/lib/metrics/metrics/lodestar.d.ts +2 -2
- package/lib/metrics/metrics/lodestar.d.ts.map +1 -1
- package/lib/metrics/metrics/lodestar.js +1 -1
- package/lib/metrics/metrics/lodestar.js.map +1 -1
- package/lib/metrics/metrics.js.map +1 -1
- package/lib/metrics/nodeJsMetrics.js +1 -1
- package/lib/metrics/nodeJsMetrics.js.map +1 -1
- package/lib/metrics/server/http.d.ts +1 -1
- package/lib/metrics/server/http.d.ts.map +1 -1
- package/lib/metrics/server/http.js.map +1 -1
- package/lib/metrics/utils/avgMinMax.js.map +1 -1
- package/lib/metrics/utils/gauge.js.map +1 -1
- package/lib/metrics/utils/registryMetricCreator.js.map +1 -1
- package/lib/monitoring/clientStats.js.map +1 -1
- package/lib/monitoring/properties.js.map +1 -1
- package/lib/monitoring/service.js.map +1 -1
- package/lib/monitoring/system.d.ts.map +1 -1
- package/lib/monitoring/system.js.map +1 -1
- package/lib/monitoring/types.js +2 -4
- package/lib/monitoring/types.js.map +1 -1
- package/lib/network/core/events.d.ts.map +1 -1
- package/lib/network/core/events.js +2 -4
- package/lib/network/core/events.js.map +1 -1
- package/lib/network/core/metrics.d.ts +7 -6
- package/lib/network/core/metrics.d.ts.map +1 -1
- package/lib/network/core/metrics.js.map +1 -1
- package/lib/network/core/networkCore.d.ts +1 -1
- package/lib/network/core/networkCore.d.ts.map +1 -1
- package/lib/network/core/networkCore.js.map +1 -1
- package/lib/network/core/networkCoreWorker.js.map +1 -1
- package/lib/network/core/networkCoreWorkerHandler.d.ts.map +1 -1
- package/lib/network/core/networkCoreWorkerHandler.js +2 -7
- package/lib/network/core/networkCoreWorkerHandler.js.map +1 -1
- package/lib/network/discv5/index.d.ts +1 -1
- package/lib/network/discv5/index.d.ts.map +1 -1
- package/lib/network/discv5/index.js +1 -4
- package/lib/network/discv5/index.js.map +1 -1
- package/lib/network/discv5/utils.js +1 -2
- package/lib/network/discv5/utils.js.map +1 -1
- package/lib/network/discv5/worker.js.map +1 -1
- package/lib/network/events.d.ts.map +1 -1
- package/lib/network/events.js +2 -4
- package/lib/network/events.js.map +1 -1
- package/lib/network/forks.js.map +1 -1
- package/lib/network/gossip/encoding.js.map +1 -1
- package/lib/network/gossip/errors.js.map +1 -1
- package/lib/network/gossip/gossipsub.js.map +1 -1
- package/lib/network/gossip/interface.js +2 -4
- package/lib/network/gossip/interface.js.map +1 -1
- package/lib/network/gossip/metrics.d.ts +14 -12
- package/lib/network/gossip/metrics.d.ts.map +1 -1
- package/lib/network/gossip/metrics.js.map +1 -1
- package/lib/network/gossip/scoringParameters.d.ts +1 -1
- package/lib/network/gossip/scoringParameters.d.ts.map +1 -1
- package/lib/network/gossip/scoringParameters.js.map +1 -1
- package/lib/network/gossip/topic.d.ts +671 -26
- package/lib/network/gossip/topic.d.ts.map +1 -1
- package/lib/network/gossip/topic.js +3 -3
- package/lib/network/gossip/topic.js.map +1 -1
- package/lib/network/libp2p/error.js +1 -2
- package/lib/network/libp2p/error.js.map +1 -1
- package/lib/network/libp2p/index.d.ts.map +1 -1
- package/lib/network/libp2p/index.js +2 -9
- package/lib/network/libp2p/index.js.map +1 -1
- package/lib/network/metadata.js +2 -4
- package/lib/network/metadata.js.map +1 -1
- package/lib/network/network.d.ts +1 -1
- package/lib/network/network.d.ts.map +1 -1
- package/lib/network/network.js.map +1 -1
- package/lib/network/peers/client.js +1 -2
- package/lib/network/peers/client.js.map +1 -1
- package/lib/network/peers/datastore.d.ts +4 -1
- package/lib/network/peers/datastore.d.ts.map +1 -1
- package/lib/network/peers/datastore.js +1 -1
- package/lib/network/peers/datastore.js.map +1 -1
- package/lib/network/peers/discover.d.ts +7 -0
- package/lib/network/peers/discover.d.ts.map +1 -1
- package/lib/network/peers/discover.js +2 -4
- package/lib/network/peers/discover.js.map +1 -1
- package/lib/network/peers/peerManager.d.ts +1 -0
- package/lib/network/peers/peerManager.d.ts.map +1 -1
- package/lib/network/peers/peerManager.js.map +1 -1
- package/lib/network/peers/peersData.js +1 -2
- package/lib/network/peers/peersData.js.map +1 -1
- package/lib/network/peers/score/interface.js +2 -4
- package/lib/network/peers/score/interface.js.map +1 -1
- package/lib/network/peers/score/score.js.map +1 -1
- package/lib/network/peers/score/store.js.map +1 -1
- package/lib/network/peers/score/utils.js.map +1 -1
- package/lib/network/peers/utils/assertPeerRelevance.js +1 -2
- package/lib/network/peers/utils/assertPeerRelevance.js.map +1 -1
- package/lib/network/peers/utils/enrSubnetsDeserialize.js.map +1 -1
- package/lib/network/peers/utils/getConnectedPeerIds.js.map +1 -1
- package/lib/network/peers/utils/prioritizePeers.js +1 -2
- package/lib/network/peers/utils/prioritizePeers.js.map +1 -1
- package/lib/network/peers/utils/subnetMap.js.map +1 -1
- package/lib/network/processor/aggregatorTracker.js.map +1 -1
- package/lib/network/processor/extractSlotRootFns.js.map +1 -1
- package/lib/network/processor/gossipHandlers.js.map +1 -1
- package/lib/network/processor/gossipQueues/index.js.map +1 -1
- package/lib/network/processor/gossipQueues/indexed.js.map +1 -1
- package/lib/network/processor/gossipQueues/linear.js.map +1 -1
- package/lib/network/processor/gossipQueues/types.js +2 -4
- package/lib/network/processor/gossipQueues/types.js.map +1 -1
- package/lib/network/processor/gossipValidatorFn.js.map +1 -1
- package/lib/network/processor/index.d.ts.map +1 -1
- package/lib/network/processor/index.js +4 -5
- package/lib/network/processor/index.js.map +1 -1
- package/lib/network/reqresp/ReqRespBeaconNode.js.map +1 -1
- package/lib/network/reqresp/handlers/beaconBlocksByHead.js.map +1 -1
- package/lib/network/reqresp/handlers/beaconBlocksByRange.js.map +1 -1
- package/lib/network/reqresp/handlers/beaconBlocksByRoot.js.map +1 -1
- package/lib/network/reqresp/handlers/blobSidecarsByRange.js.map +1 -1
- package/lib/network/reqresp/handlers/blobSidecarsByRoot.js.map +1 -1
- package/lib/network/reqresp/handlers/dataColumnSidecarsByRange.js.map +1 -1
- package/lib/network/reqresp/handlers/dataColumnSidecarsByRoot.js.map +1 -1
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRange.js.map +1 -1
- package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRoot.js.map +1 -1
- package/lib/network/reqresp/handlers/index.js.map +1 -1
- package/lib/network/reqresp/handlers/lightClientBootstrap.js.map +1 -1
- package/lib/network/reqresp/handlers/lightClientFinalityUpdate.js +1 -1
- package/lib/network/reqresp/handlers/lightClientFinalityUpdate.js.map +1 -1
- package/lib/network/reqresp/handlers/lightClientOptimisticUpdate.js +1 -1
- package/lib/network/reqresp/handlers/lightClientOptimisticUpdate.js.map +1 -1
- package/lib/network/reqresp/handlers/lightClientUpdatesByRange.d.ts.map +1 -1
- package/lib/network/reqresp/handlers/lightClientUpdatesByRange.js +6 -2
- package/lib/network/reqresp/handlers/lightClientUpdatesByRange.js.map +1 -1
- package/lib/network/reqresp/interface.js +1 -2
- package/lib/network/reqresp/interface.js.map +1 -1
- package/lib/network/reqresp/protocols.d.ts.map +1 -1
- package/lib/network/reqresp/protocols.js +35 -9
- package/lib/network/reqresp/protocols.js.map +1 -1
- package/lib/network/reqresp/rateLimit.js +1 -1
- package/lib/network/reqresp/rateLimit.js.map +1 -1
- package/lib/network/reqresp/score.js.map +1 -1
- package/lib/network/reqresp/types.js +2 -4
- package/lib/network/reqresp/types.js.map +1 -1
- package/lib/network/reqresp/utils/collect.js.map +1 -1
- package/lib/network/reqresp/utils/collectSequentialBlocksInRange.js +1 -2
- package/lib/network/reqresp/utils/collectSequentialBlocksInRange.js.map +1 -1
- package/lib/network/reqresp/utils/dataColumnResponseValidation.d.ts +1 -1
- package/lib/network/reqresp/utils/dataColumnResponseValidation.d.ts.map +1 -1
- package/lib/network/reqresp/utils/dataColumnResponseValidation.js.map +1 -1
- package/lib/network/statusCache.js.map +1 -1
- package/lib/network/subnets/attnetsService.js +1 -2
- package/lib/network/subnets/attnetsService.js.map +1 -1
- package/lib/network/subnets/interface.js.map +1 -1
- package/lib/network/subnets/syncnetsService.d.ts.map +1 -1
- package/lib/network/subnets/syncnetsService.js.map +1 -1
- package/lib/network/subnets/util.js.map +1 -1
- package/lib/network/util.js.map +1 -1
- package/lib/node/nodejs.d.ts +2 -2
- package/lib/node/nodejs.d.ts.map +1 -1
- package/lib/node/nodejs.js +1 -2
- package/lib/node/nodejs.js.map +1 -1
- package/lib/node/notifier.js.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/interop/state.js.map +1 -1
- package/lib/node/utils/lightclient.js.map +1 -1
- package/lib/node/utils/state.js.map +1 -1
- package/lib/sync/backfill/backfill.d.ts +7 -0
- package/lib/sync/backfill/backfill.d.ts.map +1 -1
- package/lib/sync/backfill/backfill.js +3 -6
- package/lib/sync/backfill/backfill.js.map +1 -1
- package/lib/sync/backfill/errors.js +1 -2
- package/lib/sync/backfill/errors.js.map +1 -1
- package/lib/sync/backfill/verify.js.map +1 -1
- package/lib/sync/constants.d.ts +6 -5
- package/lib/sync/constants.d.ts.map +1 -1
- package/lib/sync/constants.js +6 -5
- package/lib/sync/constants.js.map +1 -1
- package/lib/sync/interface.js +1 -2
- package/lib/sync/interface.js.map +1 -1
- package/lib/sync/range/batch.d.ts +10 -1
- package/lib/sync/range/batch.d.ts.map +1 -1
- package/lib/sync/range/batch.js +44 -16
- package/lib/sync/range/batch.js.map +1 -1
- package/lib/sync/range/chain.d.ts +10 -0
- package/lib/sync/range/chain.d.ts.map +1 -1
- package/lib/sync/range/chain.js +31 -17
- package/lib/sync/range/chain.js.map +1 -1
- package/lib/sync/range/range.d.ts.map +1 -1
- package/lib/sync/range/range.js +2 -4
- package/lib/sync/range/range.js.map +1 -1
- package/lib/sync/range/utils/batches.d.ts +18 -0
- package/lib/sync/range/utils/batches.d.ts.map +1 -1
- package/lib/sync/range/utils/batches.js +38 -0
- package/lib/sync/range/utils/batches.js.map +1 -1
- package/lib/sync/range/utils/chainTarget.js.map +1 -1
- package/lib/sync/range/utils/hashBlocks.js.map +1 -1
- package/lib/sync/range/utils/peerBalancer.js.map +1 -1
- package/lib/sync/range/utils/updateChains.js.map +1 -1
- package/lib/sync/sync.js.map +1 -1
- package/lib/sync/types.js +3 -6
- package/lib/sync/types.js.map +1 -1
- package/lib/sync/unknownBlock.d.ts +23 -0
- package/lib/sync/unknownBlock.d.ts.map +1 -1
- package/lib/sync/unknownBlock.js.map +1 -1
- package/lib/sync/utils/downloadByRange.d.ts +4 -4
- package/lib/sync/utils/downloadByRange.d.ts.map +1 -1
- package/lib/sync/utils/downloadByRange.js +1 -2
- package/lib/sync/utils/downloadByRange.js.map +1 -1
- package/lib/sync/utils/downloadByRoot.d.ts +7 -7
- package/lib/sync/utils/downloadByRoot.d.ts.map +1 -1
- package/lib/sync/utils/downloadByRoot.js +1 -2
- package/lib/sync/utils/downloadByRoot.js.map +1 -1
- package/lib/sync/utils/pendingBlocksTree.js.map +1 -1
- package/lib/sync/utils/rateLimit.js.map +1 -1
- package/lib/sync/utils/remoteSyncType.d.ts.map +1 -1
- package/lib/sync/utils/remoteSyncType.js +2 -4
- package/lib/sync/utils/remoteSyncType.js.map +1 -1
- package/lib/util/address.js.map +1 -1
- package/lib/util/array.js.map +1 -1
- package/lib/util/asyncIterableToEvents.js +1 -2
- package/lib/util/asyncIterableToEvents.js.map +1 -1
- package/lib/util/binarySearch.js.map +1 -1
- package/lib/util/bitArray.js +1 -2
- package/lib/util/bitArray.js.map +1 -1
- package/lib/util/blobs.js.map +1 -1
- package/lib/util/bufferPool.js +1 -2
- package/lib/util/bufferPool.js.map +1 -1
- package/lib/util/chunkify.js.map +1 -1
- package/lib/util/clock.js +1 -2
- package/lib/util/clock.js.map +1 -1
- package/lib/util/dataColumns.js +2 -4
- package/lib/util/dataColumns.js.map +1 -1
- package/lib/util/dependentRoot.js.map +1 -1
- package/lib/util/enum.js.map +1 -1
- package/lib/util/error.js.map +1 -1
- package/lib/util/eventLoop.js.map +1 -1
- package/lib/util/execution.js +1 -2
- package/lib/util/execution.js.map +1 -1
- package/lib/util/file.js.map +1 -1
- package/lib/util/forkChoice.js.map +1 -1
- package/lib/util/forkName.js.map +1 -1
- package/lib/util/graffiti.js.map +1 -1
- package/lib/util/hex.js.map +1 -1
- package/lib/util/ip.js.map +1 -1
- package/lib/util/itTrigger.js.map +1 -1
- package/lib/util/map.js.map +1 -1
- package/lib/util/metadata.js.map +1 -1
- package/lib/util/multifork.js.map +1 -1
- package/lib/util/numpy.js.map +1 -1
- package/lib/util/peerId.js.map +1 -1
- package/lib/util/profile.d.ts +3 -0
- package/lib/util/profile.d.ts.map +1 -1
- package/lib/util/profile.js +2 -29
- package/lib/util/profile.js.map +1 -1
- package/lib/util/promises.js.map +1 -1
- package/lib/util/queue/errors.js +1 -2
- package/lib/util/queue/errors.js.map +1 -1
- package/lib/util/queue/fnQueue.js.map +1 -1
- package/lib/util/queue/itemQueue.d.ts.map +1 -1
- package/lib/util/queue/itemQueue.js.map +1 -1
- package/lib/util/queue/options.js +1 -2
- package/lib/util/queue/options.js.map +1 -1
- package/lib/util/serializedCache.js.map +1 -1
- package/lib/util/set.js.map +1 -1
- package/lib/util/shuffle.js.map +1 -1
- package/lib/util/sortBy.js.map +1 -1
- package/lib/util/sszBytes.js +1 -1
- package/lib/util/sszBytes.js.map +1 -1
- package/lib/util/time.js.map +1 -1
- package/lib/util/timeSeries.js.map +1 -1
- package/lib/util/types.d.ts.map +1 -1
- package/lib/util/workerEvents.d.ts +1 -1
- package/lib/util/workerEvents.d.ts.map +1 -1
- package/lib/util/workerEvents.js.map +1 -1
- package/lib/util/wrapError.js.map +1 -1
- package/package.json +27 -38
- package/src/api/impl/config/constants.ts +6 -0
- package/src/api/impl/lodestar/index.ts +2 -3
- package/src/api/impl/validator/index.ts +5 -4
- package/src/chain/archiveStore/archiveStore.ts +20 -3
- package/src/chain/archiveStore/historicalState/historicalStateRegen.ts +0 -1
- package/src/chain/blocks/utils/polarBearBanner.ts +50 -0
- package/src/chain/blocks/verifyBlock.ts +6 -0
- package/src/chain/blocks/verifyExecutionPayloadEnvelope.ts +1 -1
- package/src/chain/bls/multithread/index.ts +0 -1
- package/src/chain/errors/executionPayloadBid.ts +12 -4
- package/src/chain/opPools/aggregatedAttestationPool.ts +4 -2
- package/src/chain/prepareNextSlot.ts +59 -34
- package/src/chain/produceBlock/produceBlockBody.ts +17 -5
- package/src/chain/seenCache/seenExecutionPayloadBids.ts +22 -9
- package/src/chain/validation/blobSidecar.ts +1 -1
- package/src/chain/validation/dataColumnSidecar.ts +27 -17
- package/src/chain/validation/executionPayloadBid.ts +91 -27
- package/src/chain/validation/proposerPreferences.ts +8 -8
- package/src/chain/validatorMonitor.ts +1 -1
- package/src/execution/engine/interface.ts +1 -1
- package/src/execution/engine/types.ts +1 -1
- package/src/metrics/metrics/lodestar.ts +1 -1
- package/src/metrics/nodeJsMetrics.ts +1 -1
- package/src/network/core/networkCoreWorkerHandler.ts +2 -6
- package/src/network/discv5/index.ts +1 -4
- package/src/network/gossip/topic.ts +4 -2
- package/src/network/libp2p/index.ts +2 -10
- package/src/network/peers/datastore.ts +1 -1
- package/src/network/processor/index.ts +2 -1
- package/src/network/reqresp/handlers/lightClientFinalityUpdate.ts +1 -1
- package/src/network/reqresp/handlers/lightClientOptimisticUpdate.ts +1 -1
- package/src/network/reqresp/handlers/lightClientUpdatesByRange.ts +6 -2
- package/src/network/reqresp/protocols.ts +39 -11
- package/src/network/reqresp/rateLimit.ts +1 -1
- package/src/sync/constants.ts +6 -5
- package/src/sync/range/batch.ts +50 -12
- package/src/sync/range/chain.ts +36 -16
- package/src/sync/range/utils/batches.ts +44 -0
- package/src/util/profile.ts +1 -31
- package/src/util/sszBytes.ts +1 -1
- package/lib/bun-wrappers/prometheus-gc-stats.d.ts +0 -2
- package/lib/bun-wrappers/prometheus-gc-stats.d.ts.map +0 -1
- package/lib/bun-wrappers/prometheus-gc-stats.js +0 -8
- package/lib/bun-wrappers/prometheus-gc-stats.js.map +0 -1
- package/lib/network/peers/datastore_bun.d.ts +0 -3
- package/lib/network/peers/datastore_bun.d.ts.map +0 -1
- package/lib/network/peers/datastore_bun.js +0 -3
- package/lib/network/peers/datastore_bun.js.map +0 -1
- package/src/bun-wrappers/prometheus-gc-stats.ts +0 -7
- package/src/network/peers/datastore_bun.ts +0 -3
|
@@ -58,7 +58,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
58
58
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
59
59
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
60
60
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
61
|
-
depositCount: import("@chainsafe/ssz").
|
|
61
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
62
62
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
63
63
|
}>;
|
|
64
64
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -184,7 +184,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
184
184
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
185
185
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
186
186
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
187
|
-
depositCount: import("@chainsafe/ssz").
|
|
187
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
188
188
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
189
189
|
}>;
|
|
190
190
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -296,7 +296,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
296
296
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
297
297
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
298
298
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
299
|
-
depositCount: import("@chainsafe/ssz").
|
|
299
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
300
300
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
301
301
|
}>;
|
|
302
302
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -431,7 +431,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
431
431
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
432
432
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
433
433
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
434
|
-
depositCount: import("@chainsafe/ssz").
|
|
434
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
435
435
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
436
436
|
}>;
|
|
437
437
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -573,7 +573,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
573
573
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
574
574
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
575
575
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
576
|
-
depositCount: import("@chainsafe/ssz").
|
|
576
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
577
577
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
578
578
|
}>;
|
|
579
579
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -734,7 +734,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
734
734
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
735
735
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
736
736
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
737
|
-
depositCount: import("@chainsafe/ssz").
|
|
737
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
738
738
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
739
739
|
}>;
|
|
740
740
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -904,23 +904,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
904
904
|
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
905
905
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
906
906
|
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
907
|
-
targetGasLimit: import("@chainsafe/ssz").
|
|
908
|
-
}>;
|
|
909
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
910
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
911
|
-
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
912
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
913
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
914
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
915
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
916
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
917
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
918
|
-
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
919
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
920
|
-
value: import("@chainsafe/ssz").UintNumberType;
|
|
921
|
-
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
922
|
-
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
923
|
-
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
907
|
+
targetGasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
924
908
|
}>;
|
|
925
909
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
926
910
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
@@ -995,7 +979,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
995
979
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
996
980
|
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
997
981
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
998
|
-
depositCount: import("@chainsafe/ssz").
|
|
982
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
999
983
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1000
984
|
}>;
|
|
1001
985
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1110,11 +1094,11 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1110
1094
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1111
1095
|
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1112
1096
|
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1113
|
-
gasLimit: import("@chainsafe/ssz").
|
|
1097
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1114
1098
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1115
1099
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1116
1100
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
1117
|
-
executionPayment: import("@chainsafe/ssz").
|
|
1101
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1118
1102
|
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1119
1103
|
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1120
1104
|
}>;
|
|
@@ -1162,7 +1146,284 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1162
1146
|
}>;
|
|
1163
1147
|
}>;
|
|
1164
1148
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1149
|
+
}> | import("@chainsafe/ssz").ContainerType<{
|
|
1150
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1151
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1152
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1153
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1154
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1155
|
+
body: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1156
|
+
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1157
|
+
eth1Data: import("@chainsafe/ssz").ContainerType<{
|
|
1158
|
+
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1159
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1160
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1161
|
+
}>;
|
|
1162
|
+
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
1163
|
+
proposerSlashings: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1164
|
+
signedHeader1: import("@chainsafe/ssz").ContainerType<{
|
|
1165
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1166
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1167
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1168
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1169
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1170
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1171
|
+
}>;
|
|
1172
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1173
|
+
}>;
|
|
1174
|
+
signedHeader2: import("@chainsafe/ssz").ContainerType<{
|
|
1175
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1176
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1177
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1178
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1179
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1180
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1181
|
+
}>;
|
|
1182
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1183
|
+
}>;
|
|
1184
|
+
}>>;
|
|
1185
|
+
attesterSlashings: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1186
|
+
attestation1: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1187
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1188
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1189
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1190
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1191
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1192
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1193
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1194
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1195
|
+
}>;
|
|
1196
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1197
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1198
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1199
|
+
}>;
|
|
1200
|
+
}>;
|
|
1201
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1202
|
+
}>;
|
|
1203
|
+
attestation2: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1204
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1205
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1206
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1207
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1208
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1209
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1210
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1211
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1212
|
+
}>;
|
|
1213
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1214
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1215
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1216
|
+
}>;
|
|
1217
|
+
}>;
|
|
1218
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1219
|
+
}>;
|
|
1220
|
+
}>>;
|
|
1221
|
+
attestations: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1222
|
+
aggregationBits: import("@chainsafe/ssz").ProgressiveBitListType;
|
|
1223
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1224
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1225
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1226
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1227
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1228
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1229
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1230
|
+
}>;
|
|
1231
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1232
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1233
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1234
|
+
}>;
|
|
1235
|
+
}>;
|
|
1236
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1237
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1238
|
+
}>>;
|
|
1239
|
+
deposits: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1240
|
+
proof: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1241
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1242
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1243
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1244
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
1245
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1246
|
+
}>;
|
|
1247
|
+
}>>;
|
|
1248
|
+
voluntaryExits: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1249
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1250
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1251
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1252
|
+
}>;
|
|
1253
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1254
|
+
}>>;
|
|
1255
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1256
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1257
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1258
|
+
}>;
|
|
1259
|
+
blsToExecutionChanges: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1260
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1261
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1262
|
+
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1263
|
+
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
1264
|
+
}>;
|
|
1265
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1266
|
+
}>>;
|
|
1267
|
+
payloadAttestations: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1268
|
+
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
1269
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1270
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1271
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1272
|
+
payloadPresent: import("@chainsafe/ssz").BooleanType;
|
|
1273
|
+
blobDataAvailable: import("@chainsafe/ssz").BooleanType;
|
|
1274
|
+
}>;
|
|
1275
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1276
|
+
}>>;
|
|
1277
|
+
parentExecutionRequests: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1278
|
+
deposits: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1279
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1280
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1281
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
1282
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1283
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1284
|
+
}>>;
|
|
1285
|
+
withdrawals: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1286
|
+
sourceAddress: import("@lodestar/types").ExecutionAddressType;
|
|
1287
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1288
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1289
|
+
}>>;
|
|
1290
|
+
consolidations: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1291
|
+
sourceAddress: import("@lodestar/types").ExecutionAddressType;
|
|
1292
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1293
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1294
|
+
}>>;
|
|
1295
|
+
builderDeposits: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1296
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1297
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
1298
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
1299
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1300
|
+
}>>;
|
|
1301
|
+
builderExits: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
1302
|
+
sourceAddress: import("@lodestar/types").ExecutionAddressType;
|
|
1303
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1304
|
+
}>>;
|
|
1305
|
+
}>;
|
|
1306
|
+
signedExecutionPayloadBid: import("@chainsafe/ssz").ContainerType<{
|
|
1307
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1308
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1309
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1310
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1311
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1312
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1313
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1314
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1315
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1316
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1317
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1318
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1319
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1320
|
+
inclusionListBits: import("@chainsafe/ssz").BitVectorType;
|
|
1321
|
+
}>;
|
|
1322
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1323
|
+
}>;
|
|
1324
|
+
}>;
|
|
1325
|
+
}>;
|
|
1326
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1165
1327
|
}> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1328
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1329
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1330
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1331
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1332
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1333
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1334
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1335
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1336
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1337
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1338
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1339
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1340
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1341
|
+
}>;
|
|
1342
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1343
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1344
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1345
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1346
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1347
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1348
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1349
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1350
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1351
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1352
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1353
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1354
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1355
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1356
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1357
|
+
inclusionListBits: import("@chainsafe/ssz").BitVectorType;
|
|
1358
|
+
}>;
|
|
1359
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1360
|
+
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1361
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1362
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1363
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1364
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1365
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1366
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1367
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1368
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1369
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1370
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1371
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1372
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1373
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1374
|
+
}>;
|
|
1375
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1376
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1377
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1378
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1379
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1380
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1381
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1382
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1383
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1384
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1385
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1386
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1387
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1388
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1389
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1390
|
+
inclusionListBits: import("@chainsafe/ssz").BitVectorType;
|
|
1391
|
+
}>;
|
|
1392
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1393
|
+
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1394
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1395
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1396
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1397
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1398
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1399
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1400
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1401
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1402
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1403
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1404
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1405
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1406
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1407
|
+
}>;
|
|
1408
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1409
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1410
|
+
message: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
1411
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1412
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1413
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1414
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1415
|
+
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
1416
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
1417
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1418
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1419
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
1420
|
+
executionPayment: import("@chainsafe/ssz").UintBigintType;
|
|
1421
|
+
blobKzgCommitments: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1422
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1423
|
+
inclusionListBits: import("@chainsafe/ssz").BitVectorType;
|
|
1424
|
+
}>;
|
|
1425
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1426
|
+
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1166
1427
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1167
1428
|
column: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1168
1429
|
kzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
@@ -1184,6 +1445,12 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1184
1445
|
kzgProofs: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1185
1446
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1186
1447
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1448
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1449
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1450
|
+
column: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1451
|
+
kzgProofs: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1452
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1453
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1187
1454
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1188
1455
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1189
1456
|
column: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
@@ -1206,6 +1473,12 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1206
1473
|
kzgProofs: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1207
1474
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1208
1475
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1476
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1477
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1478
|
+
column: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1479
|
+
kzgProofs: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1480
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1481
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1209
1482
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1210
1483
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1211
1484
|
column: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
@@ -1228,6 +1501,12 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1228
1501
|
kzgProofs: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1229
1502
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1230
1503
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1504
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1505
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1506
|
+
column: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1507
|
+
kzgProofs: import("@chainsafe/ssz").ProgressiveListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1508
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1509
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1231
1510
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1232
1511
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1233
1512
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1563,6 +1842,35 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1563
1842
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1564
1843
|
}>;
|
|
1565
1844
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1845
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1846
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1847
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1848
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1849
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1850
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1851
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1852
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1853
|
+
}>;
|
|
1854
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1855
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1856
|
+
}>;
|
|
1857
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1858
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1859
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1860
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1861
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1862
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1863
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1864
|
+
}>;
|
|
1865
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1866
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1867
|
+
}>;
|
|
1868
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1869
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1870
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1871
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1872
|
+
}>;
|
|
1873
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1566
1874
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1567
1875
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1568
1876
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1898,6 +2206,35 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1898
2206
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1899
2207
|
}>;
|
|
1900
2208
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2209
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2210
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2211
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2212
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2213
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2214
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2215
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2216
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2217
|
+
}>;
|
|
2218
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2219
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2220
|
+
}>;
|
|
2221
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2222
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2223
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2224
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2225
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2226
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2227
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2228
|
+
}>;
|
|
2229
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2230
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2231
|
+
}>;
|
|
2232
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2233
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2234
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2235
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2236
|
+
}>;
|
|
2237
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1901
2238
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1902
2239
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1903
2240
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2233,6 +2570,35 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2233
2570
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2234
2571
|
}>;
|
|
2235
2572
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2573
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
2574
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2575
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2576
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2577
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2578
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2579
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2580
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2581
|
+
}>;
|
|
2582
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2583
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2584
|
+
}>;
|
|
2585
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2586
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2587
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2588
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2589
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2590
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2591
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2592
|
+
}>;
|
|
2593
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2594
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2595
|
+
}>;
|
|
2596
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2597
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2598
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2599
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2600
|
+
}>;
|
|
2601
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2236
2602
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
2237
2603
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2238
2604
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2418,6 +2784,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2418
2784
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2419
2785
|
}>;
|
|
2420
2786
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2787
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
2788
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2789
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2790
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2791
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2792
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2793
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2794
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2795
|
+
}>;
|
|
2796
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2797
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2798
|
+
}>;
|
|
2799
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2800
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2801
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2802
|
+
}>;
|
|
2803
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2421
2804
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2422
2805
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2423
2806
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2603,6 +2986,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2603
2986
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2604
2987
|
}>;
|
|
2605
2988
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2989
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2990
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2991
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2992
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2993
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2994
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2995
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2996
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2997
|
+
}>;
|
|
2998
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2999
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3000
|
+
}>;
|
|
3001
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
3002
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
3003
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
3004
|
+
}>;
|
|
3005
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2606
3006
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
2607
3007
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2608
3008
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2788,6 +3188,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2788
3188
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2789
3189
|
}>;
|
|
2790
3190
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
3191
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
3192
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
3193
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
3194
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3195
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3196
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3197
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3198
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3199
|
+
}>;
|
|
3200
|
+
executionBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3201
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3202
|
+
}>;
|
|
3203
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
3204
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
3205
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
3206
|
+
}>;
|
|
3207
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2791
3208
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
2792
3209
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
2793
3210
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2919,6 +3336,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2919
3336
|
}>;
|
|
2920
3337
|
}>;
|
|
2921
3338
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3339
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
3340
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3341
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3342
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
3343
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3344
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
3345
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3346
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
3347
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
3348
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3349
|
+
}>;
|
|
3350
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
3351
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
3352
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3353
|
+
}>;
|
|
3354
|
+
}>;
|
|
3355
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
2922
3356
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2923
3357
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
2924
3358
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -3050,6 +3484,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3050
3484
|
}>;
|
|
3051
3485
|
}>;
|
|
3052
3486
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3487
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
3488
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3489
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3490
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
3491
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3492
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
3493
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3494
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
3495
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
3496
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3497
|
+
}>;
|
|
3498
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
3499
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
3500
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3501
|
+
}>;
|
|
3502
|
+
}>;
|
|
3503
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3053
3504
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
3054
3505
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
3055
3506
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -3181,6 +3632,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3181
3632
|
}>;
|
|
3182
3633
|
}>;
|
|
3183
3634
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3635
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
3636
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3637
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3638
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
3639
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3640
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
3641
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3642
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
3643
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
3644
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3645
|
+
}>;
|
|
3646
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
3647
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
3648
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3649
|
+
}>;
|
|
3650
|
+
}>;
|
|
3651
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3184
3652
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
3185
3653
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
3186
3654
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -3461,6 +3929,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3461
3929
|
}>;
|
|
3462
3930
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3463
3931
|
}>;
|
|
3932
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
3933
|
+
attestation1: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
3934
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
3935
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
3936
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
3937
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
3938
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3939
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
3940
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
3941
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3942
|
+
}>;
|
|
3943
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
3944
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
3945
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3946
|
+
}>;
|
|
3947
|
+
}>;
|
|
3948
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3949
|
+
}>;
|
|
3950
|
+
attestation2: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
3951
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
3952
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
3953
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
3954
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
3955
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3956
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
3957
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
3958
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3959
|
+
}>;
|
|
3960
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
3961
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
3962
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
3963
|
+
}>;
|
|
3964
|
+
}>;
|
|
3965
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3966
|
+
}>;
|
|
3464
3967
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
3465
3968
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
3466
3969
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -3741,6 +4244,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3741
4244
|
}>;
|
|
3742
4245
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
3743
4246
|
}>;
|
|
4247
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
4248
|
+
attestation1: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
4249
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
4250
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
4251
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
4252
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
4253
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
4254
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
4255
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4256
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4257
|
+
}>;
|
|
4258
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
4259
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4260
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4261
|
+
}>;
|
|
4262
|
+
}>;
|
|
4263
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4264
|
+
}>;
|
|
4265
|
+
attestation2: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
4266
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
4267
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
4268
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
4269
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
4270
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
4271
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
4272
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4273
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4274
|
+
}>;
|
|
4275
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
4276
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4277
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4278
|
+
}>;
|
|
4279
|
+
}>;
|
|
4280
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4281
|
+
}>;
|
|
3744
4282
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
3745
4283
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
3746
4284
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -4021,6 +4559,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
4021
4559
|
}>;
|
|
4022
4560
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4023
4561
|
}>;
|
|
4562
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
4563
|
+
attestation1: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
4564
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
4565
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
4566
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
4567
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
4568
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
4569
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
4570
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4571
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4572
|
+
}>;
|
|
4573
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
4574
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4575
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4576
|
+
}>;
|
|
4577
|
+
}>;
|
|
4578
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4579
|
+
}>;
|
|
4580
|
+
attestation2: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
4581
|
+
attestingIndices: import("@chainsafe/ssz").ProgressiveListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
4582
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
4583
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
4584
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
4585
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
4586
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
4587
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4588
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4589
|
+
}>;
|
|
4590
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
4591
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
4592
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4593
|
+
}>;
|
|
4594
|
+
}>;
|
|
4595
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4596
|
+
}>;
|
|
4024
4597
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
4025
4598
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
4026
4599
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -4208,6 +4781,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
4208
4781
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
4209
4782
|
}>;
|
|
4210
4783
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4784
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
4785
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
4786
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
4787
|
+
aggregate: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
4788
|
+
aggregationBits: import("@chainsafe/ssz").ProgressiveBitListType;
|
|
4789
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
4790
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
4791
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
4792
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
4793
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
4794
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
4795
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4796
|
+
}>;
|
|
4797
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
4798
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
4799
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
4800
|
+
}>;
|
|
4801
|
+
}>;
|
|
4802
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4803
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
4804
|
+
}>;
|
|
4805
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
4806
|
+
}>;
|
|
4807
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4211
4808
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
4212
4809
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
4213
4810
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -4395,6 +4992,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
4395
4992
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
4396
4993
|
}>;
|
|
4397
4994
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4995
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
4996
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
4997
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
4998
|
+
aggregate: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
4999
|
+
aggregationBits: import("@chainsafe/ssz").ProgressiveBitListType;
|
|
5000
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
5001
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
5002
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
5003
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
5004
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
5005
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
5006
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
5007
|
+
}>;
|
|
5008
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
5009
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
5010
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
5011
|
+
}>;
|
|
5012
|
+
}>;
|
|
5013
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
5014
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
5015
|
+
}>;
|
|
5016
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
5017
|
+
}>;
|
|
5018
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4398
5019
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
4399
5020
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
4400
5021
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -4582,6 +5203,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
4582
5203
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
4583
5204
|
}>;
|
|
4584
5205
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
5206
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
5207
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
5208
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
5209
|
+
aggregate: import("@chainsafe/ssz").ProgressiveContainerType<{
|
|
5210
|
+
aggregationBits: import("@chainsafe/ssz").ProgressiveBitListType;
|
|
5211
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
5212
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
5213
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
5214
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
5215
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
5216
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
5217
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
5218
|
+
}>;
|
|
5219
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
5220
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
5221
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
5222
|
+
}>;
|
|
5223
|
+
}>;
|
|
5224
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
5225
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
5226
|
+
}>;
|
|
5227
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
5228
|
+
}>;
|
|
5229
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
4585
5230
|
}>>;
|
|
4586
5231
|
/**
|
|
4587
5232
|
* Return the maximum uncompressed SSZ byte length accepted for a gossip object.
|