IoTone / TheShellProject

The Shell Project aims to build a viable general purpose blockchain written in Dlang, with attributes of security, ease of deployment, clear specification, ease of use for DAPPs, and multiple implementation interop
1 stars 1 forks source link

Get rid of rocksdb if we aren't using it #64

Closed truedat101 closed 5 years ago

truedat101 commented 5 years ago

It's a dependency and it takes forever to build. We don't use it so comment it out.

pedroalvesbatista commented 5 years ago

Is this out of the script ?

truedat101 commented 5 years ago

Yes, already done, see commit c528263

Marked as Needs Regression Testing so should be done.

pedroalvesbatista commented 5 years ago

Alright. Futurely perhaps we can go back and test this or a better DB other than dddb when we need more advanced features.

truedat101 commented 5 years ago

I've added an issue for that (#67 ).