Skip to content

Release v1.10.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 18:36
9afef41

Changelog

Full Changelog

Features

  • only subscribe to short lived subnets 2 slots in advanced (#5810) (@tuyennhv)
  • poll proposer duties of next epoch in advance (#5794) (@tuyennhv)
  • only dial subnet peers if needed (#5782) (@tuyennhv)
  • code coverage for tests using c8 (#5225) (@0xTylerHolmes)
  • enable commented deneb spec tests (#5789) (@g11tech)
  • add verifySignatureSetsSameMessage BLS api (#5747) (@tuyennhv)
  • extend attestation validity till end of next epoch - eip7045 (#5731) (@g11tech)
  • add engine fcU v3 for devnet 8 (#5773) (@g11tech)
  • add IPv6 support (#5758) (@wemeetagain)
  • track participants of produced aggregates (#5750) (@dapplion)
  • prioritize api signature sets (#5754) (@tuyennhv)
  • support el_offline in eth/v1/node/syncing (#5723) (@nazarhussain)
  • track attestationInBlockParticipants (#5749) (@dapplion)
  • subscribe to 2 long lived subnets per node (#5704) (@tuyennhv)
  • deprecate engine_exchangeTransitionConfigurationV1 (#5724) (@g11tech)
  • freeze voluntary exit signature fork domain to Capella version from deneb fork onwards (#5688) (@g11tech)
  • migrate to blob side cars validation from blobs side car (#5687) (@g11tech)
  • emit eventstream events with incoming gossip (#5596) (@dapplion)
  • implement eip 4788 for deneb (#5703) (@g11tech)
  • add block proposal summary metric to validator monitor (#5603) (@dapplion)
  • add EL sim utility fn to send big raw blob txs (#5661) (@g11tech)
  • allow builder only proposal flow for benefit of DVT protocols (#5669) (@g11tech)
  • skip serializing block after fetching from network (#5573) (@dapplion)
  • publish blobsidecars instead of blobssidecar (#5662) (@g11tech)

Bug Fixes

  • prevent non-local IP enr warning (#5802) (@wemeetagain)
  • eventstream invalid topic error (#5787) (@nflaig)
  • gracefully terminate connections when closing http server (#5786) (@nflaig)
  • contract eth_call bug and made some improvements (#5785) (@nazarhussain)
  • eventstream listen on socket for close/end event (#5795) (@nflaig)
  • prevent eventstream errors on shutdown or client aborts (#5784) (@nflaig)
  • metrics server listen on localhost by default (#5777) (@nflaig)
  • prevent updating execution engine state during shutdown (#5770) (@nflaig)
  • correct subscribedToNetworkEvents flag of UnknownBlockSync (#5764) (@tuyennhv)
  • lower the block production wait cutoff time for timely proposal publish (#5760) (@g11tech)
  • abort and headers already sent errors for the rest api (#5722) (@nazarhussain)
  • improve error logging of voluntary-exit command (#5756) (@nflaig)
  • fix eslint for import/no-extraneous-dependencies (#5752) (@nazarhussain)
  • ignore discovered peers with no multiaddrs (#5736) (@wemeetagain)
  • explicitly exit process after beacon node closed (#5716) (@nflaig)
  • ignore ALREADY_KNOWN gossip block error (#5714) (@tuyennhv)
  • correct subscribedToCoreTopics flag (#5715) (@tuyennhv)
  • prevEpochBlockProposalSummary typo (#5707) (@dapplion)
  • do not warn out-of-synced status at start up (#5708) (@tuyennhv)
  • prometheus-gc-stats metrics bugfix (#5683) (@wemeetagain)
  • update the rate limit quota for blobs req/resp by range/by root methods (#5682) (@g11tech)
  • fix max responses that can be received by blobs side car by range (#5681) (@g11tech)
  • simplify snappy frame encoding (#5617) (@wemeetagain)
  • update validator liveness API to be spec compliant (#5667) (@nflaig)
  • gossipsub to yield more to the macro queue (#5664) (@tuyennhv)
  • validator: close gc collection process on graceful shutdown (#5686) (@nflaig)
  • validator: abortable sleep in prepareForNextEpoch (#5666) (@nflaig)
  • validator: abortable doppelganger detection (#5665) (@nflaig)

Refactoring

Dependencies

Continuous Integration

Tests

Maintenance

Documentation