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

Make eth1 integration fast-sync friendly #637

Closed
paulhauner opened this issue Nov 27, 2019 · 1 comment
Closed

Make eth1 integration fast-sync friendly #637

paulhauner opened this issue Nov 27, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@paulhauner
Copy link
Member

Description

Presently we are using call commands to read contract state at previous blocks. This does not work with fast-synced/pruned eth1 nodes.

Steps to resolve

Replace the deposit_count and deposit_root calls with a solution that utilises the deposit_cache.

This quite an involved task and will probably need to be done by me.

@paulhauner
Copy link
Member Author

Resolved by #709

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

No branches or pull requests

1 participant