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
#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.
The text was updated successfully, but these errors were encountered:
#792 added support for the
ethereum-spec-evm-resolver
which changed the way EELS executest8n
(previously via entry point and file IO, now via socker communcation and a server) - so a_evaluate_server()
method was added to theTransitionTool
base class. Besu's transition tool classBesuTransitionTool
overrides the base classevaluate()
with a similar method toTransitionTool::_evaluate_server()
that handles the communication to itst8n-server
. We should see if we can reconcile the differences between these two evaluate server methods.The text was updated successfully, but these errors were encountered: