695 Commits (518daee5465570714d4fb59bc227c3195c64bdf6)

Author SHA1 Message Date
Liana Husikyan 518daee546 some more tests 10 years ago
Liana Husikyan 561e461ded added createing FunctionType from ArrayType VariableDeclaration 10 years ago
chriseth cc5c8f2678 SHA3 optimizations. 10 years ago
Liana Husikyan 065d9a9e68 VariableDeclaration::checkTypeRequirements() refactoring 10 years ago
Liana Husikyan ab0b92242f Update Types.cpp 10 years ago
Liana Husikyan c5df9e205b Update AST.cpp 10 years ago
Liana Husikyan f4ea6b8e8d Update Types.h 10 years ago
Liana Husikyan 4352423fea miner changes in the implementation of the externalTypes function of FunctionType. 10 years ago
Liana Husikyan 4173a71846 changed checking for external type in VariableDeclaration::checkTypeRequirements() 10 years ago
Liana Husikyan 0e247e0282 style fixes 10 years ago
chriseth ae6bae4a6c Refactor: Pull out array index access. 10 years ago
Lefteris Karapetsas 29669c16a2 Fix some styling issues and remove comments 10 years ago
Lefteris Karapetsas 04d0415e52 Detect if non-existant parameter is documented with natspec 10 years ago
Lefteris Karapetsas dfcaf8a414 Abstract contract and inheritance 10 years ago
Liana Husikyan dd15c53ae4 added externalTypes function to functionType 10 years ago
Lefteris Karapetsas 4e234b30ed Moving contract fullyImplemented check to TypeRequirements 10 years ago
Liana Husikyan 8b14b4f4d1 two more tests 10 years ago
Gav Wood d71bec193f Clean up some code redundancy. 10 years ago
Lefteris Karapetsas 742002b05a Parsing of not fully implemented functions 10 years ago
Liana Husikyan f3e8d2b7e9 tests for external types 10 years ago
Liana Husikyan ba8d0f615c renamed externalTypes to externalSignature 10 years ago
Liana Husikyan 0ca313ec85 renamed getCanonicalSignature 10 years ago
Liana Husikyan 44c7da4262 added check for events and stat variables 10 years ago
Liana Husikyan 1d15c09e5f - added externalType to BooleanType. 10 years ago
Liana Husikyan a7eccfaa97 added check for valid externalType to checkTypeRequirements for function 10 years ago
Liana Husikyan 3d18c02f36 added externalType for ArrayType 10 years ago
Liana Husikyan 42177bc187 added getABIType() to types 10 years ago
Lefteris Karapetsas fdd2959fff Adding some more reserved keywords 10 years ago
Lefteris Karapetsas d12f6540d1 Adding keywords for future use section in Token.h 10 years ago
Lefteris Karapetsas a00c76944e Removing string as a token. 10 years ago
chriseth d2077b8962 Byte size checked for zero; coding style. 10 years ago
chriseth 79fb35fd69 Exception-throwing assert. 10 years ago
Lefteris Karapetsas 7eb9aa3466 Explicit conversion between bytes and int of any size 10 years ago
chriseth 523ce4d178 Disallowed special case of bytes0 arrays. 10 years ago
chriseth 85505d45c0 Packing for arrays. 10 years ago
chriseth 2505b8ed90 Provide access to storage offsets via contract type. 10 years ago
Liana Husikyan 3e0f3fd514 added test to check anonymous events with user specified topics 10 years ago
Liana Husikyan 7cb944c903 added anonymous to ABI 10 years ago
Liana Husikyan 7fe63e36e9 changed the position of 'anonymous' keyword: event <name>() anonymous. 10 years ago
Liana Husikyan 0b14d26f6b Added anonymous flag to event. 10 years ago
chriseth 2589570d9a Fix static variables. 10 years ago
chriseth 441ab7c1c0 Add move assignment operator manually. 10 years ago
chriseth a25d8cd553 Move memberlist to avoid unique_ptr copy. 10 years ago
chriseth 925acfad80 Fetch and store packed values. 10 years ago
chriseth 72152a6081 Compute packing offsets. 10 years ago
chriseth fed44efdce Enlarge storage references to two stack slots. 10 years ago
Lefteris Karapetsas 382a587886 Additional test for msg.sig 10 years ago
Liana Husikyan 581cd68fcf restyleing 10 years ago
Lefteris Karapetsas 22b47689d5 Adding msg.sig Solidity Magic type 10 years ago
Liana Husikyan 7359f68b9f - added more tests to check constant specifier implementation 10 years ago