chriseth
|
b81ae7d470
|
Do not put duplicate labels for accessor functions.
|
10 years ago |
Liana Husikyan
|
32458c0808
|
fixed CALL case. added exception
|
10 years ago |
Liana Husikyan
|
7512689bec
|
style fixes
|
10 years ago |
Liana Husikyan
|
0d55798adf
|
removed exception when function is not found
|
10 years ago |
Liana Husikyan
|
a723fb7e81
|
special handle of send
|
10 years ago |
Liana Husikyan
|
77e1d116ca
|
one more test to test the call of non-existed function
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
10 years ago |
Liana Husikyan
|
d89589febc
|
style fixes
|
10 years ago |
Liana Husikyan
|
fb564b222d
|
fixed mistake because of conflict resolving
|
10 years ago |
Liana Husikyan
|
10fe1b4cfe
|
added error jump instead of STOP instraction in case of exception
|
10 years ago |
chriseth
|
b6f9d51cd6
|
Re-introduce string type.
|
10 years ago |
chriseth
|
ba6efaf408
|
Allow duplicate code removal for loops.
|
10 years ago |
chriseth
|
1a3d6904d7
|
Gas estimation for internal functions.
|
10 years ago |
chriseth
|
6281c11534
|
Sort keywords and add some reserved keywords.
|
10 years ago |
chriseth
|
9e2e73da3a
|
Functional gas estimator.
|
10 years ago |
Liana Husikyan
|
7c35547631
|
Update InterfaceHandler.cpp
|
10 years ago |
chriseth
|
31c6ee40f6
|
Gas estimation taking known state into account.
|
10 years ago |
Gav Wood
|
05ea9941c9
|
Move non-cryptopp dependent stuff into devcore.
|
10 years ago |
Liana Husikyan
|
2d377d95ea
|
added ';'
|
10 years ago |
Liana Husikyan
|
f02962a368
|
added constructor to solidiy abi
|
10 years ago |
chriseth
|
fff1a1379e
|
Fixed error message about explicit type conversion.
|
10 years ago |
chriseth
|
4c69ecf16b
|
Bare callcode for addresses and contracts.
|
10 years ago |
chriseth
|
b4912db1c6
|
Succint interfaces.
|
10 years ago |
chriseth
|
18e223e945
|
Reverse if and else body.
|
10 years ago |
Liana Husikyan
|
6cc7bb915a
|
updated unit test
|
10 years ago |
Liana Husikyan
|
ef6c158805
|
bug in abi. fixed external type for return parameters
|
10 years ago |
Gav Wood
|
9071de1133
|
Build fixes.
|
10 years ago |
Liana Husikyan
|
4081752e63
|
style changes
|
10 years ago |
Liana Husikyan
|
71c2c7da45
|
fixed the test
|
10 years ago |
Liana Husikyan
|
91b7f87c56
|
implemented cleanup of duplication in resolver
|
10 years ago |
Liana Husikyan
|
328d40450f
|
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
|
10 years ago |
chriseth
|
37440f3a01
|
New ABI encoding for dynamic types.
|
10 years ago |
Liana Husikyan
|
14ab7baa76
|
adde the positions for the end of SourceLocation
|
10 years ago |
Liana Husikyan
|
f7338eb8cf
|
added interface function for SourceLocation/ position convertation to compilerstack
|
10 years ago |
chriseth
|
7c8de3f0ea
|
Added assertions.
|
10 years ago |
chriseth
|
c57305025f
|
Style.
|
10 years ago |
chriseth
|
4ab07c6dd3
|
Use std::array.
|
10 years ago |
chriseth
|
5b8614f178
|
Structural gas estimator.
|
10 years ago |
Liana Husikyan
|
3cfe1cabda
|
Update NameAndTypeResolver.cpp
|
10 years ago |
Liana Husikyan
|
abab0a744e
|
Update AST.cpp
|
10 years ago |
Liana Husikyan
|
e25c6beb27
|
Update AST.cpp
|
10 years ago |
Liana Husikyan
|
f4b836dab3
|
some more style fixes
|
10 years ago |
Liana Husikyan
|
1c6fcca6e2
|
small fix
|
10 years ago |
Liana Husikyan
|
0702c58368
|
fixed warrning
|
10 years ago |
Liana Husikyan
|
7b72aa68be
|
fixed the order of error msgs
|
10 years ago |
Liana Husikyan
|
da309c3853
|
created secondarySoureLocation error type
added additional information to error msgs
|
10 years ago |
chriseth
|
1e6ff441fe
|
Fix for broken continue in for loop.
Fixes #1789.
|
10 years ago |
chriseth
|
6d80b0c59b
|
Build fix after merge.
|
10 years ago |
chriseth
|
2111cd4894
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
10 years ago |
chriseth
|
9524ca5e31
|
Utility class to find a suitable AST node for a given location.
|
10 years ago |
chriseth
|
7a5d5b3af3
|
Fix for deleting byte array elements.
Fixes #1759.
|
10 years ago |