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
In order to build a full (and useful) index, blocktop will need the ability to retrieve historical blocks and add them to the index. There are certainly quite a few ways to go about this, but the naive method is just to hammer the endpoint with eth_getBlockByNumber for all historical blocks. This is obviously not sustainable nor performant.
The text was updated successfully, but these errors were encountered:
In order to build a full (and useful) index,
blocktop
will need the ability to retrieve historical blocks and add them to the index. There are certainly quite a few ways to go about this, but the naive method is just to hammer the endpoint witheth_getBlockByNumber
for all historical blocks. This is obviously not sustainable nor performant.The text was updated successfully, but these errors were encountered: