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
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Unit tests for TraceCallExecutor should be refactored to improve readability and semantics:
add constructor in EVMExecutor with silkworm::State as input parameter instead of core::rawdb::DatabaseReader
add constructor in TraceCallExecutor with silkworm::State and EVMExecutor as input parameters instead of core::rawdb::DatabaseReader or change TraceCallExecutor::execute
if possible, refactor EVMExecutor and TraceCallExecutor to avoid templates