Skip to content

Release v1.28.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 18:01
· 60 commits to unstable since this release
8d3bb87

Changelog

Full Changelog

Features

Bug Fixes

  • reject execution requests with empty data (#7530) (@ensi321)
  • attestation rewards return rounded values and add Electra support (#7562) (@ensi321)
  • chain.nHistoricalStatesFileDataStore (#7551) (@twoeths)
  • use correct subnet when validating gossip attestations (#7547) (@nflaig)
  • reject a consolidation request coming from a validator with BLS withdrawal credentials (#7568) (@iFrostizz)
  • handle getDependentRoot() error when importing block (#7552) (@twoeths)
  • set FULU_FORK_EPOCH to Infinity in sepolia network config (#7532) (@nflaig)
  • print out correct listen address of REST API server (#7514) (@nflaig)
  • findSeedStateToReload (#7516) (@twoeths)
  • type checks for build config (#7519) (@nazarhussain)
  • processState to handle processPastEpoch (#7505) (@twoeths)
  • prune checkpoint states in processSlotsToNearestCheckpoint (#7497) (@twoeths)
  • ensure loaded state is typed as Uint8Array (#7488) (@nflaig)
  • ensure new withdrawalCredentials in switchToCompoundingValidator() (#7478) (@twoeths)

Dependencies

Maintenance