944 Commits (59ad75763d2c9da58e2f32bb6285baeeab7e3825)

Author SHA1 Message Date
liana 5bd4a1df10 -added test case for hash8 to string1 conversion 10 years ago
Gav Wood 5b5485b4c4 Fix jsTo... 10 years ago
Marek Kotewicz c8bb2229ea failing commonjs tests 10 years ago
liana 54ade2fd44 - modifications according to PR review 10 years ago
Christian c571eeea05 Call modifiers on constructor. 10 years ago
Christian 14c5e37d55 Modifier overrides and callgraph analysis. 10 years ago
Christian fdf791149d Compilation of function modifiers. 10 years ago
Christian 2566466a6c Type resolution for function modifiers. 10 years ago
Christian 133610be56 Function modifier parsing. 10 years ago
Christian 6fb537f48c Reverse order of inheritance in base list. 10 years ago
liana 75f01f6a76 - added conversion for string/hash of equal sizes 10 years ago
CJentzsch 71427d6af7 correct test 10 years ago
CJentzsch a75e051b7b fix gasPrice*gasLimit + value overflow 10 years ago
Marek Kotewicz eb4984c0d0 Squashed 'libjsqrc/ethereumjs/' changes from e1fcffc..edfb874 10 years ago
Gav Wood 490b43a395 Cleanups and addition AZ info. 10 years ago
Marek Kotewicz 53b4fda16d Squashed 'libjsqrc/ethereumjs/' changes from 6a58db6..848c54d 10 years ago
Christian 747bf7f2d4 Include virtual function overrides in constructor context. 10 years ago
Lefteris Karapetsas 221e0c93fa Absence of tag in Natspec is now considered @notice 10 years ago
Christian 0019c53f5c Implicit conversion from derived to base. 10 years ago
Christian 813af2c4ee Call constructors of base classes. 10 years ago
Christian 50c0a0ed66 Constructor arguments for base classes. 10 years ago
Christian 4fe47c5014 Explicit calls to base class function. 10 years ago
Christian df44090ae6 Inheritance in compiler. 10 years ago
Christian 71950257c5 Magic variables are only needed durinng name and type resolution, not during compilation. 10 years ago
Christian ffead7b4d5 Check overrides and provide inherited public interface. 10 years ago
Christian feff325023 Import inherited members into the contract's scope. 10 years ago
Christian c1834466a2 Inheritance parser. 10 years ago
Lefteris Karapetsas c3c2b1cf76 Improved handling of exceptions in some Solidity Tests 10 years ago
Lefteris Karapetsas 3c22b77982 Adding blockhash test in Solidity ExpressionCompiler 10 years ago
Lefteris Karapetsas 7e145a3d1c Some addition to Solidity Execution Framework 10 years ago
Marek Kotewicz 2b4d38b9bf Squashed 'libjsqrc/ethereumjs/' changes from 823fb29..6a58db6 10 years ago
Marek Kotewicz 6a383d6ed3 Squashed 'libjsqrc/ethereumjs/' changes from e94da80..823fb29 10 years ago
Marek Kotewicz 29333fc213 Squashed 'libjsqrc/ethereumjs/' changes from 2c36d5f..e94da80 10 years ago
liana 7651909bdf - corrected delete in case we have more than one locals 10 years ago
liana 3012ee73b2 removed spaces 10 years ago
liana 658b8d86d2 Corrected "delete" for local variables i.e. set them to 0 10 years ago
Marek Kotewicz d876522bc0 Squashed 'libjsqrc/ethereumjs/' changes from ec74fc0..2c36d5f 10 years ago
Marek Kotewicz 1a6dbeff6e Squashed 'libjsqrc/ethereumjs/' changes from ab745d3..ec74fc0 10 years ago
liana 3e166f15fc - added functionality to set values to 0 when deleting structure(not for mapping) 10 years ago
Christian c956e2510b Re-enable MSVC warning 4307. 10 years ago
CJentzsch 1b1be69317 included vmInpulLimit Tests, updated vmSystemOperationTests 10 years ago
Christian e16d88c894 Check for hash collisions already before compiling. 10 years ago
CJentzsch 5ff846e1c7 less invalid opcode tests 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
CJentzsch 3d01e66c1d replace BOOST_REQUIRE with assert, because it is used outside the boost test framework 10 years ago
CJentzsch 607c71e785 more randomness in the optimizations 10 years ago
Lefteris Karapetsas 5b36d3c163 Natspec method key is now the Canonical Signature 10 years ago
CJentzsch f401d34ac8 fix spaces->tab, detailed callcreate check 10 years ago
CJentzsch 165c33395e fix callcreates imoport 10 years ago