iamtrask / Sonar

DEPRECATED - Decentralized Machine Learning Server (hosted on Blockchain)
Apache License 2.0
141 stars 49 forks source link

Feature/rm built artefacts in vcs #18

Closed axelhodler closed 6 years ago

axelhodler commented 6 years ago

removes the compiled built artefacts. they should not be checked in and are recreated every time the truffle migrate runs. this also avoids having them checked in using a different state than the sourcecode currently has.

the PR is a preparation for removing the compiler warnings (changing the code and thus the built artefacts) and starting the testcoverage/spec by example