Scout is an extensible open-source tool intended to assist smart contract developers and auditors detect common security issues and deviations from best practices. Scout audit is the core development on which we extend scout for specific blockchains.
We found out that pasetors library (required by cargo) depends on an unpinned version of orion library. This leads when compiling require the version 0.17.7 which is incompatible with rustc 1.79. By fixing the orion library version dependency to 0.17.16 we avoided that problem.
We found out that
pasetors
library (required bycargo
) depends on an unpinned version oforion
library. This leads when compiling require the version0.17.7
which is incompatible with rustc 1.79. By fixing the orion library version dependency to0.17.16
we avoided that problem.