Commit Graph

39 Commits

Author SHA1 Message Date
Gav Wood a978cbad52 Remove genesis module, add more chain specs and separate out ethereum-specific stuff. 2016-01-09 17:15:55 +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 7bad30a1bf Compiling Bloc. 2016-01-08 21:33:41 +01:00
Gav Wood 1c71640777 Build fixes for Ethash. 2016-01-08 12:27:00 +01:00
Gav Wood d94fcbd839 sha256 builtin + tests. 2016-01-08 00:26:52 +01:00
debris 0164ce4b19 Merge branch 'master' into blockchain 2015-12-21 02:34:41 +01:00
Gav Wood b52aac497e Remove networkparams. 2015-12-20 22:31:40 +00:00
Gav Wood ea9a008031 Move information from networkparams.rs into spec.rs
Repot null_engine, spec, evm_schedule, builtin.
2015-12-20 20:45:43 +00:00
Gav Wood 435911b9f0 Repot & introduce various additional components for rest of consensus algorithm. 2015-12-20 12:16:12 +00:00
Gav Wood c7167068b8 Removed need for mutation in State. 2015-12-19 21:15:22 +00:00
debris 5630daa0a8 removed unused block mod 2015-12-17 17:21:37 +01:00
debris 324762f6a7 cleanup 2015-12-17 02:13:14 +01:00
debris 3862d639bc cache size && common naming changes 2015-12-16 17:39:15 +01:00
debris fe9c8f8c11 applied changed from rlp_array 2015-12-14 12:18:53 +01:00
debris bd43d46026 Merge branch 'rlp_array' into blockchain 2015-12-14 12:15:07 +01:00
debris 7e9ce8f51c rlp array && added missing rustc crate 2015-12-14 12:09:32 +01:00
debris a509bffdc0 query_extras 2015-12-13 22:39:01 +01:00
Gav Wood 53f4b226b9 Add Account and State classes. 2015-12-13 21:36:17 +01:00
debris 96298299e3 Merge branch 'blockchain' into cache 2015-12-13 17:50:51 +01:00
debris a63603046c Merge branch 'master' of https://github.com/gavofyork/ethcore into blockchain 2015-12-13 17:38:19 +01:00
debris bb56a68097 cache init 2015-12-13 17:33:11 +01:00
Gav Wood 6852976c9c Revert regressions.
Merge branch 'master' of github.com:gavofyork/ethcore
2015-12-13 16:44:14 +01:00
Gav Wood 12f6534fa5 Merge branch 'master' of github.com:gavofyork/ethcore 2015-12-13 14:16:11 +01:00
debris ada79ed62a loading genesis state 2015-12-12 06:05:36 +01:00
debris 04b6743ba8 genesis_state in progress 2015-12-11 14:41:18 +01:00
debris 0b29ac79c5 implementation genesis_block without genesis state 2015-12-11 03:51:23 +01:00
debris c50c005fd6 blockchain init 2015-12-09 19:03:25 +01:00
debris 74368663db denominations and networkparams 2015-12-09 15:31:43 +01:00
debris 421d2d1174 signature agnostic transaction 2015-12-09 00:45:33 +01:00
debris 43b88e4e76 blockheader 2015-12-08 16:31:36 +01:00
Gav Wood 44f287df02 Remove Bytes type from here. 2015-12-07 17:20:46 +01:00
debris d516fca165 added installation guide 2015-12-05 19:44:43 +01:00
debris 02c8ee3c91 evmjit as sublibrary 2015-12-05 19:21:07 +01:00
debris 1a3e8fdb3b ethcore compiling with latest util 2015-12-05 17:32:36 +01:00
Gav Wood f596c5819b Move stuff to bottom layer. 2015-11-27 13:18:35 +01:00
Gav Wood 7bb4561c16 minor additional stuff. 2015-11-27 00:30:33 +01:00
Gav Wood 7e38b70d5f Additional example code. 2015-11-26 21:34:49 +01:00
Gav Wood e335e7a818 Silly test function. 2015-11-24 22:21:15 +01:00
Gav Wood 950f1f898b Change to library. 2015-11-24 21:05:08 +01:00