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
We currently have a block cache that's instantiated and written to outside of the EthProcessor, however it's data is highly specific to the processor so it is reasonable for the processor to own it. We should refactor the eth processor to instantiate and write to the block cache itself, with a direct connection to the backend.
We currently have a block cache that's instantiated and written to outside of the
EthProcessor, however it's data is highly specific to the processor so it is reasonable for the processor to own it. We should refactor the eth processor to instantiate and write to the block cache itself, with a direct connection to the backend.