Gav Wood
|
40341e8852
|
Pretty-print and fix for state.
|
2016-01-14 00:27:36 +01:00 |
|
Gav Wood
|
f835990091
|
Tier step price.
|
2016-01-13 23:53:00 +01:00 |
|
Gav Wood
|
12187b8af7
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-13 23:14:36 +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 |
|
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 |
|
debris
|
920d8c51db
|
gas_left is correct in all tests
|
2016-01-13 13:16:53 +01:00 |
|
Gav Wood
|
28341fef9f
|
Introduce ordered mapping for PodAccount and related structures.
|
2016-01-13 12:14:11 +01:00 |
|
debris
|
68a2c843ef
|
executive tests
|
2016-01-13 01:23:01 +01:00 |
|
Gav Wood
|
9d2ac7fc37
|
State testing framework. First test is failing.
|
2016-01-13 01:19:05 +01:00 |
|
debris
|
09662ace50
|
executive transact tests
|
2016-01-12 19:43:26 +01:00 |
|
debris
|
7d4365c875
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into executive_tests
|
2016-01-12 19:11:05 +01:00 |
|
debris
|
e3fa730dc7
|
executive tests in progress
|
2016-01-12 18:31:47 +01:00 |
|
Gav Wood
|
349223f6f9
|
Transaction API complete.
|
2016-01-12 18:10:10 +01:00 |
|
Gav Wood
|
08074ef397
|
Use U512s for ether cost calculation.
|
2016-01-12 17:40:34 +01:00 |
|
Marek Kotewicz
|
2b184585e2
|
Merge pull request #93 from gavofyork/gav
Utils for consensus test decoding and better layout.
|
2016-01-12 16:35:10 +01:00 |
|
Gav Wood
|
f6d03cf92c
|
Merge pull request #89 from gavofyork/evm_tests
executive fixes + tests
|
2016-01-12 16:34:36 +01:00 |
|
debris
|
a5e1db11ca
|
match return => return match
|
2016-01-12 16:32:51 +01:00 |
|
Gav Wood
|
49a431d744
|
Utils for consensus test decoding and better layout.
|
2016-01-12 16:20:29 +01:00 |
|
Marek Kotewicz
|
3b8df91578
|
Merge pull request #92 from gavofyork/gav
All transaction tests pass. Nicer testing framework.
|
2016-01-12 16:08:18 +01:00 |
|
debris
|
36e250bcc9
|
executive returns addresses of contracts created during execution
|
2016-01-12 16:05:54 +01:00 |
|
Gav Wood
|
56ee6770b5
|
All transaction tests pass. Nicer testing framework.
|
2016-01-12 15:45:40 +01:00 |
|
debris
|
51610480b0
|
executive uses stack_limit from schedule
|
2016-01-12 15:12:03 +01:00 |
|
debris
|
1aa62691c6
|
executive checks schedule exceptional code deposit before returning OutOfGas
|
2016-01-12 14:56:19 +01:00 |
|
Gav Wood
|
283f62f048
|
Merge pull request #88 from gavofyork/verification
Block verification tests; BlockProvider blockchain trait for testing
|
2016-01-12 14:39:32 +01:00 |
|
debris
|
f7af71e272
|
fixed checking address existance in externalities call callback
|
2016-01-12 13:54:54 +01:00 |
|
debris
|
a2ae5d39fa
|
Merge branch 'master' of https://github.com/gavofyork/ethcore into evm_tests
|
2016-01-12 13:46:31 +01:00 |
|
arkpar
|
7edfafd457
|
Some additional tests
|
2016-01-12 13:43:43 +01:00 |
|
debris
|
011a42fd6d
|
added max_depth to executive, fixed bugs in externalities call, added "bomb" tests
|
2016-01-12 13:39:12 +01:00 |
|
arkpar
|
fdcf9e62ec
|
Merge branch 'master' of github.com:gavofyork/ethcore into verification
|
2016-01-12 13:31:49 +01:00 |
|
arkpar
|
a9a5d71f2f
|
Verification tests
|
2016-01-12 13:14:01 +01:00 |
|
Gav Wood
|
8e8825320c
|
Merge branch 'master' into gav
|
2016-01-12 12:34:51 +01:00 |
|
Gav Wood
|
c6ec6e4aef
|
State::exists, docs and tests.
|
2016-01-12 12:34:14 +01:00 |
|
Arkadiy Paronyan
|
915a6050cd
|
Merge pull request #86 from gavofyork/gav
Add tests module, add two more transaction tests.
|
2016-01-12 12:26:36 +01:00 |
|
Gav Wood
|
25c069c62c
|
Merge pull request #82 from gavofyork/evm_tests
bring back removed tests, removed build warnings
|
2016-01-12 12:24:50 +01:00 |
|
Gav Wood
|
7634d60a97
|
Add tests module, add two more transaction tests.
|
2016-01-12 12:22:18 +01:00 |
|
Gav Wood
|
df3db60ec0
|
Nicer transaction validation API. Nicer OutOfBounds API in general.
|
2016-01-12 11:44:16 +01:00 |
|
Gav Wood
|
8970ef572e
|
Slightly cleaner test code.
|
2016-01-12 01:41:47 +01:00 |
|
Gav Wood
|
7bc21bbdd7
|
Merge remote-tracking branch 'origin/master' into gav
|
2016-01-12 01:32:12 +01:00 |
|
Gav Wood
|
5765fb1069
|
Transaction tests passing.
|
2016-01-12 01:30:30 +01:00 |
|
debris
|
5b68c294af
|
bring back removed tests, removed build warnings
|
2016-01-11 23:40:52 +01:00 |
|
Arkadiy Paronyan
|
7f2949bd52
|
Merge pull request #81 from gavofyork/evm_tests
fixed getting block info in evmjit + tests
|
2016-01-11 23:06:12 +01:00 |
|
debris
|
2519cbae34
|
fixed getting block info in evmjit + tests
|
2016-01-11 23:01:21 +01:00 |
|
Arkadiy Paronyan
|
5036735e2c
|
Merge pull request #80 from gavofyork/evm_tests
evm tests cleanup
|
2016-01-11 22:41:57 +01:00 |
|
debris
|
8762bc12e3
|
test cleanup
|
2016-01-11 22:32:01 +01:00 |
|
Gav Wood
|
735202fac0
|
Minor API reduction.
|
2016-01-11 22:00:25 +01:00 |
|
Gav Wood
|
b9e2d7dabc
|
Transaction test and a fix.
|
2016-01-11 21:57:22 +01:00 |
|
Gav Wood
|
7239acc451
|
Transaction address decoding.
|
2016-01-11 20:47:19 +01:00 |
|
Gav Wood
|
845ac87f88
|
Transaction includes signature.
|
2016-01-11 20:36:29 +01:00 |
|
Gav Wood
|
728883f45e
|
Remove unneeded panic.
|
2016-01-11 19:40:02 +01:00 |
|
debris
|
d809ee53d6
|
hidden private fields of evm/executive
|
2016-01-11 19:25:37 +01:00 |
|
debris
|
e6d381bedd
|
renamed VmFactory -> Factory
|
2016-01-11 19:01:42 +01:00 |
|
Gav Wood
|
1d81b4f930
|
EVMJIT build fixes.
|
2016-01-11 17:49:49 +01:00 |
|
Gav Wood
|
0004ed8960
|
Integrate Executive into State.
|
2016-01-11 17:37:22 +01:00 |
|
Gav Wood
|
7650dead6d
|
Bring in Executive.
|
2016-01-11 17:03:29 +01:00 |
|
Gav Wood
|
0cc57483f8
|
Move Executive down, remove unneeded Evm prefixes.
|
2016-01-11 17:01:42 +01:00 |
|
Gav Wood
|
b0cceddb7c
|
Move evm::EvmParams -> ActionParams.
|
2016-01-11 16:33:08 +01:00 |
|
Gav Wood
|
85ac9af832
|
Move EvmSchedule -> evm::Schedule
|
2016-01-11 16:28:30 +01:00 |
|
debris
|
f19a6e54bf
|
removed warnings
|
2016-01-11 16:05:21 +01:00 |
|
debris
|
3f725ce89d
|
reverting the execution state when out of gas
|
2016-01-11 15:55:54 +01:00 |
|
debris
|
65bce7862a
|
Merge branch 'master' into evm
|
2016-01-11 15:23:27 +01:00 |
|
arkpar
|
c6509d7752
|
Moved some checks from ethash to verification module
|
2016-01-11 15:22:11 +01:00 |
|
debris
|
12f01d9905
|
state clone
|
2016-01-11 14:48:27 +01:00 |
|
debris
|
f611b6c7b6
|
state clone
|
2016-01-11 14:47:50 +01:00 |
|
Arkadiy Paronyan
|
4353518be1
|
Merge pull request #72 from gavofyork/verification
Block Verification (no tests yet)
|
2016-01-11 14:43:25 +01:00 |
|
debris
|
22859a04b6
|
changes in executive return
|
2016-01-11 14:14:35 +01:00 |
|
debris
|
bbb25fb6ce
|
propagate evmjit errors upstream
|
2016-01-11 14:08:03 +01:00 |
|
Gav Wood
|
eb03993c6d
|
Transaction struct improvements.
|
2016-01-11 13:52:40 +01:00 |
|
arkpar
|
3185301c97
|
Updated docs
|
2016-01-11 13:51:58 +01:00 |
|
arkpar
|
0221d47544
|
Verification integrated into client/queue
|
2016-01-11 13:42:32 +01:00 |
|
Gav Wood
|
30f74fc692
|
log_entry type.
|
2016-01-11 13:29:15 +01:00 |
|
arkpar
|
4dca2ff1d9
|
Merge branch 'master' of github.com:gavofyork/ethcore into verification
|
2016-01-11 12:57:36 +01:00 |
|
Arkadiy Paronyan
|
42144247f5
|
Merge pull request #64 from gavofyork/ethash
Use getter in header in preparation for a Header trait; additional testing in enact_block().
|
2016-01-11 12:55:08 +01:00 |
|
arkpar
|
2b522e2c48
|
Merge branch 'network' into verification
|
2016-01-11 12:45:35 +01:00 |
|
arkpar
|
3a2663ce93
|
Client now takes Spec instead of Engine
|
2016-01-11 12:28:59 +01:00 |
|
arkpar
|
33d3a4d633
|
Engine and Spec are now thread safe
|
2016-01-11 11:51:31 +01:00 |
|
debris
|
dea9ec203b
|
removed unused stuff
|
2016-01-11 03:29:13 +01:00 |
|
debris
|
d1aadf456f
|
shorter constructor for externalities
|
2016-01-11 03:26:17 +01:00 |
|
debris
|
88409e7dbb
|
refactor in progress... evmjit compiling
|
2016-01-11 03:13:41 +01:00 |
|
debris
|
6d3097ac9e
|
updated output policy docs
|
2016-01-11 02:47:45 +01:00 |
|
debris
|
7f8f0c5823
|
minor fixes
|
2016-01-11 02:42:02 +01:00 |
|
debris
|
b273792ef0
|
big refactor of executive in progress
|
2016-01-11 02:17:29 +01:00 |
|
arkpar
|
5d0e186632
|
Merge branch 'master' of github.com:gavofyork/ethcore into network
|
2016-01-11 01:07:58 +01:00 |
|
Gav Wood
|
e7f840ce79
|
Use getter in header in preparation for a Header trait; additional testing in enact_block().
|
2016-01-10 23:42:59 +01:00 |
|
arkpar
|
452294ab8d
|
ImportResult becomes a result
|
2016-01-10 23:37:09 +01:00 |
|
Gav Wood
|
4512322d3e
|
Block enactment with test.
|
2016-01-10 23:10:06 +01:00 |
|