Skip to content

Happy Honey

Compare
Choose a tag to compare
@tdahar tdahar released this 18 Sep 07:25
· 368 commits to master since this release

Changelog

  • The tool now supports the Deneb upcoming fork
  • The tool now exposes minimal prometheus metrics (to be expanded in future PRs)

Database

  • The tool now supports pool-summaries through a trigger (when an entity is inserted into the t_eth2_pubkeys table)
  • The tool now stores the genesis time in the database, so as two different networks are not run in the same database
  • The tool now follows a set of database migrations (following changes will mean database version upgrades)

Merge both services into 1

  • Only one service
  • Remove second service .env variables
  • The service now download blocks and states sequentially (when we cross an epoch, download state)
  • Blocks are inserted into the state structure, so more metrics can be extracted
  • Rewards now take into account block rewards and withdrawals

Finality

  • Finality checkpoints are stored in the database now
  • Reorgs are identified and the tool rewinds and redownloads data when needed
  • Orphan blocks are inserted in a separate table

Docker Images

Contributors: