You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Add missing endpoints - probably most important ones are eth_call , eth_estimateGas, eth_getCode.
The text was updated successfully, but these errors were encountered:
eth_call
,eth_estimateGas
,eth_getCode
.The text was updated successfully, but these errors were encountered: