Omniscia Hot Cross 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, they are solely observable in dependencies and can be safely ignored as the core contracts of the project remain locked at pragma solidity 0.7.6.

During compilation with the truffle pipeline, no syntactical errors arose nor did any warnings occur due to contract bytecode sizes.