100 Commits (9111abbc8a3e77f7a56fa914e3c2b8f7cf271467)

Author SHA1 Message Date
Lefteris Karapetsas 58c598b8cb Moving getMemberValue from EnumDefinition to EnumType 10 years ago
Lefteris Karapetsas c3c1b5c63c Addressing issues with Enums in Solidity 10 years ago
Lefteris Karapetsas 07886f42bb Enum type conversion and member value access. 10 years ago
Lefteris Karapetsas 5659ed1238 Correcting and testing enum member access 10 years ago
Lefteris Karapetsas 9232b4cd88 Introducing EnumType and some Parser tests 10 years ago
Christian a0db309212 length member for byte arrays. 10 years ago
Christian 11283fef7e Bytes type cleanup. 10 years ago
Christian 9be8307f22 Dynamic copy to memory. 10 years ago
Christian f9d853fe90 Simple copy of bytes to storage. 10 years ago
Christian 10667e0b41 Tests and some code for msg.data. 10 years ago
Christian 1e6f3cb1bd Introduced byte array type. 10 years ago
Christian 8b3dec6773 Arbitrary parameters for call() and all hash functions. 10 years ago
Lefteris Karapetsas c68f7f2790 Addressing issues in Enum style fix 10 years ago
Lefteris Karapetsas 46dfdc97af Camelcasing enums in Types.h 10 years ago
Lefteris Karapetsas 6bb8233d15 Changing Solidity Code to use CamelCase enum values 10 years ago
Christian a7a14c07ba Small cleanup. 10 years ago
Lefteris Karapetsas 490cb5608e Small fixes in Types and ExpressionCompiler 10 years ago
Lefteris Karapetsas 8d239921e9 SHA3 of string literals now should work 10 years ago
Lefteris Karapetsas deea982c00 getRealType() introduced 10 years ago
Christian a90ec7576c Some fixes for the ether units parser. 10 years ago
Christian d3e2d2adf3 Parsing of events. 10 years ago
Lefteris Karapetsas 93abe45771 FunctionType now returns const ref for Declaration 10 years ago
Lefteris Karapetsas 23d92e0d2e Removing Function and Param Description 10 years ago
Lefteris Karapetsas 122aada70f Contract Interface Functions now return FunctionType 10 years ago
Christian 7dc695e840 Super keyword. 10 years ago
Lefteris Karapetsas 3732d42ce8 Various small fixes for Sol Automatic Accessors 10 years ago
Lefteris Karapetsas 06764f026e State variable accessors code is now more organized 10 years ago
Lefteris Karapetsas 818742dac9 Work in progress for state variable accessors 10 years ago
Christian 4dfc7c4436 Fix stack size of typetypes. 10 years ago
Christian 2566466a6c Type resolution for function modifiers. 10 years ago
liana 75f01f6a76 - added conversion for string/hash of equal sizes 10 years ago
Christian 4fe47c5014 Explicit calls to base class function. 10 years ago
Gav Wood d2ba0f336e Missing comma. 10 years ago
Gav Wood 1f7ccc48d5 Add blockhash to Solidity. 10 years ago
liana 3e166f15fc - added functionality to set values to 0 when deleting structure(not for mapping) 10 years ago
Christian 43602427a1 Remove redundancy in FunctionType::getSizeOnStack. 10 years ago
Christian de3e6a09db Specify value for contract creation. 10 years ago
Christian 1b36ff453b Modify gas and value for external function call. 10 years ago
arkpar 72628e8f32 fixed warnings for msvc build 10 years ago
Christian 18f7839fd5 Define strings = vector<string> 10 years ago
Christian 5e0b71730c More convenient function type construction. 10 years ago
Christian 08f556cd5a Contracts are Addresses. 10 years ago
Christian de77918d05 Padding for ABI types. 10 years ago
Christian e1338c7e6c Arbitrary precision integer constants. 10 years ago
Christian f6ddd3fd33 Possibility for unary operators to change type. 10 years ago
Christian 874b2b34ea Use shared_from_this instead of manually supplying a shared_ptr to this. 10 years ago
Gav Wood 0ca84e5a0d Basic logging in Solidity (though no tests yet). 10 years ago
Lefteris Karapetsas 9fff09af6b Compiler EVM generation now takes into account for the new function hash 10 years ago
Christian 1d3801f726 Arbitrary precision integer constants. 10 years ago
Christian cc55936f67 Possibility for unary operators to change type. 10 years ago