FourthState / plasma-mvp-rootchain

smart contract implementation according to the Plasma MVP spec.
Apache License 2.0
79 stars 24 forks source link

Fix checkSigs + Write tests for libraries #59

Closed laskdaf closed 6 years ago

laskdaf commented 6 years ago

All past tests never touched the Validator.sol's checkSig function. In the mean time we should also write tests for Validator.sol and ByteUtils.sol