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

Sync committee assignment indexing & slot page speedup #17

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

pk910
Copy link
Member

@pk910 pk910 commented Sep 6, 2023

This PR adds a separate table for sync committee assignments to the database.
The indexer & synchronizer are now indexing sync committee assignments.

I've also modified the slot details page, so by default it does not load epoch duties from RPC anymore.
(This caused some high loading times when loading epoch duties for old epochs)

Proposer & Sync committee assignments are now loaded from db when showing a slot details page.

Attestation assignments are no longer shown by default. But it can be requested if anyone needs them via a button.

@pk910 pk910 merged commit 030495d into master Sep 6, 2023
3 checks passed
@pk910 pk910 deleted the sync-committee-indexing branch September 21, 2023 16:23
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

Successfully merging this pull request may close these issues.

1 participant