Gav Wood
88865c546f
Merge pull request #2025 from imapp-pl/refactor_executive
...
Executive on a diet
2015-06-08 22:52:39 +09:00
Paweł Bylica
8c66813683
Rename Executive::collectResult -> setResultRecipient.
2015-06-08 10:45:42 +02:00
Gav Wood
6f12765591
Merge pull request #2103 from chriseth/sol_fix_sequenceError
...
Invalid sequence access.
2015-06-07 14:19:51 +09:00
chriseth
d3f1cb5cec
Quick fix to not access inaccessible sequences.
2015-06-06 15:39:14 +02:00
chriseth
7528dcf52c
Test for the invalid sequence access bug.
2015-06-06 15:38:00 +02:00
chriseth
a20b23a7a8
Optimize double ISZERO.
2015-06-06 12:42:36 +02:00
chriseth
187f5de2dd
Merge pull request #2096 from chriseth/sol_constantFallback
...
Fallback takes constant amount of gas, and send no gas with send.
2015-06-06 00:45:47 +02:00
chriseth
4141a0de5e
Merge pull request #2084 from chriseth/sol_computeConstants
...
Compute constants
2015-06-05 19:22:30 +02:00
chriseth
7581330e51
Bare functions return success condition.
2015-06-05 17:37:16 +02:00
chriseth
4111cdf376
Compute constants
2015-06-05 17:34:26 +02:00
chriseth
7aff1fb942
Ability to specify the storage location of a reference type.
2015-06-05 14:44:05 +02:00
Liana Husikyan
1f3e93785e
fixed assigning negative number to unsigned
2015-06-04 14:09:19 +02:00
Liana Husikyan
0e664b05aa
- style fixes
...
- added test for uint8 = -1 which doesn't fail; todo: fix that
2015-06-04 12:42:55 +02:00
Liana Husikyan
c7e6bbb82c
- conversion of positive literals to signed int
...
- tests
2015-06-04 11:48:09 +02:00
Liana Husikyan
5ef445f64f
test
...
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
2015-06-04 11:48:09 +02:00
Paweł Bylica
3bacb6f377
Merge remote-tracking branch 'upstream/develop' into refactor_executive
...
Conflicts:
test/libsolidity/solidityExecutionFramework.h
2015-06-03 17:16:33 +02:00
Paweł Bylica
6a64d18780
Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_refactor
...
Conflicts:
libethereum/Executive.h
2015-06-02 11:57:13 +02:00
chriseth
82b3a6b1f4
Merge pull request #1975 from LianaHus/sol_EVMExceptions
...
"error jump" instead of STOP instraction in case of exception
2015-06-01 17:45:55 +02:00
Liana Husikyan
b810df04f0
renamed the test framwork function.
2015-06-01 16:48:13 +02:00
Liana Husikyan
c6a8938ed7
fixed CALL case. added exception
2015-06-01 16:39:09 +02:00
chriseth
604a2d89d2
Merge pull request #2027 from chriseth/sol_dupRemForLoops
...
Allow duplicate code removal for loops.
2015-06-01 15:09:16 +02:00
Liana Husikyan
d863c8d088
corrected intends in solidityExecutionFramwork.h
2015-06-01 13:39:17 +02:00
Liana Husikyan
945418cc10
style fixes
2015-06-01 13:06:12 +02:00
Liana Husikyan
47f0e847e5
style fixes in test/libsolidity/solidityExecutionFramework.h
...
fixed the test
2015-06-01 13:06:12 +02:00
Liana Husikyan
ca8104397d
removed exception when function is not found
2015-06-01 13:06:12 +02:00
Liana Husikyan
3ddae3209e
special handle of send
2015-06-01 13:06:12 +02:00
Liana Husikyan
19fb836bf6
modified the test
2015-06-01 13:06:12 +02:00
Liana Husikyan
fde4ed6bf6
remove line for debugging
2015-06-01 13:06:12 +02:00
Liana Husikyan
f1c042df8c
test for constructor (out of band exception)
2015-06-01 13:06:12 +02:00
Liana Husikyan
82dc10d492
test for exception in constructor
2015-06-01 13:06:12 +02:00
Liana Husikyan
4a2f18b41a
one more test to test the call of non-existed function
...
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
2015-06-01 13:06:12 +02:00
Liana Husikyan
042491e0cc
added test to check evm exception
2015-06-01 13:06:12 +02:00
Liana Husikyan
8967476a8d
added error jump instead of STOP instraction in case of exception
2015-06-01 13:06:12 +02:00
chriseth
786b57b884
Re-introduce string type.
2015-05-28 16:20:50 +02:00
chriseth
f3d9523651
Allow duplicate code removal for loops.
2015-05-28 14:48:07 +02:00
Paweł Bylica
77dd832403
Rename Executive::setResultRef -> collectResult.
2015-05-28 11:56:28 +02:00
Paweł Bylica
ecd5108afc
Change the way execution results are collected.
...
Changes handling ExecutionResult by Executive. From now execution results are collected on if a storage for results (ExecutionResult) is provided to an Executiove instance up front. This change allow better output management for calls - VM interface improved.
2015-05-28 08:56:21 +02:00
chriseth
fbc331bd35
Removed redundant std.
2015-05-26 11:31:04 +02:00
chriseth
964bcd6b85
Functional gas estimator.
2015-05-22 16:12:40 +02:00
chriseth
ec76302b85
Path gas meter.
2015-05-22 16:12:40 +02:00
Paweł Bylica
3605d3e965
Fix code duplication in Executive::call overloadings.
2015-05-21 11:01:19 +02:00
chriseth
e5a4a8fca4
Merge pull request #1988 from LianaHus/sol_Check_ref_problems_for_structs
...
Check: Reference problems concerning structs
2015-05-20 18:41:34 +02:00
Liana Husikyan
e38eefa9f6
Update SolidityEndToEndTest.cpp
2015-05-20 18:40:00 +02:00
Liana Husikyan
19262c12cf
Update SolidityEndToEndTest.cpp
2015-05-20 18:38:52 +02:00
Liana Husikyan
a92591e519
style fix
2015-05-20 18:35:05 +02:00
Liana Husikyan
007c88216b
Update SolidityEndToEndTest.cpp
2015-05-20 18:05:51 +02:00
Liana Husikyan
d006006c57
added tests to check references to struct type.
2015-05-20 17:57:41 +02:00
chriseth
79f11974ea
Gas estimation taking known state into account.
2015-05-20 00:28:15 +02:00
Gav Wood
a5005aefff
Move non-cryptopp dependent stuff into devcore.
2015-05-19 19:51:38 +02:00
Gav Wood
bae5779ab2
SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.
2015-05-19 19:38:17 +02:00