Omniscia Sheesha Finance Audit
Compilation
Compilation
The project utilizes truffle
as its development pipeline tool, containing an array of tests and scripts coded in JavaScript.
To compile the project, the compile
command needs to be issued via the truffle
CLI tool:
truffle compile
The truffle
tool automatically selects Solidity version 0.7.6
based on the version specified within the truffle-config.js
file.
The project contains discrepancies with regards to the Solidity version used as the pragma
statements differ between them; however, these discrepancies are solely constrained within the dependencies of the project and can be safely ignored.
The Sheesha team has locked the pragma
statements to 0.7.6
, the same version utilized for our static analysis as well as optimizational review of the codebase.
During compilation with the truffle
pipeline, no errors were identified that relate to the syntax or bytecode size of the project's contracts.