Ignited Kitten
Summary
This release introduces minor refactors and major new feature: block execution rewards metrics.
spec
functions look more like Ethereum specification- New table: block fees rewards and relay information
- Keep in mind there can be additional rewards not tracked here, like searchers payments to MEV builders.
- Fix bug in the
t_blob_sidecars_events
table - Fix bug on the max inclusion delay
- Fix bug when creating missed blocks performance stats for pools
Database changes
- There is a new table
t_block_rewards
- Added three new columns in
t_epoch_metrics_summary
f_source_att_effective_balance_eth
f_target_att_effective_balance_eth
f_head_att_effective_balance_eth
- Switch column type of column
f_att_effective_balance_eth
int_epoch_metrics_summary
toUInt64
What's Changed
- Refactor metrics to be more Ethereum-like specs by @tdahar in #113
- Track execution layer block rewards by @tdahar in #114
- Blob events: keep all events without overwriting by @tdahar in #115
- add attesting balance per flags in epochs table by @tdahar in #116
- Set inclusion delay to maxinclusion+1 when there is no attestation by @tdahar in #117
- Also check proposer index as proposed can be false by @tdahar in #119
Full Changelog: v3.1.0...v3.2.0