Skip to content

v1.0.0 - Giant Panda

Compare
Choose a tag to compare
@cortze cortze released this 28 Oct 23:24
· 871 commits to master since this release
ee11a53

General Description

This first v1.0.0 release compiles a stable Ethereum CL Validator rewards indexer. It includes:

  • Full Postgres integration for later data analysis
  • CL rewards support for Phase0, Altair, and Bellatrix
  • Indexing the max reward that a validator could have at a given epoch
  • The quality of the attestation for a validator at a given epoch based on the 3 attestation flags

What's Changed

  • Branch to calculate the participationRate based on BeaconState by @tdahar in #1
  • Feature/add db support by @tdahar in #2
  • Max Rewards in Altair by @tdahar in #3
  • Create a common wrapper across specs by @tdahar in #4
  • Create branch to track missing Target, source and head by @tdahar in #5
  • Optimize code to calculate metrics faster by @tdahar in #6
  • Refactor/standardize specs by @tdahar in #7
  • Feature/additional metrics by @tdahar in #8
  • Improvement/int calculation by @tdahar in #9
  • Fix/stored metrics by @tdahar in #11
  • update analyzer for safe-shutdown by @cortze in #13
  • Stable version optimizing DB interaction, DB total size and State processing times by @cortze in #12
  • Testing/add tests by @tdahar in #14
  • Update README + cleanup tool commands + Add unitary tests by @cortze in #15

New Contributors

Full Changelog: https://github.com/cortze/eth2-state-analyzer/commits/v1.0.0