debris
efa6c424c1
fixed jit tests
2016-01-09 23:24:01 +01:00
arkpar
85ddbba893
Enabled logger for client app
2016-01-09 23:21:57 +01:00
debris
55a023554a
Merge branch 'master' of https://github.com/gavofyork/ethcore into evm
2016-01-09 23:02:01 +01:00
debris
3e90859d9d
executive call
2016-01-09 22:54:16 +01:00
Gav Wood
9a79a9032d
on_close_block fixed and tested.
2016-01-09 22:45:27 +01:00
Gav Wood
568d28e94b
Bitwise Or Assign and some additional convenience in Hash.
2016-01-09 22:30:13 +01:00
Gav Wood
cf8ef01c6d
State::kill_account added with tests & docs.
2016-01-09 22:28:31 +01:00
Gav Wood
249c615752
Minor refactoring, OpenBlock::close closer to working.
2016-01-09 22:13:13 +01:00
debris
f7e9816d33
substate in progress
2016-01-09 21:39:38 +01:00
arkpar
32bfa69106
More docs
2016-01-09 19:13:58 +01:00
arkpar
0eb69c7f1c
Removed verification from this branch
2016-01-09 19:10:58 +01:00
arkpar
af21038bb9
More block verifications
2016-01-09 19:10:05 +01:00
Gav Wood
8b5b493f7d
Sketch of how OpenBlock::close() might look.
2016-01-09 18:58:04 +01:00
arkpar
28a658015d
Merge branch 'master' of github.com:gavofyork/ethcore into network
2016-01-09 18:50:45 +01:00
debris
9cc88e2cb1
Merge branch 'master' of https://github.com/gavofyork/ethcore into evm
2016-01-09 18:41:12 +01:00
arkpar
10fe6b937f
Docs
2016-01-09 18:40:13 +01:00
Gav Wood
71670e6277
Fix test warnings.
2016-01-09 18:26:35 +01:00
debris
300a9506ed
evmjit output data
2016-01-09 18:25:18 +01:00
Gav Wood
4622882fda
Separate out Ethereum-network-specific resources.
...
Fix State to use secure trie variants.
2016-01-09 18:20:31 +01:00
debris
130b2fc46a
separated executive and externalities
2016-01-09 17:55:47 +01:00
Gav Wood
a978cbad52
Remove genesis module, add more chain specs and separate out ethereum-specific stuff.
2016-01-09 17:15:55 +01:00
arkpar
8cd3aa4b43
Merge branch 'master' of github.com:gavofyork/ethcore into network
2016-01-09 14:41:04 +01:00
Gav Wood
2b022e11e1
State::new_contract.
2016-01-09 14:19:35 +01:00
debris
50af19a7c8
contract creating contract
2016-01-09 13:51:59 +01:00
Gav Wood
6eac110b65
Merge branch 'master' into gav
2016-01-09 12:33:40 +01:00
Gav Wood
4fc6b0dc60
Introduce use common::*; for common stuff (modules that themselves require no other modules in this crate).
...
Fix build.
2016-01-09 12:30:41 +01:00
Gav Wood
2b90f7d03a
Introduce use-dependency amalgamation. We now have:
...
- `use standard;` (bring in a set of standard and external dependencies)
- `use common;` (bring in a low-level subset of this crate; basically anything that itself requires only `use standard;`)
And, from an external create:
- `use ethcore_util::*;` (bring in the entirety of this module and the standard dependencies)
2016-01-09 12:12:36 +01:00
arkpar
24ba723818
Do not expose sha3 from crypto
2016-01-09 10:27:41 +01:00
arkpar
86dfa1b425
Merge branch 'master' of github.com:gavofyork/ethcore into network
2016-01-09 10:26:31 +01:00
arkpar
02c60acc14
Fixed build after merge
2016-01-09 10:22:03 +01:00
arkpar
6183ba5cb5
Merge branch 'master' of github.com:gavofyork/ethcore-util into network
2016-01-09 10:20:11 +01:00
arkpar
49d97d7cb3
is_zero for hash types
2016-01-09 10:20:07 +01:00
arkpar
f1cdc0a17d
Started block verification
2016-01-09 10:16:35 +01:00
debris
5ae0f71922
executive create fixes
2016-01-09 02:12:17 +01:00
debris
bcd026aaf1
Merge branch 'master' of https://github.com/gavofyork/ethcore into evm
2016-01-09 01:41:10 +01:00
debris
68beb0099d
executive tests in progress
2016-01-09 01:33:50 +01:00
debris
43c612fa89
moved runtime data to jit
2016-01-09 00:55:17 +01:00
debris
4932720d58
evm params
2016-01-09 00:51:09 +01:00
Gav Wood
d7fe922425
Fix API,
2016-01-08 22:30:45 +01:00
Gav Wood
76ba2df141
Compiling, fleshed-out Block.
2016-01-08 22:04:21 +01:00
Gav Wood
7bad30a1bf
Compiling Bloc.
2016-01-08 21:33:41 +01:00
Gav Wood
4bbc0943a3
Initial sketch of Block struct.
2016-01-08 19:12:19 +01:00
arkpar
b272595183
Rlp error handling
2016-01-08 17:52:25 +01:00
Gav Wood
5b81a2d70a
Frontier Spec added.
2016-01-08 16:47:17 +01:00
arkpar
9ea7f14542
Style
2016-01-08 16:26:00 +01:00
Gav Wood
98c5905257
Add frontier chain spec.
2016-01-08 16:24:14 +01:00
arkpar
290d738e3f
Style
2016-01-08 16:00:32 +01:00
arkpar
647ea286ba
Renamed RlpStream::raw to as_raw
2016-01-08 15:57:50 +01:00
arkpar
9286a03656
Even more style
2016-01-08 15:52:43 +01:00
arkpar
469b0a17dc
More style
2016-01-08 13:55:44 +01:00