debris
|
777ac4dc87
|
compiler was not wrong
|
2016-01-14 18:15:04 +01:00 |
|
debris
|
a6ea012f88
|
-1i64..
|
2016-01-14 18:05:19 +01:00 |
|
debris
|
d59e074d65
|
executive create
|
2016-01-14 17:40:38 +01:00 |
|
debris
|
05246c4f7d
|
fixing executive finalize in progress
|
2016-01-14 14:36:07 +01:00 |
|
Marek Kotewicz
|
899c17ff74
|
Merge pull request #112 from gavofyork/gav
Fix storage stuff and introduce per-item dirty-tracking.
|
2016-01-14 14:00:47 +01:00 |
|
Gav Wood
|
1b1038fe06
|
Fix storage stuff and introduce per-item dirty-tracking.
|
2016-01-14 13:54:29 +01:00 |
|
Marek Kotewicz
|
8511d08a19
|
Merge pull request #109 from gavofyork/gav
Check logs in state tests.
|
2016-01-14 12:57:29 +01:00 |
|
Gav Wood
|
1d524260e9
|
Merge pull request #108 from gavofyork/executive_fixes
executive gas calculation fixes
|
2016-01-14 12:50:31 +01:00 |
|
Gav Wood
|
5a9ac6a329
|
State diff output tweaks.
|
2016-01-14 12:39:14 +01:00 |
|
Gav Wood
|
507678aaa9
|
Check logs in state tests.
|
2016-01-14 12:27:35 +01:00 |
|
debris
|
3118baee9b
|
executive gas calculation fixes
|
2016-01-14 12:10:26 +01:00 |
|
Gav Wood
|
76f617abac
|
Merge pull request #107 from gavofyork/tx_gas
proper gas calculation in executive
|
2016-01-14 02:31:04 +01:00 |
|
Gav Wood
|
4b6d853593
|
Merge pull request #105 from gavofyork/executive_max_depth
Fixing MaxDepth param for executive
|
2016-01-14 02:30:30 +01:00 |
|
Marek Kotewicz
|
c01abf8171
|
Merge pull request #106 from gavofyork/gav
Fix determination of state roots.
|
2016-01-14 02:22:50 +01:00 |
|
debris
|
bacc9a2494
|
proper gas calculation in executive
|
2016-01-14 02:20:46 +01:00 |
|
Gav Wood
|
59e2df3e40
|
Fix Determination of state roots.
|
2016-01-14 02:09:43 +01:00 |
|
Tomusdrw
|
9900158c8e
|
MaxDepth param
|
2016-01-14 01:40:55 +01:00 |
|
Gav Wood
|
035b29c481
|
Merge branch 'master' into gav
|
2016-01-14 01:30:28 +01:00 |
|
Gav Wood
|
36e8be0e0b
|
Merge pull request #104 from gavofyork/tx_gas
transact substracts tx_gas
|
2016-01-14 01:30:09 +01:00 |
|
Gav Wood
|
37a3c8d259
|
Prettier diffing.
|
2016-01-14 01:29:05 +01:00 |
|
debris
|
53868efb4d
|
transact substracts tx_gas
|
2016-01-14 01:18:44 +01:00 |
|
Gav Wood
|
dc9625de62
|
Merge pull request #102 from gavofyork/gav
Pretty-print and fix for state.
|
2016-01-14 00:29:22 +01:00 |
|
Gav Wood
|
b4f7c63447
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-14 00:28:27 +01:00 |
|
Gav Wood
|
40341e8852
|
Pretty-print and fix for state.
|
2016-01-14 00:27:36 +01:00 |
|
Marek Kotewicz
|
5b52b19bb3
|
Merge pull request #101 from gavofyork/gav
Tier step price.
|
2016-01-13 23:56:43 +01:00 |
|
Gav Wood
|
f835990091
|
Tier step price.
|
2016-01-13 23:53:00 +01:00 |
|
Marek Kotewicz
|
9d66d473e8
|
Merge pull request #100 from gavofyork/gav
Refactor Diff datastructures.
|
2016-01-13 23:25:50 +01:00 |
|
Gav Wood
|
12187b8af7
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-13 23:14:36 +01:00 |
|
Gav Wood
|
0fb68d3ecd
|
Merge pull request #99 from gavofyork/ext_u256
externalities use u256 instead of u64 for gas calculation
|
2016-01-13 23:12:22 +01:00 |
|
Gav Wood
|
6f238ae7cc
|
Merge pull request #97 from gavofyork/executive_tests
Executive tests
|
2016-01-13 23:10:37 +01:00 |
|
Gav Wood
|
dc8999d414
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-13 23:07:19 +01:00 |
|
Gav Wood
|
08824e3ece
|
Move macros to util.
|
2016-01-13 23:07:01 +01:00 |
|
Gav Wood
|
78b10fd5f2
|
More nice syntax.
|
2016-01-13 22:45:46 +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 |
|
Gav Wood
|
a3f066a35c
|
Refactor Diff datastructures.
|
2016-01-13 22:35:21 +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
|
922dae31d5
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_tests
|
2016-01-13 21:53:38 +01:00 |
|
Arkadiy Paronyan
|
b87e0fce64
|
Merge pull request #98 from gavofyork/gav
State conensus tests now print mismatching diff on fail.
|
2016-01-13 19:14:34 +01:00 |
|
Gav Wood
|
7e860e9cbe
|
Merge branch 'master' into gav
|
2016-01-13 18:42:13 +01:00 |
|
Gav Wood
|
602d9d99b1
|
State conensus tests now print mismatching diff.
|
2016-01-13 18:40:18 +01:00 |
|
Gav Wood
|
311aa5c442
|
State diffing.
|
2016-01-13 18:37:09 +01:00 |
|
debris
|
cb16bdb350
|
cleanup
|
2016-01-13 17:45:06 +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 |
|
Gav Wood
|
5ba76d767e
|
Account diffing.
|
2016-01-13 15:54:17 +01:00 |
|
debris
|
87eb66183c
|
executive output uses BytesRef
|
2016-01-13 15:26:52 +01:00 |
|
debris
|
5f7a81a468
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_tests
|
2016-01-13 13:25:06 +01:00 |
|