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
Currently EthereumJ automatically starts with start of Harmony and this behaviour follows growing number of hacks to run Harmony as desired:
Harmony config is added to ethereum.conf.res so it could be overwritten by other configs
Miner is disabled on start even if it's enabled in config and started a bit later in MinerService
Fundamental improvements in EthereumJ are needed to fix it but most of them are planned and will enhance EthereumJ usage as library and improve Harmony code quality:
Detach EthereumJ to separate ApplicationContext in Harmony
Build config for EthereumJ from code and instantiate it with this config, there should be an option in EthereumJ when it doesn't try to read config at all and starts with input config EthereumJ Config Builder ethereum/ethereumj#469
Don't use beans from EthereumJ by Autowired in Harmony. Instead improve EthereumJ to provide any of this beans from some facade and we should use it that way in Harmony.
The text was updated successfully, but these errors were encountered:
Currently EthereumJ automatically starts with start of Harmony and this behaviour follows growing number of hacks to run Harmony as desired:
ethereum.conf.res
so it could be overwritten by other configsFundamental improvements in EthereumJ are needed to fix it but most of them are planned and will enhance EthereumJ usage as library and improve Harmony code quality:
Autowired
in Harmony. Instead improve EthereumJ to provide any of this beans from some facade and we should use it that way in Harmony.The text was updated successfully, but these errors were encountered: