Skip to content

Release v1.20.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:07
· 1521 commits to unstable since this release

Changelog

Full Changelog

Features

Bug Fixes

  • getHealth returns 206 status code if EL is optimistic or offline (#6920) (@nflaig)
  • eth1 provider error logging (#6863) (@nflaig)
  • prepareNextEpoch metric (#6924) (@tuyennhv)
  • do not report negative sync time and slots/s (#6918) (@nflaig)
  • ignore lockfiles when listing validator public keys (#6911) (@nflaig)
  • update blockcontents typing to be more precise (#6907) (@g11tech)
  • move server api method invocation out of try-catch for parsing (#6890) (@nflaig)
  • default to http status text if error response is empty (#6898) (@nflaig)
  • prune invalid ssz objects (#6875) (@tuyennhv)
  • update holesky / sepolia repository layout (#6827) (@barnabasbusa)
  • avoid uncaught exception when polling validator indices (#6891) (@nflaig)
  • ignore empty array when filtering validator rewards (#6882) (@nflaig)
  • allow POST requests without body / content-type header (#6881) (@nflaig)
  • ignore empty array when filtering validator balances (#6878) (@nflaig)
  • ignore empty ids/statuses arrays when filtering validators (#6876) (@nflaig)
  • add workaround to fix fetching state from checkpointz (#6874) (@nflaig)
  • incorrect variable access (#6862) (@jeluard)

Refactoring

Tests

Maintenance

Documentation