Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make add_blocks_in_batch work for LEVM #2218

Open
MarcosNicolau opened this issue Mar 13, 2025 · 0 comments
Open

Make add_blocks_in_batch work for LEVM #2218

MarcosNicolau opened this issue Mar 13, 2025 · 0 comments
Labels
levm Lambda EVM implementation

Comments

@MarcosNicolau
Copy link
Contributor

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.

@MarcosNicolau MarcosNicolau added the levm Lambda EVM implementation label Mar 13, 2025
@MarcosNicolau MarcosNicolau changed the title Make block batching work for LEVM Make add_blocks_in_batch work for LEVM Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
Status: No status
Development

No branches or pull requests

1 participant