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 #2174, we introduced batching for block additions, which is currently implemented for the REVM backend. However, in the LEVM backend, blocks are still being added one by one. We should extend batching to the LEVM backend as well. The idea is to maintain the state between block executions, which means that the cache and its state should be preserved rather than being cleared after each block.
The text was updated successfully, but these errors were encountered:
In #2174, we introduced batching for block additions, which is currently implemented for the REVM backend. However, in the LEVM backend, blocks are still being added one by one. We should extend batching to the LEVM backend as well. The idea is to maintain the state between block executions, which means that the cache and its state should be preserved rather than being cleared after each block.
The text was updated successfully, but these errors were encountered: