ether-camp / ethereum-harmony

DEPRECATED! Ethereum Independent Peer
GNU General Public License v3.0
253 stars 89 forks source link

ContractData should be completely disabled when contract module off #120

Open zilm13 opened 5 years ago

zilm13 commented 5 years ago

We have still dependency, VMHooks etc live even when contracts module turned off

zilm13 commented 5 years ago

Something were broken. Even with disabled contracts module, contract storage db is created and something is written to disk. Looks like it's not disabled at all currently.