Omniscia Flisko Audit
Compilation
Compilation
The project utilizes hardhat 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 hardhat CLI tool invoked via npx:
npx hardhat compileThe hardhat tool automatically selects Solidity version 0.8.4 based on the version specified within the hardhat.config.js file.
The project contains discrepancies with regards to the Solidity version used only within its dependencies which can be safely ignored. We advise the Flisko team to lock their contracts' pragma statements to 0.8.4, the same version utilized for our static analysis as well as optimizational review of the codebase, as they are currently open-ended (^).
During compilation with the hardhat pipeline, no errors were identified that relate to the syntax or bytecode size of the contracts of the project.