We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We found inconsistencies on the tables t_epoch_metrics_summary and t_block_metrics on the following columns:
t_epoch_metrics_summary
t_block_metrics
f_num_exited_vals
sum(f_voluntary_exits)
f_num_att
sum(f_attestations)
The text was updated successfully, but these errors were encountered:
f_num_att inconsistency fixed on #132
Sorry, something went wrong.
santi1234567
No branches or pull requests
Description
We found inconsistencies on the tables
t_epoch_metrics_summary
andt_block_metrics
on the following columns:f_num_exited_vals
!=sum(f_voluntary_exits)
f_num_att
!=sum(f_attestations)
The text was updated successfully, but these errors were encountered: