@lodestar/beacon-node 1.46.0-dev.9b97bb94f2 → 1.46.0-dev.b22e48117e

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.
Files changed (588) hide show
  1. package/lib/api/impl/api.js.map +1 -1
  2. package/lib/api/impl/beacon/blocks/index.d.ts +1 -1
  3. package/lib/api/impl/beacon/blocks/index.d.ts.map +1 -1
  4. package/lib/api/impl/beacon/blocks/index.js.map +1 -1
  5. package/lib/api/impl/beacon/blocks/utils.js.map +1 -1
  6. package/lib/api/impl/beacon/index.js.map +1 -1
  7. package/lib/api/impl/beacon/pool/index.d.ts +1 -1
  8. package/lib/api/impl/beacon/pool/index.d.ts.map +1 -1
  9. package/lib/api/impl/beacon/pool/index.js.map +1 -1
  10. package/lib/api/impl/beacon/rewards/index.d.ts +1 -1
  11. package/lib/api/impl/beacon/rewards/index.d.ts.map +1 -1
  12. package/lib/api/impl/beacon/rewards/index.js.map +1 -1
  13. package/lib/api/impl/beacon/state/index.d.ts +1 -1
  14. package/lib/api/impl/beacon/state/index.d.ts.map +1 -1
  15. package/lib/api/impl/beacon/state/index.js.map +1 -1
  16. package/lib/api/impl/beacon/state/utils.js.map +1 -1
  17. package/lib/api/impl/config/constants.d.ts +1 -0
  18. package/lib/api/impl/config/constants.d.ts.map +1 -1
  19. package/lib/api/impl/config/constants.js +2 -1
  20. package/lib/api/impl/config/constants.js.map +1 -1
  21. package/lib/api/impl/config/index.js.map +1 -1
  22. package/lib/api/impl/debug/index.d.ts +1 -1
  23. package/lib/api/impl/debug/index.d.ts.map +1 -1
  24. package/lib/api/impl/debug/index.js.map +1 -1
  25. package/lib/api/impl/errors.js.map +1 -1
  26. package/lib/api/impl/events/index.d.ts +1 -1
  27. package/lib/api/impl/events/index.d.ts.map +1 -1
  28. package/lib/api/impl/events/index.js.map +1 -1
  29. package/lib/api/impl/lightclient/index.d.ts +1 -1
  30. package/lib/api/impl/lightclient/index.d.ts.map +1 -1
  31. package/lib/api/impl/lightclient/index.js.map +1 -1
  32. package/lib/api/impl/lodestar/attesterSlashing.js.map +1 -1
  33. package/lib/api/impl/lodestar/index.d.ts +1 -1
  34. package/lib/api/impl/lodestar/index.d.ts.map +1 -1
  35. package/lib/api/impl/lodestar/index.js.map +1 -1
  36. package/lib/api/impl/node/index.js.map +1 -1
  37. package/lib/api/impl/node/utils.js.map +1 -1
  38. package/lib/api/impl/proof/index.js.map +1 -1
  39. package/lib/api/impl/utils.js.map +1 -1
  40. package/lib/api/impl/validator/index.js +3 -5
  41. package/lib/api/impl/validator/index.js.map +1 -1
  42. package/lib/api/impl/validator/utils.d.ts +1 -1
  43. package/lib/api/impl/validator/utils.d.ts.map +1 -1
  44. package/lib/api/impl/validator/utils.js.map +1 -1
  45. package/lib/api/rest/activeSockets.js.map +1 -1
  46. package/lib/api/rest/base.js.map +1 -1
  47. package/lib/api/rest/index.js.map +1 -1
  48. package/lib/api/rest/swaggerUI.js.map +1 -1
  49. package/lib/chain/ColumnReconstructionTracker.js.map +1 -1
  50. package/lib/chain/GetBlobsTracker.js.map +1 -1
  51. package/lib/chain/archiveStore/archiveStore.d.ts.map +1 -1
  52. package/lib/chain/archiveStore/archiveStore.js +18 -5
  53. package/lib/chain/archiveStore/archiveStore.js.map +1 -1
  54. package/lib/chain/archiveStore/historicalState/getHistoricalState.js.map +1 -1
  55. package/lib/chain/archiveStore/historicalState/historicalStateRegen.js.map +1 -1
  56. package/lib/chain/archiveStore/historicalState/metrics.js.map +1 -1
  57. package/lib/chain/archiveStore/historicalState/types.js +1 -2
  58. package/lib/chain/archiveStore/historicalState/types.js.map +1 -1
  59. package/lib/chain/archiveStore/historicalState/worker.js.map +1 -1
  60. package/lib/chain/archiveStore/interface.js +1 -2
  61. package/lib/chain/archiveStore/interface.js.map +1 -1
  62. package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.d.ts.map +1 -1
  63. package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.js +1 -2
  64. package/lib/chain/archiveStore/strategies/frequencyStateArchiveStrategy.js.map +1 -1
  65. package/lib/chain/archiveStore/utils/archiveBlocks.js.map +1 -1
  66. package/lib/chain/archiveStore/utils/pruneHistory.js.map +1 -1
  67. package/lib/chain/archiveStore/utils/updateBackfillRange.js.map +1 -1
  68. package/lib/chain/balancesCache.js.map +1 -1
  69. package/lib/chain/beaconProposerCache.js.map +1 -1
  70. package/lib/chain/blocks/blockInput/blockInput.d.ts.map +1 -1
  71. package/lib/chain/blocks/blockInput/blockInput.js.map +1 -1
  72. package/lib/chain/blocks/blockInput/errors.js +1 -2
  73. package/lib/chain/blocks/blockInput/errors.js.map +1 -1
  74. package/lib/chain/blocks/blockInput/types.js +2 -4
  75. package/lib/chain/blocks/blockInput/types.js.map +1 -1
  76. package/lib/chain/blocks/blockInput/utils.js.map +1 -1
  77. package/lib/chain/blocks/importBlock.js.map +1 -1
  78. package/lib/chain/blocks/importExecutionPayload.js +1 -2
  79. package/lib/chain/blocks/importExecutionPayload.js.map +1 -1
  80. package/lib/chain/blocks/index.js.map +1 -1
  81. package/lib/chain/blocks/payloadEnvelopeInput/payloadEnvelopeInput.js.map +1 -1
  82. package/lib/chain/blocks/payloadEnvelopeInput/types.js +1 -2
  83. package/lib/chain/blocks/payloadEnvelopeInput/types.js.map +1 -1
  84. package/lib/chain/blocks/payloadEnvelopeProcessor.js.map +1 -1
  85. package/lib/chain/blocks/types.js +3 -6
  86. package/lib/chain/blocks/types.js.map +1 -1
  87. package/lib/chain/blocks/utils/chainSegment.js.map +1 -1
  88. package/lib/chain/blocks/utils/checkpoint.js.map +1 -1
  89. package/lib/chain/blocks/verifyBlock.js.map +1 -1
  90. package/lib/chain/blocks/verifyBlocksDataAvailability.js.map +1 -1
  91. package/lib/chain/blocks/verifyBlocksExecutionPayloads.js.map +1 -1
  92. package/lib/chain/blocks/verifyBlocksSanityChecks.js.map +1 -1
  93. package/lib/chain/blocks/verifyBlocksSignatures.js.map +1 -1
  94. package/lib/chain/blocks/verifyBlocksStateTransitionOnly.js.map +1 -1
  95. package/lib/chain/blocks/verifyExecutionPayloadEnvelope.js +1 -1
  96. package/lib/chain/blocks/verifyExecutionPayloadEnvelope.js.map +1 -1
  97. package/lib/chain/blocks/verifyPayloadsDataAvailability.js.map +1 -1
  98. package/lib/chain/blocks/writeBlockInputToDb.js.map +1 -1
  99. package/lib/chain/blocks/writePayloadEnvelopeInputToDb.js.map +1 -1
  100. package/lib/chain/bls/maybeBatch.js.map +1 -1
  101. package/lib/chain/bls/multithread/index.js.map +1 -1
  102. package/lib/chain/bls/multithread/jobItem.js +1 -2
  103. package/lib/chain/bls/multithread/jobItem.js.map +1 -1
  104. package/lib/chain/bls/multithread/types.js +1 -2
  105. package/lib/chain/bls/multithread/types.js.map +1 -1
  106. package/lib/chain/bls/multithread/utils.js.map +1 -1
  107. package/lib/chain/bls/multithread/worker.js.map +1 -1
  108. package/lib/chain/bls/singleThread.js.map +1 -1
  109. package/lib/chain/bls/utils.js.map +1 -1
  110. package/lib/chain/builderCircuitBreaker.js.map +1 -1
  111. package/lib/chain/chain.d.ts +2 -2
  112. package/lib/chain/chain.d.ts.map +1 -1
  113. package/lib/chain/chain.js.map +1 -1
  114. package/lib/chain/emitter.d.ts +1 -1
  115. package/lib/chain/emitter.d.ts.map +1 -1
  116. package/lib/chain/emitter.js +1 -2
  117. package/lib/chain/emitter.js.map +1 -1
  118. package/lib/chain/errors/attestationError.js +1 -2
  119. package/lib/chain/errors/attestationError.js.map +1 -1
  120. package/lib/chain/errors/attesterSlashingError.js +1 -2
  121. package/lib/chain/errors/attesterSlashingError.js.map +1 -1
  122. package/lib/chain/errors/blobSidecarError.js +1 -2
  123. package/lib/chain/errors/blobSidecarError.js.map +1 -1
  124. package/lib/chain/errors/blockError.js +1 -2
  125. package/lib/chain/errors/blockError.js.map +1 -1
  126. package/lib/chain/errors/blsToExecutionChangeError.js +1 -2
  127. package/lib/chain/errors/blsToExecutionChangeError.js.map +1 -1
  128. package/lib/chain/errors/dataColumnSidecarError.js +1 -2
  129. package/lib/chain/errors/dataColumnSidecarError.js.map +1 -1
  130. package/lib/chain/errors/executionPayloadBid.d.ts +11 -4
  131. package/lib/chain/errors/executionPayloadBid.d.ts.map +1 -1
  132. package/lib/chain/errors/executionPayloadBid.js +2 -2
  133. package/lib/chain/errors/executionPayloadBid.js.map +1 -1
  134. package/lib/chain/errors/executionPayloadEnvelope.js +1 -2
  135. package/lib/chain/errors/executionPayloadEnvelope.js.map +1 -1
  136. package/lib/chain/errors/gossipValidation.js +2 -4
  137. package/lib/chain/errors/gossipValidation.js.map +1 -1
  138. package/lib/chain/errors/lightClientError.js +2 -4
  139. package/lib/chain/errors/lightClientError.js.map +1 -1
  140. package/lib/chain/errors/payloadAttestation.js +1 -2
  141. package/lib/chain/errors/payloadAttestation.js.map +1 -1
  142. package/lib/chain/errors/proposerPreferences.js +1 -2
  143. package/lib/chain/errors/proposerPreferences.js.map +1 -1
  144. package/lib/chain/errors/proposerSlashingError.js +1 -2
  145. package/lib/chain/errors/proposerSlashingError.js.map +1 -1
  146. package/lib/chain/errors/syncCommitteeError.js +1 -2
  147. package/lib/chain/errors/syncCommitteeError.js.map +1 -1
  148. package/lib/chain/errors/voluntaryExitError.js +1 -2
  149. package/lib/chain/errors/voluntaryExitError.js.map +1 -1
  150. package/lib/chain/forkChoice/index.js +1 -2
  151. package/lib/chain/forkChoice/index.js.map +1 -1
  152. package/lib/chain/initState.d.ts +1 -1
  153. package/lib/chain/initState.d.ts.map +1 -1
  154. package/lib/chain/initState.js.map +1 -1
  155. package/lib/chain/interface.js +1 -2
  156. package/lib/chain/interface.js.map +1 -1
  157. package/lib/chain/lightClient/index.d.ts +29 -0
  158. package/lib/chain/lightClient/index.d.ts.map +1 -1
  159. package/lib/chain/lightClient/index.js.map +1 -1
  160. package/lib/chain/lightClient/proofs.js.map +1 -1
  161. package/lib/chain/opPools/aggregatedAttestationPool.d.ts.map +1 -1
  162. package/lib/chain/opPools/aggregatedAttestationPool.js +5 -6
  163. package/lib/chain/opPools/aggregatedAttestationPool.js.map +1 -1
  164. package/lib/chain/opPools/attestationPool.js.map +1 -1
  165. package/lib/chain/opPools/executionPayloadBidPool.js.map +1 -1
  166. package/lib/chain/opPools/opPool.js.map +1 -1
  167. package/lib/chain/opPools/payloadAttestationPool.js.map +1 -1
  168. package/lib/chain/opPools/proposerPreferencesPool.js.map +1 -1
  169. package/lib/chain/opPools/syncCommitteeMessagePool.js.map +1 -1
  170. package/lib/chain/opPools/syncContributionAndProofPool.js.map +1 -1
  171. package/lib/chain/opPools/types.js +2 -4
  172. package/lib/chain/opPools/types.js.map +1 -1
  173. package/lib/chain/opPools/utils.js.map +1 -1
  174. package/lib/chain/prepareNextSlot.d.ts +2 -1
  175. package/lib/chain/prepareNextSlot.d.ts.map +1 -1
  176. package/lib/chain/prepareNextSlot.js +1 -1
  177. package/lib/chain/prepareNextSlot.js.map +1 -1
  178. package/lib/chain/produceBlock/computeNewStateRoot.js.map +1 -1
  179. package/lib/chain/produceBlock/produceBlockBody.d.ts +1 -1
  180. package/lib/chain/produceBlock/produceBlockBody.d.ts.map +1 -1
  181. package/lib/chain/produceBlock/produceBlockBody.js +7 -10
  182. package/lib/chain/produceBlock/produceBlockBody.js.map +1 -1
  183. package/lib/chain/produceBlock/validateBlobsAndKzgCommitments.js.map +1 -1
  184. package/lib/chain/regen/errors.js +1 -2
  185. package/lib/chain/regen/errors.js.map +1 -1
  186. package/lib/chain/regen/interface.js +2 -4
  187. package/lib/chain/regen/interface.js.map +1 -1
  188. package/lib/chain/regen/queued.js.map +1 -1
  189. package/lib/chain/regen/regen.js.map +1 -1
  190. package/lib/chain/reprocess.js +1 -2
  191. package/lib/chain/reprocess.js.map +1 -1
  192. package/lib/chain/seenCache/seenAggregateAndProof.js.map +1 -1
  193. package/lib/chain/seenCache/seenAttestationData.js +1 -2
  194. package/lib/chain/seenCache/seenAttestationData.js.map +1 -1
  195. package/lib/chain/seenCache/seenAttesters.js.map +1 -1
  196. package/lib/chain/seenCache/seenBlockAttesters.js.map +1 -1
  197. package/lib/chain/seenCache/seenBlockProposers.js.map +1 -1
  198. package/lib/chain/seenCache/seenCommittee.js.map +1 -1
  199. package/lib/chain/seenCache/seenCommitteeContribution.js.map +1 -1
  200. package/lib/chain/seenCache/seenExecutionPayloadBids.d.ts +6 -5
  201. package/lib/chain/seenCache/seenExecutionPayloadBids.d.ts.map +1 -1
  202. package/lib/chain/seenCache/seenExecutionPayloadBids.js +16 -8
  203. package/lib/chain/seenCache/seenExecutionPayloadBids.js.map +1 -1
  204. package/lib/chain/seenCache/seenGossipBlockInput.d.ts +3 -3
  205. package/lib/chain/seenCache/seenGossipBlockInput.d.ts.map +1 -1
  206. package/lib/chain/seenCache/seenGossipBlockInput.js.map +1 -1
  207. package/lib/chain/seenCache/seenPayloadEnvelopeInput.d.ts +1 -1
  208. package/lib/chain/seenCache/seenPayloadEnvelopeInput.d.ts.map +1 -1
  209. package/lib/chain/seenCache/seenPayloadEnvelopeInput.js.map +1 -1
  210. package/lib/chain/serializeState.js.map +1 -1
  211. package/lib/chain/shufflingCache.js +1 -2
  212. package/lib/chain/shufflingCache.js.map +1 -1
  213. package/lib/chain/stateCache/datastore/db.js.map +1 -1
  214. package/lib/chain/stateCache/datastore/file.js.map +1 -1
  215. package/lib/chain/stateCache/fifoBlockStateCache.js.map +1 -1
  216. package/lib/chain/stateCache/mapMetrics.js.map +1 -1
  217. package/lib/chain/stateCache/persistentCheckpointsCache.d.ts +45 -1
  218. package/lib/chain/stateCache/persistentCheckpointsCache.d.ts.map +1 -1
  219. package/lib/chain/stateCache/persistentCheckpointsCache.js.map +1 -1
  220. package/lib/chain/stateCache/types.js +1 -2
  221. package/lib/chain/stateCache/types.js.map +1 -1
  222. package/lib/chain/validation/aggregateAndProof.js.map +1 -1
  223. package/lib/chain/validation/attestation.js.map +1 -1
  224. package/lib/chain/validation/attesterSlashing.js.map +1 -1
  225. package/lib/chain/validation/blobSidecar.js.map +1 -1
  226. package/lib/chain/validation/block.js.map +1 -1
  227. package/lib/chain/validation/blsToExecutionChange.js.map +1 -1
  228. package/lib/chain/validation/dataColumnSidecar.js.map +1 -1
  229. package/lib/chain/validation/executionPayloadBid.d.ts +0 -5
  230. package/lib/chain/validation/executionPayloadBid.d.ts.map +1 -1
  231. package/lib/chain/validation/executionPayloadBid.js +73 -25
  232. package/lib/chain/validation/executionPayloadBid.js.map +1 -1
  233. package/lib/chain/validation/executionPayloadEnvelope.js.map +1 -1
  234. package/lib/chain/validation/lightClientFinalityUpdate.js.map +1 -1
  235. package/lib/chain/validation/lightClientOptimisticUpdate.js.map +1 -1
  236. package/lib/chain/validation/payloadAttestationMessage.js.map +1 -1
  237. package/lib/chain/validation/proposerPreferences.js.map +1 -1
  238. package/lib/chain/validation/proposerSlashing.js.map +1 -1
  239. package/lib/chain/validation/signatureSets/aggregateAndProof.js.map +1 -1
  240. package/lib/chain/validation/signatureSets/contributionAndProof.js.map +1 -1
  241. package/lib/chain/validation/signatureSets/selectionProof.js.map +1 -1
  242. package/lib/chain/validation/signatureSets/syncCommittee.js.map +1 -1
  243. package/lib/chain/validation/signatureSets/syncCommitteeContribution.js.map +1 -1
  244. package/lib/chain/validation/signatureSets/syncCommitteeSelectionProof.js.map +1 -1
  245. package/lib/chain/validation/syncCommittee.js.map +1 -1
  246. package/lib/chain/validation/syncCommitteeContributionAndProof.js.map +1 -1
  247. package/lib/chain/validation/voluntaryExit.js.map +1 -1
  248. package/lib/chain/validatorMonitor.js +2 -3
  249. package/lib/chain/validatorMonitor.js.map +1 -1
  250. package/lib/constants/network.js +2 -4
  251. package/lib/constants/network.js.map +1 -1
  252. package/lib/db/beacon.js.map +1 -1
  253. package/lib/db/buckets.d.ts +23 -23
  254. package/lib/db/buckets.d.ts.map +1 -1
  255. package/lib/db/buckets.js +1 -2
  256. package/lib/db/buckets.js.map +1 -1
  257. package/lib/db/repositories/attesterSlashing.js.map +1 -1
  258. package/lib/db/repositories/backfilledRanges.js.map +1 -1
  259. package/lib/db/repositories/blobSidecars.js.map +1 -1
  260. package/lib/db/repositories/blobSidecarsArchive.js.map +1 -1
  261. package/lib/db/repositories/block.js.map +1 -1
  262. package/lib/db/repositories/blockArchive.js.map +1 -1
  263. package/lib/db/repositories/blockArchiveIndex.js.map +1 -1
  264. package/lib/db/repositories/blsToExecutionChange.js.map +1 -1
  265. package/lib/db/repositories/checkpointState.js.map +1 -1
  266. package/lib/db/repositories/dataColumnSidecar.js.map +1 -1
  267. package/lib/db/repositories/dataColumnSidecarArchive.js.map +1 -1
  268. package/lib/db/repositories/executionPayloadEnvelope.js.map +1 -1
  269. package/lib/db/repositories/executionPayloadEnvelopeArchive.js.map +1 -1
  270. package/lib/db/repositories/lightclientBestUpdate.js.map +1 -1
  271. package/lib/db/repositories/lightclientCheckpointHeader.js.map +1 -1
  272. package/lib/db/repositories/lightclientSyncCommittee.js.map +1 -1
  273. package/lib/db/repositories/lightclientSyncCommitteeWitness.js.map +1 -1
  274. package/lib/db/repositories/proposerSlashing.js.map +1 -1
  275. package/lib/db/repositories/stateArchive.js.map +1 -1
  276. package/lib/db/repositories/stateArchiveIndex.js.map +1 -1
  277. package/lib/db/repositories/voluntaryExit.js.map +1 -1
  278. package/lib/execution/builder/cache.js.map +1 -1
  279. package/lib/execution/builder/http.js +1 -2
  280. package/lib/execution/builder/http.js.map +1 -1
  281. package/lib/execution/builder/index.js.map +1 -1
  282. package/lib/execution/engine/disabled.js.map +1 -1
  283. package/lib/execution/engine/http.d.ts.map +1 -1
  284. package/lib/execution/engine/http.js.map +1 -1
  285. package/lib/execution/engine/index.js.map +1 -1
  286. package/lib/execution/engine/interface.d.ts +1 -1
  287. package/lib/execution/engine/interface.js +2 -4
  288. package/lib/execution/engine/interface.js.map +1 -1
  289. package/lib/execution/engine/jsonRpcHttpClient.d.ts +13 -10
  290. package/lib/execution/engine/jsonRpcHttpClient.d.ts.map +1 -1
  291. package/lib/execution/engine/jsonRpcHttpClient.js +1 -2
  292. package/lib/execution/engine/jsonRpcHttpClient.js.map +1 -1
  293. package/lib/execution/engine/jwt.js.map +1 -1
  294. package/lib/execution/engine/mock.js.map +1 -1
  295. package/lib/execution/engine/payloadIdCache.js.map +1 -1
  296. package/lib/execution/engine/types.js +1 -1
  297. package/lib/execution/engine/types.js.map +1 -1
  298. package/lib/execution/engine/utils.d.ts +1 -1
  299. package/lib/execution/engine/utils.d.ts.map +1 -1
  300. package/lib/execution/engine/utils.js.map +1 -1
  301. package/lib/metrics/metrics/beacon.d.ts.map +1 -1
  302. package/lib/metrics/metrics/beacon.js.map +1 -1
  303. package/lib/metrics/metrics/lodestar.d.ts +2 -2
  304. package/lib/metrics/metrics/lodestar.d.ts.map +1 -1
  305. package/lib/metrics/metrics/lodestar.js +1 -1
  306. package/lib/metrics/metrics/lodestar.js.map +1 -1
  307. package/lib/metrics/metrics.js.map +1 -1
  308. package/lib/metrics/nodeJsMetrics.js.map +1 -1
  309. package/lib/metrics/server/http.d.ts +1 -1
  310. package/lib/metrics/server/http.d.ts.map +1 -1
  311. package/lib/metrics/server/http.js.map +1 -1
  312. package/lib/metrics/utils/avgMinMax.js.map +1 -1
  313. package/lib/metrics/utils/gauge.js.map +1 -1
  314. package/lib/metrics/utils/registryMetricCreator.js.map +1 -1
  315. package/lib/monitoring/clientStats.js.map +1 -1
  316. package/lib/monitoring/properties.js.map +1 -1
  317. package/lib/monitoring/service.js.map +1 -1
  318. package/lib/monitoring/system.d.ts.map +1 -1
  319. package/lib/monitoring/system.js.map +1 -1
  320. package/lib/monitoring/types.js +2 -4
  321. package/lib/monitoring/types.js.map +1 -1
  322. package/lib/network/core/events.d.ts.map +1 -1
  323. package/lib/network/core/events.js +2 -4
  324. package/lib/network/core/events.js.map +1 -1
  325. package/lib/network/core/metrics.d.ts +7 -6
  326. package/lib/network/core/metrics.d.ts.map +1 -1
  327. package/lib/network/core/metrics.js.map +1 -1
  328. package/lib/network/core/networkCore.d.ts +1 -1
  329. package/lib/network/core/networkCore.d.ts.map +1 -1
  330. package/lib/network/core/networkCore.js.map +1 -1
  331. package/lib/network/core/networkCoreWorker.js.map +1 -1
  332. package/lib/network/core/networkCoreWorkerHandler.js.map +1 -1
  333. package/lib/network/discv5/index.d.ts +1 -1
  334. package/lib/network/discv5/index.d.ts.map +1 -1
  335. package/lib/network/discv5/index.js.map +1 -1
  336. package/lib/network/discv5/utils.js +1 -2
  337. package/lib/network/discv5/utils.js.map +1 -1
  338. package/lib/network/discv5/worker.js.map +1 -1
  339. package/lib/network/events.d.ts.map +1 -1
  340. package/lib/network/events.js +2 -4
  341. package/lib/network/events.js.map +1 -1
  342. package/lib/network/forks.js.map +1 -1
  343. package/lib/network/gossip/encoding.js.map +1 -1
  344. package/lib/network/gossip/errors.js.map +1 -1
  345. package/lib/network/gossip/gossipsub.js.map +1 -1
  346. package/lib/network/gossip/interface.js +2 -4
  347. package/lib/network/gossip/interface.js.map +1 -1
  348. package/lib/network/gossip/metrics.d.ts +14 -12
  349. package/lib/network/gossip/metrics.d.ts.map +1 -1
  350. package/lib/network/gossip/metrics.js.map +1 -1
  351. package/lib/network/gossip/scoringParameters.d.ts +1 -1
  352. package/lib/network/gossip/scoringParameters.d.ts.map +1 -1
  353. package/lib/network/gossip/scoringParameters.js.map +1 -1
  354. package/lib/network/gossip/topic.d.ts +5 -5
  355. package/lib/network/gossip/topic.js.map +1 -1
  356. package/lib/network/libp2p/error.js +1 -2
  357. package/lib/network/libp2p/error.js.map +1 -1
  358. package/lib/network/libp2p/index.js.map +1 -1
  359. package/lib/network/metadata.js +2 -4
  360. package/lib/network/metadata.js.map +1 -1
  361. package/lib/network/network.d.ts +1 -1
  362. package/lib/network/network.d.ts.map +1 -1
  363. package/lib/network/network.js.map +1 -1
  364. package/lib/network/peers/client.js +1 -2
  365. package/lib/network/peers/client.js.map +1 -1
  366. package/lib/network/peers/datastore.d.ts +3 -0
  367. package/lib/network/peers/datastore.d.ts.map +1 -1
  368. package/lib/network/peers/datastore.js.map +1 -1
  369. package/lib/network/peers/discover.d.ts +7 -0
  370. package/lib/network/peers/discover.d.ts.map +1 -1
  371. package/lib/network/peers/discover.js +2 -4
  372. package/lib/network/peers/discover.js.map +1 -1
  373. package/lib/network/peers/peerManager.d.ts +1 -0
  374. package/lib/network/peers/peerManager.d.ts.map +1 -1
  375. package/lib/network/peers/peerManager.js.map +1 -1
  376. package/lib/network/peers/peersData.js +1 -2
  377. package/lib/network/peers/peersData.js.map +1 -1
  378. package/lib/network/peers/score/interface.js +2 -4
  379. package/lib/network/peers/score/interface.js.map +1 -1
  380. package/lib/network/peers/score/score.js.map +1 -1
  381. package/lib/network/peers/score/store.js.map +1 -1
  382. package/lib/network/peers/score/utils.js.map +1 -1
  383. package/lib/network/peers/utils/assertPeerRelevance.js +1 -2
  384. package/lib/network/peers/utils/assertPeerRelevance.js.map +1 -1
  385. package/lib/network/peers/utils/enrSubnetsDeserialize.js.map +1 -1
  386. package/lib/network/peers/utils/getConnectedPeerIds.js.map +1 -1
  387. package/lib/network/peers/utils/prioritizePeers.js +1 -2
  388. package/lib/network/peers/utils/prioritizePeers.js.map +1 -1
  389. package/lib/network/peers/utils/subnetMap.js.map +1 -1
  390. package/lib/network/processor/aggregatorTracker.js.map +1 -1
  391. package/lib/network/processor/extractSlotRootFns.js.map +1 -1
  392. package/lib/network/processor/gossipHandlers.js.map +1 -1
  393. package/lib/network/processor/gossipQueues/index.js.map +1 -1
  394. package/lib/network/processor/gossipQueues/indexed.js.map +1 -1
  395. package/lib/network/processor/gossipQueues/linear.js.map +1 -1
  396. package/lib/network/processor/gossipQueues/types.js +2 -4
  397. package/lib/network/processor/gossipQueues/types.js.map +1 -1
  398. package/lib/network/processor/gossipValidatorFn.js.map +1 -1
  399. package/lib/network/processor/index.d.ts.map +1 -1
  400. package/lib/network/processor/index.js +4 -5
  401. package/lib/network/processor/index.js.map +1 -1
  402. package/lib/network/reqresp/ReqRespBeaconNode.js.map +1 -1
  403. package/lib/network/reqresp/handlers/beaconBlocksByHead.js.map +1 -1
  404. package/lib/network/reqresp/handlers/beaconBlocksByRange.js.map +1 -1
  405. package/lib/network/reqresp/handlers/beaconBlocksByRoot.js.map +1 -1
  406. package/lib/network/reqresp/handlers/blobSidecarsByRange.js.map +1 -1
  407. package/lib/network/reqresp/handlers/blobSidecarsByRoot.js.map +1 -1
  408. package/lib/network/reqresp/handlers/dataColumnSidecarsByRange.js.map +1 -1
  409. package/lib/network/reqresp/handlers/dataColumnSidecarsByRoot.js.map +1 -1
  410. package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRange.js.map +1 -1
  411. package/lib/network/reqresp/handlers/executionPayloadEnvelopesByRoot.js.map +1 -1
  412. package/lib/network/reqresp/handlers/index.js.map +1 -1
  413. package/lib/network/reqresp/handlers/lightClientBootstrap.js.map +1 -1
  414. package/lib/network/reqresp/handlers/lightClientFinalityUpdate.js +1 -1
  415. package/lib/network/reqresp/handlers/lightClientFinalityUpdate.js.map +1 -1
  416. package/lib/network/reqresp/handlers/lightClientOptimisticUpdate.js +1 -1
  417. package/lib/network/reqresp/handlers/lightClientOptimisticUpdate.js.map +1 -1
  418. package/lib/network/reqresp/handlers/lightClientUpdatesByRange.d.ts.map +1 -1
  419. package/lib/network/reqresp/handlers/lightClientUpdatesByRange.js +6 -2
  420. package/lib/network/reqresp/handlers/lightClientUpdatesByRange.js.map +1 -1
  421. package/lib/network/reqresp/interface.js +1 -2
  422. package/lib/network/reqresp/interface.js.map +1 -1
  423. package/lib/network/reqresp/protocols.d.ts.map +1 -1
  424. package/lib/network/reqresp/protocols.js +35 -9
  425. package/lib/network/reqresp/protocols.js.map +1 -1
  426. package/lib/network/reqresp/rateLimit.js +1 -1
  427. package/lib/network/reqresp/rateLimit.js.map +1 -1
  428. package/lib/network/reqresp/score.js.map +1 -1
  429. package/lib/network/reqresp/types.js +2 -4
  430. package/lib/network/reqresp/types.js.map +1 -1
  431. package/lib/network/reqresp/utils/collect.js.map +1 -1
  432. package/lib/network/reqresp/utils/collectSequentialBlocksInRange.js +1 -2
  433. package/lib/network/reqresp/utils/collectSequentialBlocksInRange.js.map +1 -1
  434. package/lib/network/reqresp/utils/dataColumnResponseValidation.d.ts +1 -1
  435. package/lib/network/reqresp/utils/dataColumnResponseValidation.d.ts.map +1 -1
  436. package/lib/network/reqresp/utils/dataColumnResponseValidation.js.map +1 -1
  437. package/lib/network/statusCache.js.map +1 -1
  438. package/lib/network/subnets/attnetsService.js +1 -2
  439. package/lib/network/subnets/attnetsService.js.map +1 -1
  440. package/lib/network/subnets/interface.js.map +1 -1
  441. package/lib/network/subnets/syncnetsService.d.ts.map +1 -1
  442. package/lib/network/subnets/syncnetsService.js.map +1 -1
  443. package/lib/network/subnets/util.js.map +1 -1
  444. package/lib/network/util.js.map +1 -1
  445. package/lib/node/nodejs.d.ts +2 -2
  446. package/lib/node/nodejs.d.ts.map +1 -1
  447. package/lib/node/nodejs.js +1 -2
  448. package/lib/node/nodejs.js.map +1 -1
  449. package/lib/node/notifier.js.map +1 -1
  450. package/lib/node/utils/interop/deposits.js.map +1 -1
  451. package/lib/node/utils/interop/state.d.ts +1 -1
  452. package/lib/node/utils/interop/state.d.ts.map +1 -1
  453. package/lib/node/utils/interop/state.js.map +1 -1
  454. package/lib/node/utils/lightclient.js.map +1 -1
  455. package/lib/node/utils/state.js.map +1 -1
  456. package/lib/sync/backfill/backfill.d.ts +7 -0
  457. package/lib/sync/backfill/backfill.d.ts.map +1 -1
  458. package/lib/sync/backfill/backfill.js +3 -6
  459. package/lib/sync/backfill/backfill.js.map +1 -1
  460. package/lib/sync/backfill/errors.js +1 -2
  461. package/lib/sync/backfill/errors.js.map +1 -1
  462. package/lib/sync/backfill/verify.js.map +1 -1
  463. package/lib/sync/constants.d.ts +6 -5
  464. package/lib/sync/constants.d.ts.map +1 -1
  465. package/lib/sync/constants.js +6 -5
  466. package/lib/sync/constants.js.map +1 -1
  467. package/lib/sync/interface.js +1 -2
  468. package/lib/sync/interface.js.map +1 -1
  469. package/lib/sync/range/batch.d.ts +10 -1
  470. package/lib/sync/range/batch.d.ts.map +1 -1
  471. package/lib/sync/range/batch.js +30 -14
  472. package/lib/sync/range/batch.js.map +1 -1
  473. package/lib/sync/range/chain.d.ts +10 -0
  474. package/lib/sync/range/chain.d.ts.map +1 -1
  475. package/lib/sync/range/chain.js +31 -17
  476. package/lib/sync/range/chain.js.map +1 -1
  477. package/lib/sync/range/range.d.ts.map +1 -1
  478. package/lib/sync/range/range.js +2 -4
  479. package/lib/sync/range/range.js.map +1 -1
  480. package/lib/sync/range/utils/batches.d.ts +18 -0
  481. package/lib/sync/range/utils/batches.d.ts.map +1 -1
  482. package/lib/sync/range/utils/batches.js +38 -0
  483. package/lib/sync/range/utils/batches.js.map +1 -1
  484. package/lib/sync/range/utils/chainTarget.js.map +1 -1
  485. package/lib/sync/range/utils/hashBlocks.js.map +1 -1
  486. package/lib/sync/range/utils/peerBalancer.js.map +1 -1
  487. package/lib/sync/range/utils/updateChains.js.map +1 -1
  488. package/lib/sync/sync.js.map +1 -1
  489. package/lib/sync/types.js +3 -6
  490. package/lib/sync/types.js.map +1 -1
  491. package/lib/sync/unknownBlock.d.ts +23 -0
  492. package/lib/sync/unknownBlock.d.ts.map +1 -1
  493. package/lib/sync/unknownBlock.js.map +1 -1
  494. package/lib/sync/utils/downloadByRange.d.ts +4 -4
  495. package/lib/sync/utils/downloadByRange.d.ts.map +1 -1
  496. package/lib/sync/utils/downloadByRange.js +1 -2
  497. package/lib/sync/utils/downloadByRange.js.map +1 -1
  498. package/lib/sync/utils/downloadByRoot.d.ts +7 -7
  499. package/lib/sync/utils/downloadByRoot.d.ts.map +1 -1
  500. package/lib/sync/utils/downloadByRoot.js +1 -2
  501. package/lib/sync/utils/downloadByRoot.js.map +1 -1
  502. package/lib/sync/utils/pendingBlocksTree.js.map +1 -1
  503. package/lib/sync/utils/rateLimit.js.map +1 -1
  504. package/lib/sync/utils/remoteSyncType.d.ts.map +1 -1
  505. package/lib/sync/utils/remoteSyncType.js +2 -4
  506. package/lib/sync/utils/remoteSyncType.js.map +1 -1
  507. package/lib/util/address.js.map +1 -1
  508. package/lib/util/array.js.map +1 -1
  509. package/lib/util/asyncIterableToEvents.js +1 -2
  510. package/lib/util/asyncIterableToEvents.js.map +1 -1
  511. package/lib/util/binarySearch.js.map +1 -1
  512. package/lib/util/bitArray.js +1 -2
  513. package/lib/util/bitArray.js.map +1 -1
  514. package/lib/util/blobs.js.map +1 -1
  515. package/lib/util/bufferPool.js +1 -2
  516. package/lib/util/bufferPool.js.map +1 -1
  517. package/lib/util/chunkify.js.map +1 -1
  518. package/lib/util/clock.js +1 -2
  519. package/lib/util/clock.js.map +1 -1
  520. package/lib/util/dataColumns.js +2 -4
  521. package/lib/util/dataColumns.js.map +1 -1
  522. package/lib/util/dependentRoot.js.map +1 -1
  523. package/lib/util/enum.js.map +1 -1
  524. package/lib/util/error.js.map +1 -1
  525. package/lib/util/eventLoop.js.map +1 -1
  526. package/lib/util/execution.js +1 -2
  527. package/lib/util/execution.js.map +1 -1
  528. package/lib/util/file.js.map +1 -1
  529. package/lib/util/forkChoice.js.map +1 -1
  530. package/lib/util/forkName.js.map +1 -1
  531. package/lib/util/graffiti.js.map +1 -1
  532. package/lib/util/hex.js.map +1 -1
  533. package/lib/util/ip.js.map +1 -1
  534. package/lib/util/itTrigger.js.map +1 -1
  535. package/lib/util/map.js.map +1 -1
  536. package/lib/util/metadata.js.map +1 -1
  537. package/lib/util/multifork.js.map +1 -1
  538. package/lib/util/numpy.js.map +1 -1
  539. package/lib/util/peerId.js.map +1 -1
  540. package/lib/util/profile.js +1 -2
  541. package/lib/util/profile.js.map +1 -1
  542. package/lib/util/promises.js.map +1 -1
  543. package/lib/util/queue/errors.js +1 -2
  544. package/lib/util/queue/errors.js.map +1 -1
  545. package/lib/util/queue/fnQueue.js.map +1 -1
  546. package/lib/util/queue/itemQueue.d.ts.map +1 -1
  547. package/lib/util/queue/itemQueue.js.map +1 -1
  548. package/lib/util/queue/options.js +1 -2
  549. package/lib/util/queue/options.js.map +1 -1
  550. package/lib/util/serializedCache.js.map +1 -1
  551. package/lib/util/set.js.map +1 -1
  552. package/lib/util/shuffle.js.map +1 -1
  553. package/lib/util/sortBy.js.map +1 -1
  554. package/lib/util/sszBytes.js +1 -1
  555. package/lib/util/sszBytes.js.map +1 -1
  556. package/lib/util/time.js.map +1 -1
  557. package/lib/util/timeSeries.js.map +1 -1
  558. package/lib/util/types.d.ts.map +1 -1
  559. package/lib/util/workerEvents.d.ts +1 -1
  560. package/lib/util/workerEvents.d.ts.map +1 -1
  561. package/lib/util/workerEvents.js.map +1 -1
  562. package/lib/util/wrapError.js.map +1 -1
  563. package/package.json +16 -16
  564. package/src/api/impl/config/constants.ts +2 -0
  565. package/src/api/impl/validator/index.ts +1 -1
  566. package/src/chain/archiveStore/archiveStore.ts +20 -3
  567. package/src/chain/blocks/verifyExecutionPayloadEnvelope.ts +1 -1
  568. package/src/chain/errors/executionPayloadBid.ts +12 -4
  569. package/src/chain/opPools/aggregatedAttestationPool.ts +4 -2
  570. package/src/chain/prepareNextSlot.ts +1 -1
  571. package/src/chain/produceBlock/produceBlockBody.ts +5 -5
  572. package/src/chain/seenCache/seenExecutionPayloadBids.ts +22 -9
  573. package/src/chain/validation/executionPayloadBid.ts +90 -26
  574. package/src/chain/validatorMonitor.ts +1 -1
  575. package/src/execution/engine/interface.ts +1 -1
  576. package/src/execution/engine/types.ts +1 -1
  577. package/src/metrics/metrics/lodestar.ts +1 -1
  578. package/src/network/processor/index.ts +2 -1
  579. package/src/network/reqresp/handlers/lightClientFinalityUpdate.ts +1 -1
  580. package/src/network/reqresp/handlers/lightClientOptimisticUpdate.ts +1 -1
  581. package/src/network/reqresp/handlers/lightClientUpdatesByRange.ts +6 -2
  582. package/src/network/reqresp/protocols.ts +39 -11
  583. package/src/network/reqresp/rateLimit.ts +1 -1
  584. package/src/sync/constants.ts +6 -5
  585. package/src/sync/range/batch.ts +31 -10
  586. package/src/sync/range/chain.ts +36 -16
  587. package/src/sync/range/utils/batches.ts +44 -0
  588. package/src/util/sszBytes.ts +1 -1
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.46.0-dev.9b97bb94f2",
14
+ "version": "1.46.0-dev.b22e48117e",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -77,11 +77,11 @@
77
77
  ],
78
78
  "scripts": {
79
79
  "clean": "rm -rf lib && rm -f *.tsbuildinfo",
80
- "build": "tsgo -p tsconfig.build.json",
80
+ "build": "tsc -p tsconfig.build.json",
81
81
  "build:watch": "pnpm run build --watch",
82
82
  "build:release": "pnpm clean && pnpm run build",
83
83
  "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
84
- "check-types": "tsgo",
84
+ "check-types": "tsc",
85
85
  "lint": "biome check src/ test/",
86
86
  "lint:fix": "pnpm run lint --write",
87
87
  "test": "pnpm test:unit && pnpm test:e2e",
@@ -126,17 +126,17 @@
126
126
  "@libp2p/peer-id": "^6.0.4",
127
127
  "@libp2p/prometheus-metrics": "^5.0.14",
128
128
  "@libp2p/tcp": "^11.0.13",
129
- "@lodestar/api": "^1.46.0-dev.9b97bb94f2",
130
- "@lodestar/config": "^1.46.0-dev.9b97bb94f2",
131
- "@lodestar/db": "^1.46.0-dev.9b97bb94f2",
132
- "@lodestar/fork-choice": "^1.46.0-dev.9b97bb94f2",
133
- "@lodestar/logger": "^1.46.0-dev.9b97bb94f2",
134
- "@lodestar/params": "^1.46.0-dev.9b97bb94f2",
135
- "@lodestar/reqresp": "^1.46.0-dev.9b97bb94f2",
136
- "@lodestar/state-transition": "^1.46.0-dev.9b97bb94f2",
137
- "@lodestar/types": "^1.46.0-dev.9b97bb94f2",
138
- "@lodestar/utils": "^1.46.0-dev.9b97bb94f2",
139
- "@lodestar/validator": "^1.46.0-dev.9b97bb94f2",
129
+ "@lodestar/api": "^1.46.0-dev.b22e48117e",
130
+ "@lodestar/config": "^1.46.0-dev.b22e48117e",
131
+ "@lodestar/db": "^1.46.0-dev.b22e48117e",
132
+ "@lodestar/fork-choice": "^1.46.0-dev.b22e48117e",
133
+ "@lodestar/logger": "^1.46.0-dev.b22e48117e",
134
+ "@lodestar/params": "^1.46.0-dev.b22e48117e",
135
+ "@lodestar/reqresp": "^1.46.0-dev.b22e48117e",
136
+ "@lodestar/state-transition": "^1.46.0-dev.b22e48117e",
137
+ "@lodestar/types": "^1.46.0-dev.b22e48117e",
138
+ "@lodestar/utils": "^1.46.0-dev.b22e48117e",
139
+ "@lodestar/validator": "^1.46.0-dev.b22e48117e",
140
140
  "@multiformats/multiaddr": "^13.0.1",
141
141
  "datastore-core": "^11.0.2",
142
142
  "datastore-level": "^12.0.2",
@@ -158,7 +158,7 @@
158
158
  "@libp2p/interface-internal": "^3.0.13",
159
159
  "@libp2p/logger": "^6.2.2",
160
160
  "@libp2p/utils": "^7.0.13",
161
- "@lodestar/spec-test-util": "^1.46.0-dev.9b97bb94f2",
161
+ "@lodestar/spec-test-util": "^1.46.0-dev.b22e48117e",
162
162
  "@types/js-yaml": "^4.0.5",
163
163
  "@types/qs": "^6.9.7",
164
164
  "@types/tmp": "^0.2.3",
@@ -175,5 +175,5 @@
175
175
  "beacon",
176
176
  "blockchain"
177
177
  ],
178
- "gitHead": "31e8100601cb10f866cb2b79797b605fa9914774"
178
+ "gitHead": "cc8567c513be2724d90e85750a3b11c6c4a524fa"
179
179
  }
@@ -12,6 +12,7 @@ import {
12
12
  BUILDER_PAYMENT_THRESHOLD_DENOMINATOR,
13
13
  BUILDER_PAYMENT_THRESHOLD_NUMERATOR,
14
14
  BUILDER_WITHDRAWAL_PREFIX,
15
+ BYTES_PER_FIELD_ELEMENT,
15
16
  COMPOUNDING_WITHDRAWAL_PREFIX,
16
17
  CONSOLIDATION_REQUEST_TYPE,
17
18
  DEPOSIT_CONTRACT_TREE_DEPTH,
@@ -131,6 +132,7 @@ export const specConstants = {
131
132
  // Deneb types
132
133
  BLOB_TX_TYPE: toHexByte(BLOB_TX_TYPE),
133
134
  VERSIONED_HASH_VERSION_KZG: toHexByte(VERSIONED_HASH_VERSION_KZG),
135
+ BYTES_PER_FIELD_ELEMENT,
134
136
 
135
137
  // electra
136
138
  UNSET_DEPOSIT_REQUESTS_START_INDEX,
@@ -1808,7 +1808,7 @@ export function getValidatorApi(
1808
1808
  const filteredRegistrations = registrations.filter((registration) => {
1809
1809
  const {pubkey} = registration.message;
1810
1810
  const validatorIndex = chain.pubkeyCache.getIndex(pubkey);
1811
- if (validatorIndex === null) return false;
1811
+ if (validatorIndex === null || validatorIndex >= headState.validatorCount) return false;
1812
1812
 
1813
1813
  const validator = headState.getValidator(validatorIndex);
1814
1814
  const status = getValidatorStatus(validator, currentEpoch);
@@ -4,6 +4,7 @@ import {Checkpoint} from "@lodestar/types/phase0";
4
4
  import {callFnWhenAwait} from "@lodestar/utils";
5
5
  import {IBeaconDb} from "../../db/index.js";
6
6
  import {Metrics} from "../../metrics/metrics.js";
7
+ import {callInNextEventLoop} from "../../util/eventLoop.js";
7
8
  import {isOptimisticBlock} from "../../util/forkChoice.js";
8
9
  import {JobItemQueue, isQueueErrorAborted} from "../../util/queue/index.js";
9
10
  import {ChainEvent} from "../emitter.js";
@@ -166,9 +167,25 @@ export class ArchiveStore {
166
167
  // Event handlers
167
168
  //-------------------------------------------------------------------------
168
169
  private onFinalizedCheckpoint = (finalized: CheckpointWithHex): void => {
169
- this.jobQueue.push(finalized).catch((e) => {
170
- if (!isQueueErrorAborted(e)) {
171
- this.logger.error("Error queuing finalized checkpoint", {epoch: finalized.epoch}, e as Error);
170
+ // Decouple finalized-checkpoint processing from block import. This handler runs synchronously
171
+ // inside the `ChainEvent.forkChoiceFinalized` emit from `forkChoice.onBlock()` during
172
+ // `importBlock()`; deferring the work to the next event-loop tick keeps any failure here off the
173
+ // import call stack, so it can't abort `importBlock()` before `regen.processState()` caches the
174
+ // head post-state — the deep-sync wedge this PR fixes (#9716).
175
+ //
176
+ // `jobQueue.push()` can throw synchronously (queue aborted / full) or reject asynchronously;
177
+ // awaiting it inside the deferred callback funnels both failure modes into the one catch.
178
+ callInNextEventLoop(async () => {
179
+ try {
180
+ await this.jobQueue.push(finalized);
181
+ } catch (e) {
182
+ if (!isQueueErrorAborted(e)) {
183
+ this.logger.error(
184
+ "Error queuing finalized checkpoint",
185
+ {epoch: finalized.epoch, rootHex: finalized.rootHex},
186
+ e as Error
187
+ );
188
+ }
172
189
  }
173
190
  });
174
191
  };
@@ -61,7 +61,7 @@ export function verifyExecutionPayloadEnvelope(
61
61
  `Prev randao mismatch between bid and payload bid=${toHex(bid.prevRandao)} payload=${toHex(payload.prevRandao)}`
62
62
  );
63
63
  }
64
- if (bid.gasLimit !== payload.gasLimit) {
64
+ if (bid.gasLimit !== BigInt(payload.gasLimit)) {
65
65
  throw new Error(`Gas limit mismatch between payload and bid payload=${payload.gasLimit} bid=${bid.gasLimit}`);
66
66
  }
67
67
  if (!byteArrayEquals(bid.blockHash, payload.blockHash)) {
@@ -5,6 +5,7 @@ export enum ExecutionPayloadBidErrorCode {
5
5
  BUILDER_NOT_ELIGIBLE = "EXECUTION_PAYLOAD_BID_ERROR_BUILDER_NOT_ELIGIBLE",
6
6
  INVALID_BUILDER_VERSION = "EXECUTION_PAYLOAD_BID_ERROR_INVALID_BUILDER_VERSION",
7
7
  NON_ZERO_EXECUTION_PAYMENT = "EXECUTION_PAYLOAD_BID_ERROR_NON_ZERO_EXECUTION_PAYMENT",
8
+ INCOMPATIBLE_WITH_HEAD = "EXECUTION_PAYLOAD_BID_ERROR_INCOMPATIBLE_WITH_HEAD",
8
9
  BID_ALREADY_KNOWN = "EXECUTION_PAYLOAD_BID_ERROR_BID_ALREADY_KNOWN",
9
10
  BID_TOO_LOW = "EXECUTION_PAYLOAD_BID_ERROR_BID_TOO_LOW",
10
11
  BID_TOO_HIGH = "EXECUTION_PAYLOAD_BID_ERROR_BID_TOO_HIGH",
@@ -31,7 +32,14 @@ export type ExecutionPayloadBidErrorType =
31
32
  | {
32
33
  code: ExecutionPayloadBidErrorCode.NON_ZERO_EXECUTION_PAYMENT;
33
34
  builderIndex: BuilderIndex;
34
- executionPayment: number;
35
+ executionPayment: bigint;
36
+ }
37
+ | {
38
+ code: ExecutionPayloadBidErrorCode.INCOMPATIBLE_WITH_HEAD;
39
+ slot: Slot;
40
+ parentBlockRoot: RootHex;
41
+ parentBlockHash: RootHex;
42
+ headBlockRoot: RootHex;
35
43
  }
36
44
  | {
37
45
  code: ExecutionPayloadBidErrorCode.BID_ALREADY_KNOWN;
@@ -73,9 +81,9 @@ export type ExecutionPayloadBidErrorType =
73
81
  | {
74
82
  code: ExecutionPayloadBidErrorCode.PROPOSER_PREFERENCES_GAS_LIMIT_MISMATCH;
75
83
  builderIndex: BuilderIndex;
76
- bidGasLimit: number;
77
- parentGasLimit: number;
78
- targetGasLimit: number;
84
+ bidGasLimit: bigint;
85
+ parentGasLimit: bigint;
86
+ targetGasLimit: bigint;
79
87
  };
80
88
 
81
89
  export class ExecutionPayloadBidError extends GossipActionError<ExecutionPayloadBidErrorType> {}
@@ -234,6 +234,7 @@ export class AggregatedAttestationPool {
234
234
  const stateEpoch = state.epoch;
235
235
  const statePrevEpoch = stateEpoch - 1;
236
236
  const rootCache = new RootCache(state);
237
+ const gloasState = isStatePostGloas(state) ? state : null;
237
238
 
238
239
  const notSeenValidatorsFn = getNotSeenValidatorsFn(this.config, shufflingCache, state);
239
240
  const validateAttestationDataFn = getValidateAttestationDataFn(forkChoice, state);
@@ -361,7 +362,8 @@ export class AggregatedAttestationPool {
361
362
  inclusionDistance,
362
363
  stateEpoch,
363
364
  rootCache,
364
- isStatePostGloas(state) ? state.executionPayloadAvailability : null
365
+ gloasState?.executionPayloadAvailability ?? null,
366
+ gloasState?.latestExecutionPayloadBid.slot ?? null
365
367
  );
366
368
 
367
369
  const weight =
@@ -431,7 +433,7 @@ export class AggregatedAttestationPool {
431
433
  );
432
434
  } else {
433
435
  const attestationGroupsByIndex = this.attestationGroupByIndexByDataHexBySlot.get(bySlot);
434
- if (!attestationGroupsByIndex) throw Error(`No attestations for slot ${bySlot}`);
436
+ if (!attestationGroupsByIndex) return [];
435
437
  attestationGroupsArr = Array.from(attestationGroupsByIndex.values());
436
438
  }
437
439
 
@@ -173,7 +173,7 @@ export class PrepareNextSlotScheduler {
173
173
  // Apply parent payload once here as it's reused by EL prep and SSE emit below
174
174
  let stateAfterParentPayload: IBeaconStateViewBellatrix = updatedPrepareState;
175
175
  if (isStatePostGloas(updatedPrepareState)) {
176
- // Spec: should_build_on_full(store, head) see produceBlockBody.ts for context.
176
+ // Spec: should_build_on_full(store, head, slot) - see produceBlockBody.ts for context.
177
177
  if (this.chain.forkChoice.shouldBuildOnFull(updatedHead, prepareSlot)) {
178
178
  parentBlockHash = updatedPrepareState.latestExecutionPayloadBid.blockHash;
179
179
  // Skip applying parent payload unless we're proposing the next slot or have to emit payload_attributes events
@@ -276,7 +276,7 @@ export async function produceBlockBody<T extends BlockType>(
276
276
  let parentExecutionRequests: gloas.ExecutionRequests;
277
277
  // Apply parent payload once here as it's reused by EL prep and voluntary exit filtering below
278
278
  let stateAfterParentPayload: IBeaconStateViewBellatrix = currentState;
279
- // Spec: should_build_on_full(store, head). `parentBlock` is the proposer's head
279
+ // Spec: should_build_on_full(store, head, slot). `parentBlock` is the proposer's head
280
280
  // (set by chain.getProposerHead(slot)). Returns false when the PTC majority signalled
281
281
  // the blob data is not available or the payload was not timely, forcing a build on EMPTY (reorg).
282
282
  const isBuildingOnFull = this.forkChoice.shouldBuildOnFull(parentBlock, blockSlot);
@@ -345,11 +345,11 @@ export async function produceBlockBody<T extends BlockType>(
345
345
  blockHash: executionPayload.blockHash,
346
346
  prevRandao: currentState.getRandaoMix(currentState.epoch),
347
347
  feeRecipient: executionPayload.feeRecipient,
348
- gasLimit: executionPayload.gasLimit,
348
+ gasLimit: BigInt(executionPayload.gasLimit),
349
349
  builderIndex: BUILDER_INDEX_SELF_BUILD,
350
350
  slot: blockSlot,
351
351
  value: 0,
352
- executionPayment: 0,
352
+ executionPayment: 0n,
353
353
  blobKzgCommitments: blobsBundle.commitments,
354
354
  executionRequestsRoot: ssz.gloas.ExecutionRequests.hashTreeRoot(executionRequests as gloas.ExecutionRequests),
355
355
  };
@@ -949,7 +949,7 @@ function getProposerTargetGasLimit(
949
949
  prepareSlot: Slot,
950
950
  parentBlockRoot: Root,
951
951
  parentBlockHash: Bytes32
952
- ): number {
952
+ ): bigint {
953
953
  const parentBlockRootHex = toRootHex(parentBlockRoot);
954
954
  const parentBlock = chain.forkChoice.getBlockHexDefaultStatus(parentBlockRootHex);
955
955
  const dependentRootHex = (() => {
@@ -979,7 +979,7 @@ function getProposerTargetGasLimit(
979
979
  `Cannot resolve parent payload gas_limit for proposer targetGasLimit fallback parentBlockRoot=${parentBlockRootHex} parentBlockHash=${toRootHex(parentBlockHash)}`
980
980
  );
981
981
  }
982
- return parentPayloadVariant.executionPayloadGasLimit;
982
+ return BigInt(parentPayloadVariant.executionPayloadGasLimit);
983
983
  }
984
984
 
985
985
  export async function produceCommonBlockBody<T extends BlockType>(
@@ -1,4 +1,4 @@
1
- import {BuilderIndex, Slot} from "@lodestar/types";
1
+ import {BuilderIndex, RootHex, Slot} from "@lodestar/types";
2
2
  import {MapDef} from "@lodestar/utils";
3
3
 
4
4
  /**
@@ -7,29 +7,42 @@ import {MapDef} from "@lodestar/utils";
7
7
  const SLOTS_RETAINED = 2;
8
8
 
9
9
  /**
10
- * Tracks execution payload bids we've already seen per (slot, builder).
10
+ * Tracks execution payload bids we've already seen per
11
+ * (slot, builder, parent block hash, parent block root).
11
12
  */
12
13
  export class SeenExecutionPayloadBids {
13
- private readonly builderIndexesBySlot = new MapDef<Slot, Set<BuilderIndex>>(() => new Set<BuilderIndex>());
14
+ private readonly branchesByBuilderBySlot = new MapDef<Slot, MapDef<BuilderIndex, Set<string>>>(
15
+ () => new MapDef<BuilderIndex, Set<string>>(() => new Set<string>())
16
+ );
14
17
  private lowestPermissibleSlot: Slot = 0;
15
18
 
16
- isKnown(slot: Slot, builderIndex: BuilderIndex): boolean {
17
- return this.builderIndexesBySlot.get(slot)?.has(builderIndex) === true;
19
+ isKnown(slot: Slot, builderIndex: BuilderIndex, parentBlockHash: RootHex, parentBlockRoot: RootHex): boolean {
20
+ return (
21
+ this.branchesByBuilderBySlot.get(slot)?.get(builderIndex)?.has(branchKey(parentBlockHash, parentBlockRoot)) ===
22
+ true
23
+ );
18
24
  }
19
25
 
20
- add(slot: Slot, builderIndex: BuilderIndex): void {
26
+ add(slot: Slot, builderIndex: BuilderIndex, parentBlockHash: RootHex, parentBlockRoot: RootHex): void {
21
27
  if (slot < this.lowestPermissibleSlot) {
22
28
  throw Error(`slot ${slot} < lowestPermissibleSlot ${this.lowestPermissibleSlot}`);
23
29
  }
24
- this.builderIndexesBySlot.getOrDefault(slot).add(builderIndex);
30
+ this.branchesByBuilderBySlot
31
+ .getOrDefault(slot)
32
+ .getOrDefault(builderIndex)
33
+ .add(branchKey(parentBlockHash, parentBlockRoot));
25
34
  }
26
35
 
27
36
  prune(currentSlot: Slot): void {
28
37
  this.lowestPermissibleSlot = Math.max(currentSlot - SLOTS_RETAINED, 0);
29
- for (const slot of this.builderIndexesBySlot.keys()) {
38
+ for (const slot of this.branchesByBuilderBySlot.keys()) {
30
39
  if (slot < this.lowestPermissibleSlot) {
31
- this.builderIndexesBySlot.delete(slot);
40
+ this.branchesByBuilderBySlot.delete(slot);
32
41
  }
33
42
  }
34
43
  }
35
44
  }
45
+
46
+ function branchKey(parentBlockHash: RootHex, parentBlockRoot: RootHex): string {
47
+ return `${parentBlockHash}:${parentBlockRoot}`;
48
+ }
@@ -1,4 +1,5 @@
1
1
  import {PublicKey} from "@chainsafe/blst";
2
+ import {IForkChoice, ProtoBlock} from "@lodestar/fork-choice";
2
3
  import {PAYLOAD_BUILDER_VERSION} from "@lodestar/params";
3
4
  import {
4
5
  computeEpochAtSlot,
@@ -6,9 +7,10 @@ import {
6
7
  getExecutionPayloadBidSigningRoot,
7
8
  isActiveBuilder,
8
9
  isGasLimitTargetCompatible,
10
+ isStartSlotOfEpoch,
9
11
  isStatePostGloas,
10
12
  } from "@lodestar/state-transition";
11
- import {ValidatorIndex, gloas} from "@lodestar/types";
13
+ import {RootHex, Slot, ValidatorIndex, gloas} from "@lodestar/types";
12
14
  import {byteArrayEquals, toHex, toRootHex} from "@lodestar/utils";
13
15
  import {getShufflingDependentRoot} from "../../util/dependentRoot.js";
14
16
  import {ExecutionPayloadBidError, ExecutionPayloadBidErrorCode, GossipAction} from "../errors/index.js";
@@ -36,12 +38,47 @@ const BID_INCREMENT_CAP_GWEI = 10_000_000;
36
38
  * Return the minimum value a new bid must have to be forwarded given the current highest bid.
37
39
  * Division before multiplication to stay within safe integer range for max gwei values.
38
40
  */
39
- export function getMinBidValue(currentHighestBid: number): number {
41
+ function getMinBidValue(currentHighestBid: number): number {
40
42
  const relativeIncrement = Math.floor(currentHighestBid / 10_000) * BID_INCREMENT_BPS;
41
43
  const increment = Math.min(Math.max(BID_INCREMENT_FLOOR_GWEI, relativeIncrement), BID_INCREMENT_CAP_GWEI);
42
44
  return currentHighestBid + increment;
43
45
  }
44
46
 
47
+ /**
48
+ * Check whether a bid builds on one of the paths compatible with the local head branch.
49
+ *
50
+ * Building directly on the parent is allowed for proposer-boost reorgs outside epoch boundaries.
51
+ * Otherwise the bid must build on the local head's full or empty payload variant, as selected for its slot.
52
+ */
53
+ function isBidCompatibleWithHead(
54
+ forkChoice: IForkChoice,
55
+ head: ProtoBlock,
56
+ bidSlot: Slot,
57
+ bidParentBlockRoot: RootHex,
58
+ bidParentBlockHash: RootHex
59
+ ): boolean {
60
+ const buildsOnParentBlock = bidParentBlockRoot === head.parentRoot;
61
+ const buildsOnParentPayload = bidParentBlockHash === head.parentBlockHash;
62
+
63
+ if (buildsOnParentBlock && buildsOnParentPayload) {
64
+ // The spec allows this at epoch boundaries, but Lodestar does not propagate these bids because validating
65
+ // them requires an epoch transition for a parent state that cannot be used for proposer-boost reorgs.
66
+ return !isStartSlotOfEpoch(bidSlot);
67
+ }
68
+
69
+ if (bidParentBlockRoot !== head.blockRoot) {
70
+ return false;
71
+ }
72
+
73
+ const buildsOnHeadPayload = bidParentBlockHash === head.executionPayloadBlockHash;
74
+
75
+ if (forkChoice.shouldBuildOnFull(head, bidSlot)) {
76
+ return buildsOnHeadPayload;
77
+ }
78
+
79
+ return buildsOnParentPayload;
80
+ }
81
+
45
82
  export async function validateApiExecutionPayloadBid(
46
83
  chain: IBeaconChain,
47
84
  signedExecutionPayloadBid: gloas.SignedExecutionPayloadBid
@@ -61,8 +98,8 @@ async function validateExecutionPayloadBid(
61
98
  signedExecutionPayloadBid: gloas.SignedExecutionPayloadBid
62
99
  ): Promise<{proposerIndex: ValidatorIndex}> {
63
100
  const bid = signedExecutionPayloadBid.message;
64
- const parentBlockRootHex = toRootHex(bid.parentBlockRoot);
65
- const parentBlockHashHex = toRootHex(bid.parentBlockHash);
101
+ const bidParentBlockRoot = toRootHex(bid.parentBlockRoot);
102
+ const bidParentBlockHash = toRootHex(bid.parentBlockHash);
66
103
 
67
104
  // [IGNORE] `bid.slot` is the current slot, or the next slot (`bid.slot - 1` is current), allowing for `MAXIMUM_GOSSIP_CLOCK_DISPARITY`.
68
105
  if (
@@ -76,14 +113,40 @@ async function validateExecutionPayloadBid(
76
113
  });
77
114
  }
78
115
 
116
+ // [IGNORE] The bid is compatible with the current head branch.
117
+ const head = chain.forkChoice.getHead();
118
+ if (!isBidCompatibleWithHead(chain.forkChoice, head, bid.slot, bidParentBlockRoot, bidParentBlockHash)) {
119
+ throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
120
+ code: ExecutionPayloadBidErrorCode.INCOMPATIBLE_WITH_HEAD,
121
+ slot: bid.slot,
122
+ parentBlockRoot: bidParentBlockRoot,
123
+ parentBlockHash: bidParentBlockHash,
124
+ headBlockRoot: head.blockRoot,
125
+ });
126
+ }
127
+
128
+ // [IGNORE] this is the first signed bid seen with a valid signature from the given builder for
129
+ // the tuple `(bid.slot, bid.parent_block_hash, bid.parent_block_root)`.
130
+ // Entries are only added after signature verification, so known tuples can be dropped before
131
+ // state regeneration and the other expensive validation steps.
132
+ if (chain.seenExecutionPayloadBids.isKnown(bid.slot, bid.builderIndex, bidParentBlockHash, bidParentBlockRoot)) {
133
+ throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
134
+ code: ExecutionPayloadBidErrorCode.BID_ALREADY_KNOWN,
135
+ builderIndex: bid.builderIndex,
136
+ slot: bid.slot,
137
+ parentBlockRoot: bidParentBlockRoot,
138
+ parentBlockHash: bidParentBlockHash,
139
+ });
140
+ }
141
+
79
142
  // [IGNORE] `bid.parent_block_root` is the hash tree root of a known beacon block in fork choice.
80
143
  // Moved earlier than the spec ordering so we can derive the proposer dependent root for the
81
144
  // proposer-preferences lookup below from a known fork-choice block.
82
- const parentBlock = chain.forkChoice.getBlockHexDefaultStatus(parentBlockRootHex);
145
+ const parentBlock = chain.forkChoice.getBlockHexDefaultStatus(bidParentBlockRoot);
83
146
  if (parentBlock === null) {
84
147
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
85
148
  code: ExecutionPayloadBidErrorCode.UNKNOWN_BLOCK_ROOT,
86
- parentBlockRoot: parentBlockRootHex,
149
+ parentBlockRoot: bidParentBlockRoot,
87
150
  });
88
151
  }
89
152
 
@@ -122,7 +185,7 @@ async function validateExecutionPayloadBid(
122
185
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
123
186
  code: ExecutionPayloadBidErrorCode.NO_MATCHING_PROPOSER_PREFERENCES,
124
187
  slot: bid.slot,
125
- parentBlockRoot: parentBlockRootHex,
188
+ parentBlockRoot: bidParentBlockRoot,
126
189
  dependentRoot: "unknown",
127
190
  });
128
191
  }
@@ -132,7 +195,7 @@ async function validateExecutionPayloadBid(
132
195
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
133
196
  code: ExecutionPayloadBidErrorCode.NO_MATCHING_PROPOSER_PREFERENCES,
134
197
  slot: bid.slot,
135
- parentBlockRoot: parentBlockRootHex,
198
+ parentBlockRoot: bidParentBlockRoot,
136
199
  dependentRoot: dependentRootHex,
137
200
  });
138
201
  }
@@ -143,7 +206,7 @@ async function validateExecutionPayloadBid(
143
206
  .catch(() => {
144
207
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
145
208
  code: ExecutionPayloadBidErrorCode.UNKNOWN_BLOCK_ROOT,
146
- parentBlockRoot: parentBlockRootHex,
209
+ parentBlockRoot: bidParentBlockRoot,
147
210
  });
148
211
  });
149
212
 
@@ -184,7 +247,7 @@ async function validateExecutionPayloadBid(
184
247
  }
185
248
 
186
249
  // [REJECT] `bid.execution_payment` is zero.
187
- if (bid.executionPayment !== 0) {
250
+ if (bid.executionPayment !== 0n) {
188
251
  throw new ExecutionPayloadBidError(GossipAction.REJECT, {
189
252
  code: ExecutionPayloadBidErrorCode.NON_ZERO_EXECUTION_PAYMENT,
190
253
  builderIndex: bid.builderIndex,
@@ -208,11 +271,11 @@ async function validateExecutionPayloadBid(
208
271
  // payload's hash) and EMPTY parents (EMPTY/PENDING variants carry the inherited parent
209
272
  // payload's hash, since the new block doesn't have its own payload). Variant carries the
210
273
  // executed payload's gas_limit, which we use as `parent_gas_limit` below.
211
- const parentPayloadVariant = chain.forkChoice.getBlockHexAndBlockHash(parentBlockRootHex, parentBlockHashHex);
274
+ const parentPayloadVariant = chain.forkChoice.getBlockHexAndBlockHash(bidParentBlockRoot, bidParentBlockHash);
212
275
  if (parentPayloadVariant === null || parentPayloadVariant.executionPayloadBlockHash === null) {
213
276
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
214
277
  code: ExecutionPayloadBidErrorCode.UNKNOWN_PARENT_BLOCK_HASH,
215
- parentBlockHash: parentBlockHashHex,
278
+ parentBlockHash: bidParentBlockHash,
216
279
  });
217
280
  }
218
281
 
@@ -220,7 +283,7 @@ async function validateExecutionPayloadBid(
220
283
  // where `parent_gas_limit` is the `gas_limit` of the parent execution payload and
221
284
  // `target_gas_limit` is `proposer_preferences.target_gas_limit`.
222
285
  const bidGasLimit = bid.gasLimit;
223
- const parentGasLimit = parentPayloadVariant.executionPayloadGasLimit;
286
+ const parentGasLimit = BigInt(parentPayloadVariant.executionPayloadGasLimit);
224
287
  const targetGasLimit = proposerPreferences.message.targetGasLimit;
225
288
  if (!isGasLimitTargetCompatible(parentGasLimit, bidGasLimit, targetGasLimit)) {
226
289
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
@@ -245,23 +308,12 @@ async function validateExecutionPayloadBid(
245
308
  });
246
309
  }
247
310
 
248
- // [IGNORE] this is the first signed bid seen with a valid signature from the given builder for this slot.
249
- if (chain.seenExecutionPayloadBids.isKnown(bid.slot, bid.builderIndex)) {
250
- throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
251
- code: ExecutionPayloadBidErrorCode.BID_ALREADY_KNOWN,
252
- builderIndex: bid.builderIndex,
253
- slot: bid.slot,
254
- parentBlockRoot: parentBlockRootHex,
255
- parentBlockHash: parentBlockHashHex,
256
- });
257
- }
258
-
259
311
  // [IGNORE] this bid is the highest value bid seen for the tuple
260
312
  // `(bid.slot, bid.parent_block_hash, bid.parent_block_root)`.
261
313
  // As a DoS prevention measure, the bid must also exceed the current highest bid by a minimum
262
314
  // increment, see https://github.com/ethereum/consensus-specs/pull/4831. This prevents spam
263
315
  // from builders submitting numerous bids with minimal value increments.
264
- const bestBid = chain.executionPayloadBidPool.getBestBid(bid.slot, parentBlockHashHex, parentBlockRootHex);
316
+ const bestBid = chain.executionPayloadBidPool.getBestBid(bid.slot, bidParentBlockHash, bidParentBlockRoot);
265
317
  if (bestBid !== null && bid.value < getMinBidValue(bestBid.message.value)) {
266
318
  throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
267
319
  code: ExecutionPayloadBidErrorCode.BID_TOO_LOW,
@@ -306,8 +358,20 @@ async function validateExecutionPayloadBid(
306
358
  });
307
359
  }
308
360
 
361
+ // Repeat the seen check after the awaited signature verification to prevent concurrent bids
362
+ // for the same builder and tuple from both passing validation.
363
+ if (chain.seenExecutionPayloadBids.isKnown(bid.slot, bid.builderIndex, bidParentBlockHash, bidParentBlockRoot)) {
364
+ throw new ExecutionPayloadBidError(GossipAction.IGNORE, {
365
+ code: ExecutionPayloadBidErrorCode.BID_ALREADY_KNOWN,
366
+ builderIndex: bid.builderIndex,
367
+ slot: bid.slot,
368
+ parentBlockRoot: bidParentBlockRoot,
369
+ parentBlockHash: bidParentBlockHash,
370
+ });
371
+ }
372
+
309
373
  // Valid
310
- chain.seenExecutionPayloadBids.add(bid.slot, bid.builderIndex);
374
+ chain.seenExecutionPayloadBids.add(bid.slot, bid.builderIndex, bidParentBlockHash, bidParentBlockRoot);
311
375
 
312
376
  return {proposerIndex: proposerPreferences.message.validatorIndex};
313
377
  }
@@ -469,7 +469,7 @@ export function createValidatorMonitor(
469
469
  proposerIndex,
470
470
  src,
471
471
  builderIndex: bid.builderIndex,
472
- gasLimit: bid.gasLimit,
472
+ gasLimit: Number(bid.gasLimit),
473
473
  value: bid.value.toString(),
474
474
  parentBlockRoot: toRootHex(bid.parentBlockRoot),
475
475
  parentBlockHash: toRootHex(bid.parentBlockHash),
@@ -98,7 +98,7 @@ export type PayloadAttributes = {
98
98
  withdrawals?: capella.Withdrawal[];
99
99
  parentBeaconBlockRoot?: Uint8Array;
100
100
  slotNumber?: number; // EIP-7843
101
- targetGasLimit?: number; // GLOAS (PayloadAttributesV4, execution-apis#796)
101
+ targetGasLimit?: bigint; // GLOAS (PayloadAttributesV4, execution-apis#796)
102
102
  };
103
103
 
104
104
  export type VersionedHashes = Uint8Array[];
@@ -458,7 +458,7 @@ export function deserializePayloadAttributes(data: PayloadAttributesRpc): Payloa
458
458
  withdrawals: data.withdrawals?.map((withdrawal) => deserializeWithdrawal(withdrawal)),
459
459
  parentBeaconBlockRoot: data.parentBeaconBlockRoot ? dataToBytes(data.parentBeaconBlockRoot, 32) : undefined,
460
460
  slotNumber: data.slotNumber !== undefined ? quantityToNum(data.slotNumber) : undefined,
461
- targetGasLimit: data.targetGasLimit !== undefined ? quantityToNum(data.targetGasLimit) : undefined,
461
+ targetGasLimit: data.targetGasLimit !== undefined ? quantityToBigint(data.targetGasLimit) : undefined,
462
462
  };
463
463
  }
464
464
 
@@ -424,7 +424,7 @@ export function createLodestarMetrics(
424
424
  jobWaitTime: register.histogram({
425
425
  name: "lodestar_bls_thread_pool_queue_job_wait_time_seconds",
426
426
  help: "Time from job added to the queue to starting the job in seconds",
427
- buckets: [0.01, 0.02, 0.5, 0.1, 0.3, 1],
427
+ buckets: [0.01, 0.02, 0.1, 0.3, 0.5, 1],
428
428
  }),
429
429
  queueLength: register.gauge({
430
430
  name: "lodestar_bls_thread_pool_queue_length",
@@ -461,7 +461,8 @@ export class NetworkProcessor {
461
461
  break;
462
462
  }
463
463
  case GossipType.execution_payload_bid: {
464
- // instead of searching for the message root, this searches for the parent root
464
+ // Search for the parent independently of current head compatibility. A bid may arrive
465
+ // before its parent block, so compatibility is checked later during gossip validation.
465
466
  const parentBlockRoot = getParentBlockRootFromSignedExecutionPayloadBidSerialized(message.msg.data);
466
467
  const parentBlockHash = getParentBlockHashFromSignedExecutionPayloadBidSerialized(message.msg.data);
467
468
  if (
@@ -12,7 +12,7 @@ export async function* onLightClientFinalityUpdate(chain: IBeaconChain): AsyncIt
12
12
  throw new ResponseError(RespStatus.RESOURCE_UNAVAILABLE, "No latest finality update available");
13
13
  }
14
14
 
15
- const boundary = chain.config.getForkBoundaryAtEpoch(computeEpochAtSlot(update.signatureSlot));
15
+ const boundary = chain.config.getForkBoundaryAtEpoch(computeEpochAtSlot(update.attestedHeader.beacon.slot));
16
16
  const type = responseSszTypeByMethod[ReqRespMethod.LightClientFinalityUpdate](boundary.fork, 0);
17
17
  yield {
18
18
  data: type.serialize(update),
@@ -12,7 +12,7 @@ export async function* onLightClientOptimisticUpdate(chain: IBeaconChain): Async
12
12
  throw new ResponseError(RespStatus.RESOURCE_UNAVAILABLE, "No latest optimistic update available");
13
13
  }
14
14
 
15
- const boundary = chain.config.getForkBoundaryAtEpoch(computeEpochAtSlot(update.signatureSlot));
15
+ const boundary = chain.config.getForkBoundaryAtEpoch(computeEpochAtSlot(update.attestedHeader.beacon.slot));
16
16
  const type = responseSszTypeByMethod[ReqRespMethod.LightClientOptimisticUpdate](boundary.fork, 0);
17
17
  yield {
18
18
  data: type.serialize(update),
@@ -19,11 +19,15 @@ export async function* onLightClientUpdatesByRange(
19
19
  assertLightClientServer(chain.lightClientServer);
20
20
 
21
21
  const count = Math.min(MAX_REQUEST_LIGHT_CLIENT_UPDATES, requestBody.count);
22
+ if (!Number.isSafeInteger(requestBody.startPeriod)) {
23
+ throw new ResponseError(RespStatus.INVALID_REQUEST, "startPeriod out of range");
24
+ }
22
25
  let started = false;
23
- for (let period = requestBody.startPeriod; period < requestBody.startPeriod + count; period++) {
26
+ for (let i = 0; i < count; i++) {
27
+ const period = requestBody.startPeriod + i;
24
28
  try {
25
29
  const update = await chain.lightClientServer.getUpdate(period);
26
- const boundary = chain.config.getForkBoundaryAtEpoch(computeEpochAtSlot(update.signatureSlot));
30
+ const boundary = chain.config.getForkBoundaryAtEpoch(computeEpochAtSlot(update.attestedHeader.beacon.slot));
27
31
  const type = responseSszTypeByMethod[ReqRespMethod.LightClientUpdatesByRange](boundary.fork, 0);
28
32
 
29
33
  yield {