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

Nimbus Verified Proxy - improvements #1266

Open
KonradStaniec opened this issue Oct 17, 2022 · 0 comments
Open

Nimbus Verified Proxy - improvements #1266

KonradStaniec opened this issue Oct 17, 2022 · 0 comments

Comments

@KonradStaniec
Copy link
Contributor

  1. Speed up light client startup - easiest way to do this at this point would be to hard code some nimbus nodes which servers light client data as bootstrap nodes
  2. Fetch full blocks on demand - currently proxy just follow the block gossip which is validated by light client and then caches them for subsequent queries. This is pretty efficient and painless, but it makes only most recent blocks available for validated queries.
  3. Add missing endpoints - probably most important ones are eth_call , eth_estimateGas, eth_getCode.
@kdeme kdeme changed the title Nimbus Light Client proxy - improvements Nimbus Verified Proxy - improvements Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant