You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contracts: address() undefined in contracts (8259adf)
contracts: empty strings returned in contracts (457dab2)
contracts: error generating contracts AST where the original condition, trueBody and falseBody of an if statement are included instead of the new contract specific ones (df9191e)
contracts: zappify errors during contract compilation for fully public contracts (de6edee)
orchestration: error due to constructorTx not being created as the db didn't exist (bfb2e9d)
orchestration: exit orchestrationInternalFunctionCallVisitor if the function is public (a903b13)
orchestration: include function signatre when a return is a boolean (d78c15f)
orchestration: skip blocks for fully public contracts - we don't need the logic in orchestration (af31597)
scope: zappify error for fully public contract (0a76a08)
solidity-types: allow IdentifierPath and InheritanceSpecifier solidity types to avoid zappify bug (057fedf)
traverse: zappify error due to no declaration for abi when checking if there is an external contract call (d5f796a)
unsupportedChecks: remove error message for unsupported while loops - these can be supported if fully public and we already have an error for the secret case (abfb882)
unsupportedchecks: turn off unsupported pure error for fully public contracts (69e9abb)