Changelog
Features
- load state from Uint8Array (#6057) (@tuyennhv)
- enable builder proposals post deneb with blobs (#5933) (@g11tech)
- add ephemery network (#6054) (@atkinsonholly)
- implement produce block v3 and move builder/execution race to beacon (#5880) (@g11tech)
- add optional id and clv to JWT claims (#6052) (@naviechan)
- add blob_sidecar sse event (#6044) (@g11tech)
- update c-kzg and use official trusted setup (#6055) (@g11tech)
- restart aware doppelganger protection (#6012) (@nflaig)
- support "input" param for verifiable tx (#6019) (@rdvorkin)
- add rated.network score to validator monitor dashboard (#6027) (@nflaig)
- support qvalue weighting in Accept headers (#6014) (@jshufro)
- add option to log validator monitor events as info (#6009) (@nflaig)
- add max activation churn limit and other deneb devnet-9 spec updates (#5958) (@dapplion)
- add logs for builder validator registrations (#5986) (@nflaig)
- improve doppelganger protection logs (#5987) (@nflaig)
- add swagger ui API explorer (#5970) (@wemeetagain)
- always try to fetch optimistic update when starting lc (#5977) (@rdvorkin)
- selectively use nodejs crypto for noise (#5900) (@wemeetagain)
- add metric for slot of next scheduled attestation duty (#5954) (@nflaig)
- simplify bootnode enr initialization (#5945) (@wemeetagain)
- download blocks as ssz (#5923) (@tuyennhv)
- keymanager API to create signed voluntary exit message (#5947) (@nflaig)
- beacon-node: network worker event latency metrics (#5800) (@matthewkeil)
- logger: remove unused trace log level (#5861) (@matthewkeil)
Bug Fixes
- handle uncaught exceptions when getting proposer duties (#6073) (@nflaig)
- fix publishing blsToExecutionChange on post capella forks (#6070) (@g11tech)
- wrap libp2p stop call with a timeout (#6062) (@nflaig)
- skip only proofs validation on individually validated gossip blobs (#6066) (@g11tech)
- close REST API server before closing network (#6061) (@nflaig)
- remove extra white space in logs if context is empty (#6046) (@nflaig)
- the unknown block sync timeout (#6031) (@nazarhussain)
- chunkIntoN to chunk correctly (#6035) (@nazarhussain)
- remove duplicate validator registration calls (#5993) (@nflaig)
- update cache with newly discovered attester duties (#6013) (@nflaig)
- more clearly separate log and error message (#5992) (@nflaig)
- improve jsonRPC error UX for eth1 + execution (#5949) (@nazarhussain)
- run sync notifier once every slot pre-genesis (#6002) (@nflaig)
- skip validator monitoring pre-genesis (#6001) (@nflaig)
- only check doppelganger liveness for relevant epochs (#5991) (@nflaig)
- fix the validation of the forkchoice spec test (#6004) (@g11tech)
- update the github workflow to work with multiple events (#6005) (@nazarhussain)
- only concatenate non-empty api error messages (#5988) (@nflaig)
- update engine_getPayloadBodiesByHashV1 params to pass array (#5957) (@matthewkeil)
- correctly persist states based on archive epoch frequency (#5979) (@nflaig)
- update holesky genesis time (#5972) (@nflaig)
- update holesky config for new genesis (#5971) (@nflaig)
- ignore lockfiles when loading keys for voluntary exit (#5950) (@nflaig)
- epoch cache error should be treated with care in gossips validation (#5939) (@nazarhussain)
- network worker not shutting down (#5946) (@nazarhussain)
- fix breaking builder block production (#5928) (@g11tech)
- mesh peers - inclusion and churn sum by reason metrics (#5918) (@tuyennhv)
Refactoring
- repurpose --builder flag to alias maxprofit builder.selection and turn builder off by default (#6081) (@g11tech)
- cleanup some of the deneb todos (#6047) (@g11tech)
- compute validator monitor log level only once (#6010) (@nflaig)
- add type guard to builder pubkey filter (#5985) (@nflaig)
- restructure to tests and CI workflow to reduce CI time (#5951) (@nazarhussain)
- cleanup deneb types and use max blob commitments per block for deneb containers (#5929) (@g11tech)
Dependencies
- update mocha and tests related dependencies (#5997) (@nazarhussain)
- update typescript and lint dependencies (#5995) (@nazarhussain)
Continuous Integration
- set job status of e2e tests to passed after 15m timeout (#6017) (@nflaig)
- enable mixed beacon-validator sim tests (#5940) (@nflaig)
Tests
- move mocha to vitest for beacon-node change (#6028) (@nazarhussain)
Maintenance
- cleanup exchange transition remanents (#6065) (@g11tech)
- fix usage of dependant where should be dependent (#6056) (@kevinheavey)
- fix typos (#6036) (@GoodDaisy)
- bump libp2p deps (#6015) (@wemeetagain)
- update persistent-merkle-tree 0.6.1 (#5969) (@tuyennhv)
- remove unconfigured panels in dashboards (#6025) (@nflaig)
- merge stable to unstable (#5996) (@wemeetagain)
- updating teku mainnet bootnodes enrs (#6003) (@lucassaldanha)
- revert the promise catch for the indices service (#6000) (@nazarhussain)
- unrelated code cleanup (#5989) (@nflaig)
- update holesky bootnode ENRs (#5982) (@nflaig)
- remove reference to sharding (#5975) (@wemeetagain)
- update to ssz 0.13.0 (#5959) (@tuyennhv)
- avoid using bigint for metrics (#5926) (@tuyennhv)
- update ssz for optional type availability (#5948) (@g11tech)
- update testcontainers package to 10.2.1 (#5944) (@nflaig)
- benchmark bls signature deserialization (#5922) (@tuyennhv)
- render eventloop lags metrics as quantiles (#5927) (@dapplion)
- merge stable to unstable (#5931) (@wemeetagain)
- add rate() to batch histogram panel (#5921) (@tuyennhv)
- merge stable to unstable (#5920) (@wemeetagain)
- track time to stable mesh metric in Grafana (#5916) (@tuyennhv)
- deps-dev: bump electron from 26.2.2 to 26.2.4 (#6023) (@dependabot[bot])
- deps-dev: bump electron from 21.4.4 to 22.3.24 (#5983) (@dependabot[bot])
- deps: bump systeminformation from 5.17.12 to 5.21.7 (#5980) (@dependabot[bot])
- docker: security upgrade grafana/grafana from 8.5.25 to 8.5.27 (#5924) (@nazarhussain)
Documentation
- add twitter link to readme (#6051) (@philknows)
- add section about metrics to style guide (#6048) (@nflaig)