Skip to content
New issue

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

Summary information by default on the attestations tab #266

Open
rolfyone opened this issue Mar 8, 2025 · 0 comments
Open

Summary information by default on the attestations tab #266

rolfyone opened this issue Mar 8, 2025 · 0 comments

Comments

@rolfyone
Copy link

rolfyone commented Mar 8, 2025

The attestations tab is a lot of data, and I'm not sure how much of it we care deeply about by default.

I think by default, we could hide the aggregation bits field and the list of keys, and just have a count of the attesters that were signatories of a specific attestation in the summary.

So we have currently:


Attestation 0

Slot: 1234

Committee Index: 1, 2, 3...

Aggregation Bits

0000 1111 0000

Included Validators

abc, badbeef


Could be something like

Attestation 0

Slot: 1234

Committee Index: 1, 2, 3...

Votes Included: 1234

Aggregation bits ^

(click to fold down, could lazy load)

Validators ^

(click to fold down, could lazy load)


This should allow quicker browsing of the rough idea of what's in the blocks - and if people want to know they'd be able to open up that information

If this is too random, i can probably mock up the data - hopefully this makes sense though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant