Skip to content

Ignited Jedi

Compare
Choose a tag to compare
@tdahar tdahar released this 18 Mar 07:49
· 93 commits to master since this release
0d81dc9

Disclaimer

Since v3.0.0 this tool uses Clickhouse as the database server. If you wish to migrate your existing PostgreSQL database to Clickhouse please refer to https://github.com/migalabs/goteth/releases/tag/v3.0.0

Summary

Database

  • Inclusion Delay is now calculated and also added to pool summaries
  • Blobs are retrieved when the transactions metrics is enabled
  • Fixed bug in the t_validator_last_status table, where the val_idx was always 0

Rewards system

  • When calculating the maximum attestation rewards for a validator, missed blocks are now taken into account

What's Changed

  • Feature/add inclusion delay column to rewards by @santi1234567 in #94
  • Attestation max reward: take into account missed blocks by @tdahar in #109
  • Request Txs and Blobs in bulk by @tdahar in #108
  • Fix validator last status persisting wrong val idx by @tdahar in #110
  • Add column avg inclusion delay to pools summary by @tdahar in #111
  • v3.1.0 preparation by @tdahar in #112

Full Changelog: v3.0.0...v3.1.0