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

Refactor beacon skeleton fillCanonical to be more async friendly. #1847

Open
jangko opened this issue Oct 23, 2023 · 0 comments
Open

Refactor beacon skeleton fillCanonical to be more async friendly. #1847

jangko opened this issue Oct 23, 2023 · 0 comments
Labels
refactoring Sync Prevents or affects sync with Ethereum network

Comments

@jangko
Copy link
Contributor

jangko commented Oct 23, 2023

Current implementation of fillCanonical of beacon skeleton works in synchronous model.
It's fine if the sync interval is short. But it will be problematic if the sync interval is long.
Therefore it is important to make it works asynchronously.

@jangko jangko added the Sync Prevents or affects sync with Ethereum network label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Sync Prevents or affects sync with Ethereum network
Projects
None yet
Development

No branches or pull requests

1 participant