chriseth
|
02c9589734
|
Style.
|
10 years ago |
chriseth
|
1e6b82606e
|
Pleased gcc.
|
10 years ago |
chriseth
|
7d09d87d16
|
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
|
10 years ago |
chriseth
|
6c45ac6ab1
|
Optimize RETURN x 0 to STOP.
|
10 years ago |
chriseth
|
5eb31c2281
|
Added missing source locations for new memory management code.
|
10 years ago |
Liana Husikyan
|
f61f429f34
|
style fixes
|
10 years ago |
Liana Husikyan
|
197837b1f6
|
style fixes
|
10 years ago |
chriseth
|
3a417e5fe5
|
Improved type conversion error messages.
|
10 years ago |
chriseth
|
e66a5ca0b5
|
Use dynamic memory for argument encoding.
|
10 years ago |
chriseth
|
e66383994d
|
Dynamic memory.
|
10 years ago |
Liana Husikyan
|
2d732e8923
|
removed byte0 keyword
|
10 years ago |
Paweł Bylica
|
a9f3df90b1
|
Add missing override specifiers.
|
10 years ago |
Paweł Bylica
|
4205cf79f9
|
Remove pessimising moves.
|
10 years ago |
Liana Husikyan
|
10615249cf
|
added test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
10 years ago |
chriseth
|
9db5fb5bb6
|
Improved "Stack too deep" error message.
Closes #2080.
|
10 years ago |
chriseth
|
089c9477b4
|
Style.
|
10 years ago |
chriseth
|
0f8c4a7fbb
|
Bare functions return success condition.
|
10 years ago |
chriseth
|
b60da19241
|
Fallback takes constant amount of gas, and send to gas with send.
|
10 years ago |
chriseth
|
3fc61e9087
|
Compute constants
|
10 years ago |
chriseth
|
2b9e46d8f6
|
Style.
|
10 years ago |
chriseth
|
ac79514e63
|
Ability to specify the storage location of a reference type.
|
10 years ago |
Liana Husikyan
|
f604ab72ee
|
Update Types.cpp
|
10 years ago |
Liana Husikyan
|
ee2b5e7cb4
|
fixed assigning negative number to unsigned
|
10 years ago |
Liana Husikyan
|
9da464ee05
|
- style fixes
- added test for uint8 = -1 which doesn't fail; todo: fix that
|
10 years ago |
Liana Husikyan
|
4757651b64
|
- conversion of positive literals to signed int
- tests
|
10 years ago |
Liana Husikyan
|
4f925169c1
|
fixed assertion
|
10 years ago |
Liana Husikyan
|
2c0d9e9968
|
corrected the calculation of gas for send
|
10 years ago |
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 |