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
GetLogs RPC returns the filtered logs. We need to store the Log index in DB in order to optimize the RPC.
Currently, We fetch all the logs from the DB between two blocks and then filter them based on request.
GetLogs
RPC returns the filtered logs. We need to store the Log index in DB in order to optimize the RPC.Currently, We fetch all the logs from the DB between two blocks and then filter them based on request.
We need to implement this first:
cerc-io/go-ethereum#79
The text was updated successfully, but these errors were encountered: