What's Changed
- Fix t_proposer_duties not being consistent with t block metrics on missed blocks by @santi1234567 in #129
- Fix/capella blocks download crashing by @santi1234567 in #130
- change the way we calculate num attestations to use block data by @santi1234567 in #135
- Fix/the first epoch downloaded has incomplete data by @santi1234567 in #136
- fix no retry on error download state by @santi1234567 in #138
- Feature/add rewards aggregation summary by @santi1234567 in #139
- Feature/add sync participation to epoch metrics by @santi1234567 in #140
- Feature/add deposits withdrawals to epoch metrics by @santi1234567 in #141
- Feature/add new slashed validators to epoch metrics by @santi1234567 in #142
- Feature/create slashings table by @santi1234567 in #143
- Prepare v3.4.0 by @santi1234567 in #144
Important notes
Two new tables were added t_validator_rewards_aggregation
and t_slashings
. Refer to the table docs for more information on these.
A new flag --rewards-aggregation-epoch
with its corresponding .env variable GOTETH_ANALYZER_REWARDS_AGGREGATION_EPOCHS
were added.
Full Changelog: v3.3.0...v3.4.0