Omniscia Rari Capital Audit
Compilation
Compilation
The project utilizes eth-saddle
as its development pipeline tool, containing an array of tests and scripts coded in JavaScript.
To compile the project, a dedicate compilation script exists under /script/compile
:
npm run compile
The eth-saddle
tool automatically selects Solidity version 0.5.16
based on the versions specified within the sol
files.
During compilation with the eth-saddle
pipeline, a single error was detected pertaining to duplicate contract names for PotLike
. We advise this to be dealt with and we believe this may also exist in the original Compound codebase.