639 Commits (b7fe9e1d10a02a276be437baced7c578e88461eb)

Author SHA1 Message Date
Lu Guanqun b0c3579e25 implement named arguments 10 years ago
Lefteris Karapetsas 941a424e71 Minor fixes plus a rebase merge fix 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
Lefteris Karapetsas 51fb3b6f75 No longer exposing retrieveValueFromStorage() as a public function 10 years ago
Christian 74cacce2da Common class that contains AST node documentations. 10 years ago
Gav Wood 86db09cf66 Revert to using require for Solidity - it works. 10 years ago
Christian b3252b3e5d Exclude standard contracts by default. 10 years ago
Christian 104e726847 Style changes. 10 years ago
Christian 7dc695e840 Super keyword. 10 years ago
Lefteris Karapetsas 2fcfb45760 Various fixes pertaining to State Variable accessors 10 years ago
Lefteris Karapetsas ffa06e1a05 Explicitly specify insertion to exported functions 10 years ago
Lefteris Karapetsas eb51218af4 Simplify FunctionType's Vardecl constructor 10 years ago
Lefteris Karapetsas 309ffb8948 EVM Code for simple accessor function is properly generated 10 years ago
Lefteris Karapetsas 50a4b6055b Fixes after rebasing on develop 10 years ago
Lefteris Karapetsas 85e4b29260 Work on ExpressionCompiler preparing for Accessors from storage 10 years ago
Lefteris Karapetsas 94ca9f0040 All interface functions are external. 10 years ago
Lefteris Karapetsas 37eb587dd9 Adding isStateVariable attribute to a VarDecl 10 years ago
Lefteris Karapetsas 10da71f90e Solidity EntryLabel now uses a generic declaration 10 years ago
Lefteris Karapetsas 3732d42ce8 Various small fixes for Sol Automatic Accessors 10 years ago
Lefteris Karapetsas 3d1c0a9bef Modifications to Mix to adapt to FunctionDescription 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
Lefteris Karapetsas cd677c0921 Fix in addStateVariableAccessor and adjustment of parser tests 10 years ago
Lefteris Karapetsas 5a6748e3df Parsing accessor functions for public contract state variables 10 years ago
Christian 4dfc7c4436 Fix stack size of typetypes. 10 years ago
Christian b80aa77de0 Find some reasonable contract if nothing is supplied. 10 years ago
Christian fd1f7b527f Cleaner solution to provide standard sources. 10 years ago
Christian 54e5068268 Some fixes in parser. 10 years ago
Gav Wood aa094e5240 LogFilter supports new, better, filter mechanism. 10 years ago
liana 1b5098cd04 - cosmetic changes 10 years ago
liana 16ef4eb9a7 -redesigned appendTypeConversion function 10 years ago
Gav Wood 990d279490 Fixed spurious whisper watches firing. 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
Gav Wood 3b5a279e16 Add coins reg to standard services. 10 years ago
Gav Wood 79f1460505 Minor fix. 10 years ago
Gav Wood 0973c4c82e Fixes to ethereum.js and standard.js. 10 years ago
liana 20421bbfc1 - corrected assert 10 years ago
liana 75f01f6a76 - added conversion for string/hash of equal sizes 10 years ago
Gav Wood d5ce725096 Claim ether makes wallet & trasfers. 10 years ago
Christian a89e21d2a3 Style changes. 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