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

refactor(evm): review base and besu implementations of t8n evaluation via server #818

Open
danceratopz opened this issue Sep 18, 2024 · 0 comments
Labels
scope:evm Scope: evm_transition_tool package type:refactor Type: Refactor

Comments

@danceratopz
Copy link
Member

#792 added support for the ethereum-spec-evm-resolver which changed the way EELS executes t8n (previously via entry point and file IO, now via socker communcation and a server) - so a _evaluate_server() method was added to the TransitionTool base class. Besu's transition tool class BesuTransitionTool overrides the base class evaluate() with a similar method to TransitionTool::_evaluate_server() that handles the communication to its t8n-server. We should see if we can reconcile the differences between these two evaluate server methods.

@danceratopz danceratopz added scope:evm Scope: evm_transition_tool package type:refactor Type: Refactor labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:evm Scope: evm_transition_tool package type:refactor Type: Refactor
Projects
None yet
Development

No branches or pull requests

1 participant