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
While the Execution state sync on board the Access node is able to index execution data to the badger store, the RPC server does not make full use of the data
Solution
Find uses for on board execution state sync data in the Access node backend modules and apply database lookups where appropriate. This could have two potential paths:
Utilize the execution data cache to serve Access API
Index execution Data (code sample below) and serve that to Access API
Problem
While the Execution state sync on board the Access node is able to index execution data to the badger store, the RPC server does not make full use of the data
Solution
Find uses for on board execution state sync data in the Access node
backend
modules and apply database lookups where appropriate. This could have two potential paths:Some helpful code paths:
State stream engine
execution data cache
PR to index execution Data
The text was updated successfully, but these errors were encountered: