erasureprotocol/erasure-protocol

Separate all test code

Closed this issue · 0 comments

Some testing code is outside of the testing folder. MockNMR is a test mock, but is not in the testing folder.

Accidently using a mock risks creating an insecure implementation. For example this mock has security vulnerabilities and is not appropriate for production use. Although it is fine for testing.

Recommendation: move MockNMR.sol to the testing folder