@lodestar/beacon-node 1.35.0-dev.8ea34e52ba → 1.35.0-dev.955e9f89ed
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/errors.js +0 -2
- package/lib/api/impl/errors.js.map +1 -1
- package/lib/api/rest/activeSockets.js +2 -3
- package/lib/api/rest/activeSockets.js.map +1 -1
- package/lib/api/rest/base.js +0 -4
- package/lib/api/rest/base.js.map +1 -1
- package/lib/api/rest/index.js +0 -2
- package/lib/api/rest/index.js.map +1 -1
- package/lib/api/rest/swaggerUI.js +2 -4
- package/lib/api/rest/swaggerUI.js.map +1 -1
- package/lib/chain/ColumnReconstructionTracker.js +9 -13
- package/lib/chain/ColumnReconstructionTracker.js.map +1 -1
- package/lib/chain/GetBlobsTracker.js +4 -9
- package/lib/chain/GetBlobsTracker.js.map +1 -1
- package/lib/chain/archiveStore/archiveStore.js +38 -49
- package/lib/chain/archiveStore/archiveStore.js.map +1 -1
- package/lib/chain/archiveStore/historicalState/historicalStateRegen.js +0 -2
- package/lib/chain/archiveStore/historicalState/historicalStateRegen.js.map +1 -1
- package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.js +0 -5
- package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.js.map +1 -1
- package/lib/chain/balancesCache.js +3 -1
- package/lib/chain/balancesCache.js.map +1 -1
- package/lib/chain/beaconProposerCache.js +0 -1
- package/lib/chain/beaconProposerCache.js.map +1 -1
- package/lib/chain/blocks/blockInput/blockInput.js +7 -18
- package/lib/chain/blocks/blockInput/blockInput.js.map +1 -1
- package/lib/chain/blocks/index.js +0 -1
- package/lib/chain/blocks/index.js.map +1 -1
- package/lib/chain/bls/multithread/index.js +163 -167
- package/lib/chain/bls/multithread/index.js.map +1 -1
- package/lib/chain/bls/singleThread.js +0 -1
- package/lib/chain/bls/singleThread.js.map +1 -1
- package/lib/chain/chain.js +15 -60
- package/lib/chain/chain.js.map +1 -1
- package/lib/chain/errors/blockError.js +0 -1
- package/lib/chain/errors/blockError.js.map +1 -1
- package/lib/chain/errors/gossipValidation.js +0 -1
- package/lib/chain/errors/gossipValidation.js.map +1 -1
- package/lib/chain/genesis/genesis.js +5 -16
- package/lib/chain/genesis/genesis.js.map +1 -1
- package/lib/chain/lightClient/index.js +9 -16
- package/lib/chain/lightClient/index.js.map +1 -1
- package/lib/chain/opPools/aggregatedAttestationPool.js +8 -13
- package/lib/chain/opPools/aggregatedAttestationPool.js.map +1 -1
- package/lib/chain/opPools/attestationPool.js +2 -7
- package/lib/chain/opPools/attestationPool.js.map +1 -1
- package/lib/chain/opPools/opPool.js +12 -10
- package/lib/chain/opPools/opPool.js.map +1 -1
- package/lib/chain/opPools/syncCommitteeMessagePool.js +6 -9
- package/lib/chain/opPools/syncCommitteeMessagePool.js.map +1 -1
- package/lib/chain/opPools/syncContributionAndProofPool.js +2 -5
- package/lib/chain/opPools/syncContributionAndProofPool.js.map +1 -1
- package/lib/chain/prepareNextSlot.js +136 -141
- package/lib/chain/prepareNextSlot.js.map +1 -1
- package/lib/chain/regen/errors.js +0 -1
- package/lib/chain/regen/errors.js.map +1 -1
- package/lib/chain/regen/queued.js +28 -35
- package/lib/chain/regen/queued.js.map +1 -1
- package/lib/chain/regen/regen.js +0 -1
- package/lib/chain/regen/regen.js.map +1 -1
- package/lib/chain/reprocess.js +1 -3
- package/lib/chain/reprocess.js.map +1 -1
- package/lib/chain/seenCache/seenAggregateAndProof.js +6 -7
- package/lib/chain/seenCache/seenAggregateAndProof.js.map +1 -1
- package/lib/chain/seenCache/seenAttestationData.js +2 -5
- package/lib/chain/seenCache/seenAttestationData.js.map +1 -1
- package/lib/chain/seenCache/seenAttesters.js +4 -2
- package/lib/chain/seenCache/seenAttesters.js.map +1 -1
- package/lib/chain/seenCache/seenBlockProposers.js +4 -2
- package/lib/chain/seenCache/seenBlockProposers.js.map +1 -1
- package/lib/chain/seenCache/seenCommittee.js +3 -1
- package/lib/chain/seenCache/seenCommittee.js.map +1 -1
- package/lib/chain/seenCache/seenCommitteeContribution.js +2 -3
- package/lib/chain/seenCache/seenCommitteeContribution.js.map +1 -1
- package/lib/chain/seenCache/seenGossipBlockInput.js +13 -20
- package/lib/chain/seenCache/seenGossipBlockInput.js.map +1 -1
- package/lib/chain/shufflingCache.js +2 -5
- package/lib/chain/shufflingCache.js.map +1 -1
- package/lib/chain/stateCache/blockStateCacheImpl.js +7 -13
- package/lib/chain/stateCache/blockStateCacheImpl.js.map +1 -1
- package/lib/chain/stateCache/datastore/db.js +0 -1
- package/lib/chain/stateCache/datastore/db.js.map +1 -1
- package/lib/chain/stateCache/datastore/file.js +0 -1
- package/lib/chain/stateCache/datastore/file.js.map +1 -1
- package/lib/chain/stateCache/fifoBlockStateCache.js +0 -10
- package/lib/chain/stateCache/fifoBlockStateCache.js.map +1 -1
- package/lib/chain/stateCache/inMemoryCheckpointsCache.js +4 -10
- package/lib/chain/stateCache/inMemoryCheckpointsCache.js.map +1 -1
- package/lib/chain/stateCache/mapMetrics.js +4 -4
- package/lib/chain/stateCache/mapMetrics.js.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.js +4 -13
- package/lib/chain/stateCache/persistentCheckpointsCache.js.map +1 -1
- package/lib/chain/validatorMonitor.js +1 -2
- package/lib/chain/validatorMonitor.js.map +1 -1
- package/lib/db/beacon.js +0 -24
- package/lib/db/beacon.js.map +1 -1
- package/lib/db/repositories/depositDataRoot.js +0 -1
- package/lib/db/repositories/depositDataRoot.js.map +1 -1
- package/lib/db/single/preGenesisState.js +0 -6
- package/lib/db/single/preGenesisState.js.map +1 -1
- package/lib/db/single/preGenesisStateLastProcessedBlock.js +0 -5
- package/lib/db/single/preGenesisStateLastProcessedBlock.js.map +1 -1
- package/lib/eth1/eth1DataCache.js +0 -2
- package/lib/eth1/eth1DataCache.js.map +1 -1
- package/lib/eth1/eth1DepositDataTracker.js +5 -18
- package/lib/eth1/eth1DepositDataTracker.js.map +1 -1
- package/lib/eth1/eth1DepositsCache.js +0 -3
- package/lib/eth1/eth1DepositsCache.js.map +1 -1
- package/lib/eth1/eth1MergeBlockTracker.js +4 -10
- package/lib/eth1/eth1MergeBlockTracker.js.map +1 -1
- package/lib/eth1/index.js +0 -2
- package/lib/eth1/index.js.map +1 -1
- package/lib/eth1/provider/eth1Provider.js +2 -6
- package/lib/eth1/provider/eth1Provider.js.map +1 -1
- package/lib/eth1/provider/jsonRpcHttpClient.js +2 -16
- package/lib/eth1/provider/jsonRpcHttpClient.js.map +1 -1
- package/lib/execution/builder/cache.js +0 -6
- package/lib/execution/builder/cache.js.map +1 -1
- package/lib/execution/builder/http.js +8 -14
- package/lib/execution/builder/http.js.map +1 -1
- package/lib/execution/engine/disabled.js +4 -2
- package/lib/execution/engine/disabled.js.map +1 -1
- package/lib/execution/engine/http.js +8 -23
- package/lib/execution/engine/http.js.map +1 -1
- package/lib/execution/engine/mock.d.ts +0 -1
- package/lib/execution/engine/mock.js +12 -16
- package/lib/execution/engine/mock.js.map +1 -1
- package/lib/execution/engine/payloadIdCache.js +3 -1
- package/lib/execution/engine/payloadIdCache.js.map +1 -1
- package/lib/execution/engine/utils.js +1 -2
- package/lib/execution/engine/utils.js.map +1 -1
- package/lib/metrics/utils/avgMinMax.js +6 -10
- package/lib/metrics/utils/avgMinMax.js.map +1 -1
- package/lib/metrics/utils/gauge.js +4 -1
- package/lib/metrics/utils/gauge.js.map +1 -1
- package/lib/monitoring/properties.js +0 -4
- package/lib/monitoring/properties.js.map +1 -1
- package/lib/monitoring/service.js +1 -13
- package/lib/monitoring/service.js.map +1 -1
- package/lib/monitoring/system.js +27 -25
- package/lib/monitoring/system.js.map +1 -1
- package/lib/network/core/networkCore.d.ts +1 -1
- package/lib/network/core/networkCore.js +49 -66
- package/lib/network/core/networkCore.js.map +1 -1
- package/lib/network/core/networkCoreWorkerHandler.d.ts +1 -1
- package/lib/network/core/networkCoreWorkerHandler.js +1 -4
- package/lib/network/core/networkCoreWorkerHandler.js.map +1 -1
- package/lib/network/discv5/index.js +1 -4
- package/lib/network/discv5/index.js.map +1 -1
- package/lib/network/discv5/worker.js.map +1 -1
- package/lib/network/gossip/encoding.js +0 -2
- package/lib/network/gossip/encoding.js.map +1 -1
- package/lib/network/gossip/errors.js +0 -1
- package/lib/network/gossip/errors.js.map +1 -1
- package/lib/network/gossip/gossipsub.js +0 -7
- package/lib/network/gossip/gossipsub.js.map +1 -1
- package/lib/network/gossip/topic.d.ts +49 -49
- package/lib/network/gossip/topic.js +1 -2
- package/lib/network/gossip/topic.js.map +1 -1
- package/lib/network/metadata.js +0 -4
- package/lib/network/metadata.js.map +1 -1
- package/lib/network/network.js +72 -86
- package/lib/network/network.js.map +1 -1
- package/lib/network/peers/datastore.js +2 -8
- package/lib/network/peers/datastore.js.map +1 -1
- package/lib/network/peers/discover.js +64 -74
- package/lib/network/peers/discover.js.map +1 -1
- package/lib/network/peers/peerManager.js +125 -145
- package/lib/network/peers/peerManager.js.map +1 -1
- package/lib/network/peers/peersData.js +3 -1
- package/lib/network/peers/peersData.js.map +1 -1
- package/lib/network/peers/score/score.js +0 -6
- package/lib/network/peers/score/score.js.map +1 -1
- package/lib/network/peers/score/store.js +0 -3
- package/lib/network/peers/score/store.js.map +1 -1
- package/lib/network/peers/utils/subnetMap.js +4 -2
- package/lib/network/peers/utils/subnetMap.js.map +1 -1
- package/lib/network/processor/aggregatorTracker.js +3 -1
- package/lib/network/processor/aggregatorTracker.js.map +1 -1
- package/lib/network/processor/gossipQueues/indexed.js +9 -11
- package/lib/network/processor/gossipQueues/indexed.js.map +1 -1
- package/lib/network/processor/gossipQueues/linear.js +8 -9
- package/lib/network/processor/gossipQueues/linear.js.map +1 -1
- package/lib/network/processor/index.js +3 -15
- package/lib/network/processor/index.js.map +1 -1
- package/lib/network/reqresp/ReqRespBeaconNode.js +2 -11
- package/lib/network/reqresp/ReqRespBeaconNode.js.map +1 -1
- package/lib/network/statusCache.js +0 -1
- package/lib/network/statusCache.js.map +1 -1
- package/lib/network/subnets/attnetsService.js +65 -73
- package/lib/network/subnets/attnetsService.js.map +1 -1
- package/lib/network/subnets/syncnetsService.js +22 -29
- package/lib/network/subnets/syncnetsService.js.map +1 -1
- package/lib/node/nodejs.js +0 -15
- package/lib/node/nodejs.js.map +1 -1
- package/lib/sync/backfill/backfill.js +15 -57
- package/lib/sync/backfill/backfill.js.map +1 -1
- package/lib/sync/range/batch.js +10 -19
- package/lib/sync/range/batch.js.map +1 -1
- package/lib/sync/range/chain.js +8 -33
- package/lib/sync/range/chain.js.map +1 -1
- package/lib/sync/range/range.js +70 -76
- package/lib/sync/range/range.js.map +1 -1
- package/lib/sync/range/utils/peerBalancer.js +1 -5
- package/lib/sync/range/utils/peerBalancer.js.map +1 -1
- package/lib/sync/sync.js +85 -93
- package/lib/sync/sync.js.map +1 -1
- package/lib/sync/unknownBlock.js +160 -171
- package/lib/sync/unknownBlock.js.map +1 -1
- package/lib/util/array.js +3 -7
- package/lib/util/array.js.map +1 -1
- package/lib/util/asyncIterableToEvents.js +3 -6
- package/lib/util/asyncIterableToEvents.js.map +1 -1
- package/lib/util/binarySearch.js +0 -2
- package/lib/util/binarySearch.js.map +1 -1
- package/lib/util/bufferPool.js +2 -7
- package/lib/util/bufferPool.js.map +1 -1
- package/lib/util/clock.js +18 -23
- package/lib/util/clock.js.map +1 -1
- package/lib/util/dataColumns.js +0 -34
- package/lib/util/dataColumns.js.map +1 -1
- package/lib/util/itTrigger.js +4 -4
- package/lib/util/itTrigger.js.map +1 -1
- package/lib/util/map.js +0 -2
- package/lib/util/map.js.map +1 -1
- package/lib/util/queue/itemQueue.js +49 -52
- package/lib/util/queue/itemQueue.js.map +1 -1
- package/lib/util/serializedCache.js +3 -1
- package/lib/util/serializedCache.js.map +1 -1
- package/lib/util/set.js +0 -2
- package/lib/util/set.js.map +1 -1
- package/lib/util/timeSeries.js +1 -3
- package/lib/util/timeSeries.js.map +1 -1
- package/lib/util/types.d.ts +1 -1
- package/package.json +15 -15
|
@@ -45,12 +45,12 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
45
45
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
46
46
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
47
47
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
48
|
-
address: import("@lodestar/types").ExecutionAddressType;
|
|
48
|
+
address: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
49
49
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
50
50
|
}>>;
|
|
51
51
|
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
52
52
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
53
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
53
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
54
54
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
55
55
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
56
56
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -67,7 +67,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
67
67
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
68
68
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
69
69
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
70
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
70
|
+
toExecutionAddress: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
71
71
|
}>;
|
|
72
72
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
73
73
|
}>>;
|
|
@@ -320,7 +320,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
320
320
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
321
321
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
322
322
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
323
|
-
toExecutionAddress: import("@lodestar/types").ExecutionAddressType;
|
|
323
|
+
toExecutionAddress: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
324
324
|
}>;
|
|
325
325
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
326
326
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2194,7 +2194,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2194
2194
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2195
2195
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2196
2196
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2197
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2197
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2198
2198
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2199
2199
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2200
2200
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2229,7 +2229,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2229
2229
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2230
2230
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2231
2231
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2232
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2232
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2233
2233
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2234
2234
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2235
2235
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2264,7 +2264,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2264
2264
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2265
2265
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2266
2266
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2267
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2267
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2268
2268
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2269
2269
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2270
2270
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2299,7 +2299,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2299
2299
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2300
2300
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2301
2301
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2302
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2302
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2303
2303
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2304
2304
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2305
2305
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2334,7 +2334,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2334
2334
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2335
2335
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2336
2336
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2337
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2337
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2338
2338
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2339
2339
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2340
2340
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2397,7 +2397,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2397
2397
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2398
2398
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2399
2399
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2400
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2400
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2401
2401
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2402
2402
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2403
2403
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2432,7 +2432,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2432
2432
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2433
2433
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2434
2434
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2435
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2435
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2436
2436
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2437
2437
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2438
2438
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2467,7 +2467,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2467
2467
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2468
2468
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2469
2469
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2470
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2470
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2471
2471
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2472
2472
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2473
2473
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2502,7 +2502,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2502
2502
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2503
2503
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2504
2504
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2505
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2505
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2506
2506
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2507
2507
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2508
2508
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2537,7 +2537,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2537
2537
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2538
2538
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2539
2539
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2540
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2540
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2541
2541
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2542
2542
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2543
2543
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2600,7 +2600,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2600
2600
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2601
2601
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2602
2602
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2603
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2603
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2604
2604
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2605
2605
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2606
2606
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2635,7 +2635,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2635
2635
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2636
2636
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2637
2637
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2638
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2638
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2639
2639
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2640
2640
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2641
2641
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2670,7 +2670,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2670
2670
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2671
2671
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2672
2672
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2673
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2673
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2674
2674
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2675
2675
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2676
2676
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2705,7 +2705,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2705
2705
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2706
2706
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2707
2707
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2708
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2708
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2709
2709
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2710
2710
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2711
2711
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2740,7 +2740,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2740
2740
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2741
2741
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2742
2742
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2743
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2743
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2744
2744
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2745
2745
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2746
2746
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2823,7 +2823,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2823
2823
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2824
2824
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2825
2825
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2826
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2826
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2827
2827
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2828
2828
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2829
2829
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2850,7 +2850,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2850
2850
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2851
2851
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2852
2852
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2853
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2853
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2854
2854
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2855
2855
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2856
2856
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2886,7 +2886,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2886
2886
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2887
2887
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2888
2888
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2889
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2889
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2890
2890
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2891
2891
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2892
2892
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2915,7 +2915,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2915
2915
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2916
2916
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2917
2917
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2918
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2918
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2919
2919
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2920
2920
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2921
2921
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2951,7 +2951,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2951
2951
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2952
2952
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2953
2953
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2954
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2954
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2955
2955
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2956
2956
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2957
2957
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2980,7 +2980,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2980
2980
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2981
2981
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2982
2982
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2983
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
2983
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2984
2984
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2985
2985
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2986
2986
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3016,7 +3016,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3016
3016
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3017
3017
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3018
3018
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3019
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3019
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3020
3020
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3021
3021
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3022
3022
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3045,7 +3045,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3045
3045
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3046
3046
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3047
3047
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3048
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3048
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3049
3049
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3050
3050
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3051
3051
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3081,7 +3081,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3081
3081
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3082
3082
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3083
3083
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3084
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3084
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3085
3085
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3086
3086
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3087
3087
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3110,7 +3110,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3110
3110
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3111
3111
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3112
3112
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3113
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3113
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3114
3114
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3115
3115
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3116
3116
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3194,7 +3194,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3194
3194
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3195
3195
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3196
3196
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3197
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3197
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3198
3198
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3199
3199
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3200
3200
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3221,7 +3221,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3221
3221
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3222
3222
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3223
3223
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3224
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3224
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3225
3225
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3226
3226
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3227
3227
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3257,7 +3257,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3257
3257
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3258
3258
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3259
3259
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3260
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3260
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3261
3261
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3262
3262
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3263
3263
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3286,7 +3286,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3286
3286
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3287
3287
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3288
3288
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3289
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3289
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3290
3290
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3291
3291
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3292
3292
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3322,7 +3322,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3322
3322
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3323
3323
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3324
3324
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3325
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3325
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3326
3326
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3327
3327
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3328
3328
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3351,7 +3351,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3351
3351
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3352
3352
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3353
3353
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3354
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3354
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3355
3355
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3356
3356
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3357
3357
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3387,7 +3387,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3387
3387
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3388
3388
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3389
3389
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3390
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3390
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3391
3391
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3392
3392
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3393
3393
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3416,7 +3416,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3416
3416
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3417
3417
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3418
3418
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3419
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3419
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3420
3420
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3421
3421
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3422
3422
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3452,7 +3452,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3452
3452
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3453
3453
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3454
3454
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3455
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3455
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3456
3456
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3457
3457
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3458
3458
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3481,7 +3481,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3481
3481
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3482
3482
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3483
3483
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3484
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3484
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3485
3485
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3486
3486
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3487
3487
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3565,7 +3565,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3565
3565
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3566
3566
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3567
3567
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3568
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3568
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3569
3569
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3570
3570
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3571
3571
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3592,7 +3592,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3592
3592
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3593
3593
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3594
3594
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3595
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3595
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3596
3596
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3597
3597
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3598
3598
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3628,7 +3628,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3628
3628
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3629
3629
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3630
3630
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3631
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3631
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3632
3632
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3633
3633
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3634
3634
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3657,7 +3657,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3657
3657
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3658
3658
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3659
3659
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3660
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3660
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3661
3661
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3662
3662
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3663
3663
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3693,7 +3693,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3693
3693
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3694
3694
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3695
3695
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3696
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3696
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3697
3697
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3698
3698
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3699
3699
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3722,7 +3722,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3722
3722
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3723
3723
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3724
3724
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3725
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3725
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3726
3726
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3727
3727
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3728
3728
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3758,7 +3758,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3758
3758
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3759
3759
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3760
3760
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3761
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3761
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3762
3762
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3763
3763
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3764
3764
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3787,7 +3787,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3787
3787
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3788
3788
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3789
3789
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3790
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3790
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3791
3791
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3792
3792
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3793
3793
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3823,7 +3823,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3823
3823
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3824
3824
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3825
3825
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3826
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3826
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3827
3827
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3828
3828
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3829
3829
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -3852,7 +3852,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
3852
3852
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3853
3853
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3854
3854
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3855
|
-
feeRecipient: import("@lodestar/types").ExecutionAddressType;
|
|
3855
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3856
3856
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3857
3857
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3858
3858
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -4,10 +4,9 @@ import { GossipAction, GossipActionError, GossipErrorCode } from "../../chain/er
|
|
|
4
4
|
import { DEFAULT_ENCODING } from "./constants.js";
|
|
5
5
|
import { GossipEncoding, GossipType } from "./interface.js";
|
|
6
6
|
export class GossipTopicCache {
|
|
7
|
-
forkDigestContext;
|
|
8
|
-
topicsByTopicStr = new Map();
|
|
9
7
|
constructor(forkDigestContext) {
|
|
10
8
|
this.forkDigestContext = forkDigestContext;
|
|
9
|
+
this.topicsByTopicStr = new Map();
|
|
11
10
|
}
|
|
12
11
|
/** Returns cached GossipTopic, otherwise attempts to parse it from the str */
|
|
13
12
|
getTopic(topicStr) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"topic.js","sourceRoot":"","sources":["../../../src/network/gossip/topic.ts"],"names":[],"mappings":"AACA,OAAO,EACL,wBAAwB,EAExB,OAAO,EACP,2BAA2B,EAC3B,gBAAgB,EAChB,iBAAiB,GAClB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAiC,GAAG,EAAE,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAEjF,OAAO,EAAC,YAAY,EAAE,iBAAiB,EAAE,eAAe,EAAC,MAAM,wCAAwC,CAAC;AAExG,OAAO,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAC,cAAc,EAAmC,UAAU,EAAuB,MAAM,gBAAgB,CAAC;AAMjH,MAAM,OAAO,gBAAgB;
|
|
1
|
+
{"version":3,"file":"topic.js","sourceRoot":"","sources":["../../../src/network/gossip/topic.ts"],"names":[],"mappings":"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"}
|
package/lib/network/metadata.js
CHANGED
|
@@ -25,10 +25,6 @@ export var SubnetType;
|
|
|
25
25
|
* https://github.com/ethereum/consensus-specs/blob/v1.1.10/specs/phase0/p2p-interface.md#metadata
|
|
26
26
|
*/
|
|
27
27
|
export class MetadataController {
|
|
28
|
-
onSetValue;
|
|
29
|
-
networkConfig;
|
|
30
|
-
logger;
|
|
31
|
-
_metadata;
|
|
32
28
|
constructor(opts, modules) {
|
|
33
29
|
this.networkConfig = modules.networkConfig;
|
|
34
30
|
this.logger = modules.logger;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../src/network/metadata.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,OAAO,EAAC,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAC,uBAAuB,EAAC,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAsB,GAAG,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAS,KAAK,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAC,6BAA6B,EAAC,MAAM,YAAY,CAAC;AAGzD,MAAM,CAAN,IAAY,MAOX;AAPD,WAAY,MAAM;IAChB,qBAAW,CAAA;IACX,uBAAa,CAAA;IACb,6BAAmB,CAAA;IACnB,+BAAqB,CAAA;IACrB,qBAAW,CAAA;IACX,qBAAW,CAAA;AACb,CAAC,EAPW,MAAM,KAAN,MAAM,QAOjB;AACD,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,mCAAqB,CAAA;AACvB,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB;AAYD;;;;GAIG;AACH,MAAM,OAAO,kBAAkB;
|
|
1
|
+
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../src/network/metadata.ts"],"names":[],"mappings":"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"}
|