745 Commits (376201c78106d083d15e8bede2395c4a23ed7ab3)

Author SHA1 Message Date
Liana Husikyan 376201c781 removed an unnecessary function 10 years ago
Liana Husikyan 8fe9d0a335 changed the implementation 10 years ago
Liana Husikyan b2b723400a style fix 10 years ago
Liana Husikyan f2502b01f7 fixed the output of the test 10 years ago
chriseth a895217db6 Use BUILD_SHARED_LIB 10 years ago
chriseth cdc38ab28a Use non-implemented functions for solidity interface output. 10 years ago
chriseth 0a95634543 Fix regarding memory overwrite during sha3 computation. 10 years ago
chriseth e480c7012c bytes parameters for events and sha3. 10 years ago
chriseth 49134ece7a Fixed use of libraries. 10 years ago
Christian 7971f5e83d JSON compiler. 10 years ago
chriseth 8dc135468e Fix for declarations. 10 years ago
chriseth 3146a7aeb7 Fix for Contract and Enum types as external function arguments. 10 years ago
chriseth 7386869de6 Fixed byte alignment for return type of ripemd160 built-in contract. 10 years ago
chriseth 46182cd82f Styling. 10 years ago
Liana Husikyan 254c845490 removed unused parameter from streamAsmJson 10 years ago
Liana Husikyan 4ef9b70dd3 style fixes 10 years ago
Liana Husikyan 2a5a5a99f9 added asm-json flag to cl compiler 10 years ago
Lefteris Karapetsas cad916a00d Fixing detection of abstract contract 10 years ago
Lefteris Karapetsas 5be5fc55a0 Adding forgotten virtual specifier to EnumValue getType() 10 years ago
Lefteris Karapetsas 86caafd9e9 Add "this" contract's ctor to provided ctors set 10 years ago
Lefteris Karapetsas 3a2d903252 Fixing new abstract contract error location reporting 10 years ago
Lefteris Karapetsas c227951856 size()!=0 -> !empty() 10 years ago
Lefteris Karapetsas 2279e40274 Check all constructors in inheritance chain get args 10 years ago
Lefteris Karapetsas 45117f53b0 Allowing abstract contracts constructor to have no args 10 years ago
chriseth 1df385a63d Fix for signed integers in storage. 10 years ago
chriseth 3bc78361d6 Bugfixes concerning variable declarations. 10 years ago
chriseth a052d2f754 Line break. 10 years ago
chriseth 0bec8d9fcd Some cleanup concerning byte arrays. 10 years ago
chriseth 0b36ca86d7 Fixed function overloads. 10 years ago
Liana Husikyan 2cf5fdcadf fixes 10 years ago
Liana Husikyan 46eb3f366b added implementation to append code for State variable accessor 10 years ago
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
chriseth b5e81a46ca Retain more gas for the case that the called contract is not yet created. 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