Commit Graph

27 Commits

Author SHA1 Message Date
Tomusdrw bad2a244df Adding documentation request comments. 2016-01-19 17:02:01 +01:00
Tomusdrw 94f23ac5ba Merge branch 'gav' into evm+gav
Conflicts:
	src/ethereum/ethash.rs
2016-01-17 01:18:35 +01:00
Gav Wood dd5fcb398f Support Homestead, 2016-01-16 18:30:27 +01:00
Tomusdrw 689b1fd112 Merge branch 'master' into evm
Conflicts:
	src/lib.rs
2016-01-16 01:44:50 +01:00
arkpar 00868488cf Post enactment block verification 2016-01-15 01:17:21 +01:00
Tomusdrw abb4f08eff Moving EVM Factory to Engine 2016-01-14 17:25:14 +01:00
Gav Wood 85ac9af832 Move EvmSchedule -> evm::Schedule 2016-01-11 16:28:30 +01:00
arkpar 3185301c97 Updated docs 2016-01-11 13:51:58 +01:00
arkpar 2b522e2c48 Merge branch 'network' into verification 2016-01-11 12:45:35 +01:00
arkpar 33d3a4d633 Engine and Spec are now thread safe 2016-01-11 11:51:31 +01:00
arkpar 5f4cd7f197 Merge branch 'network' into verification 2016-01-10 19:47:32 +01:00
arkpar daab45f599 Merge branch 'master' of github.com:gavofyork/ethcore into verification 2016-01-10 15:21:11 +01:00
Gav Wood 76bb480afb Block sealing, tests updated. 2016-01-10 14:05:39 +01:00
arkpar af21038bb9 More block verifications 2016-01-09 19:10:05 +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
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 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
Gav Wood 183682ffbc ecrecover builtin, tests and docs. 2016-01-07 23:55:14 +01:00
Gav Wood c85cabb598 Additional notes. 2015-12-23 11:56:38 +00:00
Gav Wood 6c785d2850 Move all chain parameters into `engine_params` and let Engine impl provide them. 2015-12-21 17:40:48 +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 a9591dcd3c Move bulking out in Engine/Params. 2015-12-20 15:12:53 +00:00
Gav Wood feee9a26cb Remove SemanticVersion to ethcore-util. 2015-12-20 12:29:06 +00:00
Gav Wood c718a5c627 Additional doc/tests. 2015-12-20 12:22:54 +00:00
Gav Wood 435911b9f0 Repot & introduce various additional components for rest of consensus algorithm. 2015-12-20 12:16:12 +00:00