554 Commits (14bcb21373d1d13a3f07b7c9a4bef139784f7834)

Author SHA1 Message Date
Gav Wood 101915767f Minor typo. 10 years ago
Lefteris Karapetsas 6c5120978e Accessors for multiple mappings implemented 10 years ago
Christian 76da204e17 Visibility specifiers. 10 years ago
Lefteris Karapetsas 6441a1d93d Simple mapping accessors working 10 years ago
Lefteris Karapetsas 4795991f2a Code generation for mapping state variable accessor 10 years ago
Christian 2a329e1312 Make tests resistant to changes in order of declaration. 10 years ago
Lefteris Karapetsas c6c8a1ceeb Adding mapping treatment to FunctionType 10 years ago
Gav Wood d5c2a6b26a Code for outputing events as well as functions. 10 years ago
Christian cc00f49870 Fix scoping of event arguments. 10 years ago
arkpar 2677a6ea90 style 10 years ago
arkpar de531cb274 json and solidity ABI generted for events 10 years ago
arkpar bf3e6fc62d fixed ABI generator 10 years ago
Christian 9a7e588a37 Fix: No parameters for event. 10 years ago
Christian 4d768ec165 Fix standard sources test. 10 years ago
Christian edefb95aae Fallback functions. 10 years ago
Christian 47f6c9a5de Padding fixes. 10 years ago
Christian c38dd9765b Whitespace and error messages. 10 years ago
Christian f57dc81889 Code generation for events. 10 years ago
Christian d3e2d2adf3 Parsing of events. 10 years ago
Lefteris Karapetsas 93abe45771 FunctionType now returns const ref for Declaration 10 years ago
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