Refactor contract ABI Utils a bit to get it to build with solc ossfuzz. Untested.

This commit is contained in:
Bhargava Shastry
2021-06-14 13:27:17 +02:00
parent 39fcdf22c3
commit ee665748aa
8 changed files with 46 additions and 15 deletions
+1
View File
@@ -44,6 +44,7 @@ struct InternalCompilerError: virtual util::Exception {};
struct FatalError: virtual util::Exception {};
struct UnimplementedFeatureError: virtual util::Exception {};
struct InvalidAstError: virtual util::Exception {};
struct TestFrameworkError: virtual util::Exception {};
/// Assertion that throws an InternalCompilerError containing the given description if it is not met.
#define solAssert(CONDITION, DESCRIPTION) \