Skip to content

Nimbus Verified Proxy - improvements #1266

Closed
@KonradStaniec

Description

@KonradStaniec
  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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions