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
|
b23ec6ee69
|
Nice macros.
|
2016-01-13 23:06:44 +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 |
|
Tomusdrw
|
263936145d
|
Memory implemented
|
2016-01-13 22:30:41 +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
|
90645e30a6
|
update pr to use From::from
|
2016-01-13 22:05:10 +01:00 |
|
debris
|
dfc1be8a6e
|
Merge branch 'master' of https://github.com/gavofyork/ethcore-util into json_aid_changes
|
2016-01-13 21:53:48 +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 |
|
Arkadiy Paronyan
|
dee52bdc45
|
Merge pull request #43 from gavofyork/gav
From::from(u64) for hashes.
|
2016-01-13 19:06:04 +01:00 |
|
Gav Wood
|
3a1d829b1d
|
Additional test.
|
2016-01-13 19:00:19 +01:00 |
|
Gav Wood
|
5cc5e7780c
|
Tests and an additional From::from for hex string -> hash that defaults to 0s for bad strings.
|
2016-01-13 18:58:57 +01:00 |
|
Gav Wood
|
7e860e9cbe
|
Merge branch 'master' into gav
|
2016-01-13 18:42:13 +01:00 |
|
Gav Wood
|
9fa9ef46db
|
Merge branch 'master' into gav
|
2016-01-13 18:41:52 +01:00 |
|
Gav Wood
|
dd99ebd859
|
From::from(u64) for hashes.
|
2016-01-13 18:41:33 +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
|
6c44f29b06
|
json aid changes
|
2016-01-13 17:42:57 +01:00 |
|
debris
|
1f4d5fb860
|
check callcreates
|
2016-01-13 17:26:04 +01:00 |
|
Tomusdrw
|
da5f65c0d3
|
Gas calculation
|
2016-01-13 17:11:00 +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 |
|
Gav Wood
|
dca7c65345
|
Merge pull request #41 from gavofyork/bytes_ref
bytes_ref
|
2016-01-13 15:38:52 +01:00 |
|
debris
|
87eb66183c
|
executive output uses BytesRef
|
2016-01-13 15:26:52 +01:00 |
|
Tomusdrw
|
0a5666f2c0
|
Simple Gas calculation based on instruction gas price tier
|
2016-01-13 15:21:13 +01:00 |
|
debris
|
df3e3edc8a
|
bytes_ref
|
2016-01-13 15:14:24 +01:00 |
|
arkpar
|
76dc2d6074
|
Merge branch 'master' of github.com:gavofyork/ethcore-util into io
|
2016-01-13 15:09:56 +01:00 |
|
arkpar
|
a5bb7b7f92
|
Work around ICE
|
2016-01-13 15:08:36 +01:00 |
|
arkpar
|
28c482691a
|
Fixed context lifetimes
|
2016-01-13 13:56:48 +01:00 |
|
debris
|
5f7a81a468
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_tests
|
2016-01-13 13:25:06 +01:00 |
|
Marek Kotewicz
|
1c43d9ab59
|
Merge pull request #96 from gavofyork/gav
State testing framework. First test is failing.
|
2016-01-13 13:22:01 +01:00 |
|
Marek Kotewicz
|
4650961a5a
|
Merge pull request #40 from gavofyork/gav
Fix RLP on consensus.
|
2016-01-13 13:20:33 +01:00 |
|
debris
|
d6f9876acb
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_tests
|
2016-01-13 13:17:32 +01:00 |
|
debris
|
920d8c51db
|
gas_left is correct in all tests
|
2016-01-13 13:16:53 +01:00 |
|
Tomusdrw
|
95d97fc75c
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2016-01-13 12:24:19 +01:00 |
|
Tomusdrw
|
d5ed4a8ffd
|
Fixed typos
|
2016-01-13 12:24:14 +01:00 |
|
Tomusdrw
|
d7176faddc
|
Merge branch 'master' into evm
|
2016-01-13 12:20:07 +01:00 |
|
Tomusdrw
|
6577d742a8
|
Rewriting tests to support JIT and Interpreter
|
2016-01-13 12:18:54 +01:00 |
|
Gav Wood
|
4be539a965
|
Stirct ordering for hashes.
|
2016-01-13 12:16:10 +01:00 |
|
Gav Wood
|
28341fef9f
|
Introduce ordered mapping for PodAccount and related structures.
|
2016-01-13 12:14:11 +01:00 |
|
Tomusdrw
|
4a26b6a40f
|
Yay, Add test passing
|
2016-01-13 12:02:49 +01:00 |
|