LianaHus
|
742e5b259a
|
added Error class for all kind of errors
Conflicts:
libsolidity/Exceptions.h
|
2015-10-14 20:27:41 +02:00 |
|
chriseth
|
deebc7e860
|
Multi-variable declarations.
|
2015-10-13 12:16:23 +02:00 |
|
chriseth
|
bc609c55c0
|
Compute canonical names of types for function signatures.
|
2015-10-06 14:20:06 +02:00 |
|
chriseth
|
39d1e2bc06
|
Refactored annotations.
|
2015-09-21 20:03:10 +02:00 |
|
chriseth
|
34a81fd60e
|
Refactoring: Check types outside of AST and recover from some errors.
|
2015-09-21 20:03:05 +02:00 |
|
LianaHus
|
dd3b0664c6
|
style fixes
|
2015-09-15 11:40:20 +02:00 |
|
LianaHus
|
e17938a2a9
|
fixed conflict mergeing
|
2015-09-15 11:40:20 +02:00 |
|
LianaHus
|
e4eb40036b
|
- changed implementation
- style fixes
Conflicts:
libsolidity/AST.cpp
|
2015-09-15 11:40:19 +02:00 |
|
chriseth
|
4360e04596
|
Merge pull request #66 from chriseth/sol_libraries
Calling libraries.
|
2015-09-11 19:35:31 +02:00 |
|
chriseth
|
3c25420b84
|
Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_args
too many indexed arguments for event
|
2015-09-11 15:48:43 +02:00 |
|
LianaHus
|
1d1386a58c
|
add call for EventDefinition::checkTypeRequirements()
|
2015-09-11 15:24:11 +02:00 |
|
chriseth
|
337fde9d11
|
Parsing and type checking of libraries without inheritance.
|
2015-09-11 15:21:37 +02:00 |
|
LianaHus
|
47e42430f2
|
added type check if the type of the var decl is one of base contract type
|
2015-09-10 17:17:13 +02:00 |
|
chriseth
|
9967ae4038
|
Stylistic corrections.
|
2015-09-09 16:15:35 +02:00 |
|
chriseth
|
985eb80695
|
Fix for constant strings.
|
2015-09-08 16:51:14 +02:00 |
|
LianaHus
|
df8c82bc60
|
- renamed AST to ast and ABI to abi
- style fixes
|
2015-09-08 14:30:21 +02:00 |
|
LianaHus
|
02d4198242
|
removed get prefix
style fixes
|
2015-09-08 13:12:00 +02:00 |
|
LianaHus
|
1b5e6fc9e7
|
renamed getter functions
|
2015-09-08 13:12:00 +02:00 |
|
LianaHus
|
fed363263a
|
added check for having type in VariableDeclaration::checkTypeRequirements()
|
2015-08-24 12:34:44 +02:00 |
|
LianaHus
|
1af8ff0121
|
add tests for state variables accessors. normal and constant
fixed the issue with accessors for constant state variables
|
2015-08-21 17:57:57 +02:00 |
|
Lefteris Karapetsas
|
1690f1c947
|
Add CMakeLists.txt for libsolidity
|
2015-08-19 14:57:25 +02:00 |
|