Skip to content

Fluffy: Only create a single instance of AsyncEvm and reenable tests #3253

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

Merged
merged 2 commits into from
May 2, 2025

Conversation

bhartnett
Copy link
Contributor

@bhartnett bhartnett commented May 2, 2025

Before this change we were creating an AsyncEvm instance for each API handler so if websocket and http servers were enabled with eth and debug APIs then 4 EVMs were being created.

With this change only a single instance is created and shared between all the API handlers.

@bhartnett bhartnett changed the title Fluffy: Only create a single instance of AsyncEvm and re-able tests Fluffy: Only create a single instance of AsyncEvm and reenable tests May 2, 2025
@bhartnett bhartnett merged commit cc2a36b into master May 2, 2025
14 of 15 checks passed
@bhartnett bhartnett deleted the fluffy-single-asyncevm-instance branch May 2, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant