debris
|
1d8d038682
|
s/inc_sstore_clear_count/inc_sstore_clears/g
|
2016-01-16 17:33:46 +01:00 |
|
debris
|
d128d1fccd
|
renamed inc_sstore_refund_count -> inc_sstore_clear_count
|
2016-01-16 17:26:32 +01:00 |
|
debris
|
9062771209
|
fixed review issues: add_sstore_refund -> inc_sstore_refund, sstore_refunds_count -> sstore_clears_count. Also removed all unnecessary copying of transaction code/data.
|
2016-01-16 17:06:15 +01:00 |
|
debris
|
0d686b2327
|
cleanup
|
2016-01-16 08:56:03 +01:00 |
|
debris
|
c67822a03c
|
executive tests are working after the cleanup
|
2016-01-16 08:23:29 +01:00 |
|
debris
|
4fc52a92ac
|
externalities refactor in progress
|
2016-01-16 07:46:36 +01:00 |
|
debris
|
a3e88c2b33
|
executive tests fixed
|
2016-01-16 04:59:53 +01:00 |
|
Gav Wood
|
2eead090d5
|
Fix executive. Syncs to 62509.
|
2016-01-15 18:56:28 +01:00 |
|
Gav Wood
|
d04e843e2d
|
Revert accidental executive test changes.
|
2016-01-15 14:30:39 +01:00 |
|
Gav Wood
|
65d6904e63
|
Split externalities from executive.
|
2016-01-15 14:22:46 +01:00 |
|
debris
|
1b8b1b4c17
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_revert_fix
|
2016-01-14 23:50:41 +01:00 |
|
Gav Wood
|
d64ff8df57
|
Minor renaming, fix for Account::code_cache.
|
2016-01-14 23:41:48 +01:00 |
|
debris
|
a6191262c9
|
tests are passing
|
2016-01-14 23:36:35 +01:00 |
|
debris
|
cb0ad01e42
|
test_engine should limit max_depth, not stack_limit
|
2016-01-14 23:24:12 +01:00 |
|
debris
|
ff373f5fb8
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_revert_fix
|
2016-01-14 23:18:45 +01:00 |
|
Gav Wood
|
6eea05d255
|
Change over to new FromJson API.
|
2016-01-14 21:58:37 +01:00 |
|
Gav Wood
|
d3091b95c3
|
Use new json trait for conversion of some types.
|
2016-01-14 21:23:46 +01:00 |
|
debris
|
9cbf2427c0
|
call result
|
2016-01-14 21:21:46 +01:00 |
|
debris
|
6fb580f621
|
ext call refactored
|
2016-01-14 19:52:40 +01:00 |
|
debris
|
777ac4dc87
|
compiler was not wrong
|
2016-01-14 18:15:04 +01:00 |
|
debris
|
d59e074d65
|
executive create
|
2016-01-14 17:40:38 +01:00 |
|
debris
|
3118baee9b
|
executive gas calculation fixes
|
2016-01-14 12:10:26 +01:00 |
|
debris
|
5a072d1b4b
|
vm ext call function uses u256 instead of u64, ext works entirely on u256
|
2016-01-13 22:36:59 +01:00 |
|
debris
|
6f17b7b44b
|
vm ext create function uses u256 instead of u64
|
2016-01-13 22:29:49 +01:00 |
|
debris
|
48e74e5874
|
vm ext ret function used u256 instead of u64
|
2016-01-13 22:16:44 +01:00 |
|
debris
|
360e667a64
|
updated executive tests
|
2016-01-13 22:06:05 +01:00 |
|
debris
|
1f4d5fb860
|
check callcreates
|
2016-01-13 17:26:04 +01:00 |
|
debris
|
e94a575f6c
|
fixed code, added nonce and storage executive tests
|
2016-01-13 16:30:19 +01:00 |
|
debris
|
d7adf95189
|
fixed suicide refund address
|
2016-01-13 16:16:21 +01:00 |
|
debris
|
87eb66183c
|
executive output uses BytesRef
|
2016-01-13 15:26:52 +01:00 |
|
debris
|
920d8c51db
|
gas_left is correct in all tests
|
2016-01-13 13:16:53 +01:00 |
|
debris
|
68a2c843ef
|
executive tests
|
2016-01-13 01:23:01 +01:00 |
|