• Joshua Gutow's avatar
    Move Engine State from EngineQueue to EngineController (#8824) · 8ba19b94
    Joshua Gutow authored
    This moves all the control of the execution engine from the EngineQueue struct
    to the EngineController struct. The Engine Controller remains in the derive
    package for now to minimize the amount of changes in this PR. The EngineQueue
    continues to implement the EngineControl interface & forwards all methods to
    the EngineController which contains the actual implementation.
    8ba19b94
Name
Last commit
Last update
..
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dockerignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...