Commit Graph

47 Commits

Author SHA1 Message Date
Tomusdrw adc763325d Merge branch 'master' into clippy
Conflicts:
	util/src/rlp/rlptraits.rs
2016-01-19 23:22:40 +01:00
Tomusdrw bad2a244df Adding documentation request comments. 2016-01-19 17:02:01 +01:00
Tomusdrw 6ead6b7847 Merge branch 'master' into clippy
Conflicts:
	util/src/lib.rs
2016-01-19 12:45:06 +01:00
Tomusdrw fc4b67a12d Fixing self_convention errors 2016-01-19 11:15:39 +01:00
Tomusdrw f169951d4e Fixing all obvious warnings 2016-01-19 11:10:38 +01:00
Gav Wood eec70fe69a Merge branch 'master' into gav 2016-01-18 16:20:35 +01:00
Gav Wood b9b08af518 Use JournalDB instead of OverlayDB. 2016-01-18 13:54:46 +01:00
arkpar a131c33bb2 Multithreaded block queue 2016-01-17 23:07:58 +01:00
arkpar 6502399e6b Fixed build aftre botched merge 2016-01-17 12:11:39 +01:00
arkpar efccde7b66 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-17 12:08:40 +01:00
arkpar e39e7491b8 Use ethash for verification 2016-01-17 12:00:34 +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 60f0ff8e9e Fix bug. 2016-01-16 18:46:23 +01:00
Gav Wood d8efbb2173 Change netspecs to real values. 2016-01-16 18:35:07 +01:00
Gav Wood dd5fcb398f Support Homestead, 2016-01-16 18:30:27 +01:00
Tomusdrw a1a4c5a068 Merge branch 'master' into evm
Conflicts:
	src/evm/tests.rs
	src/executive.rs
2016-01-16 11:33:41 +01:00
Tomusdrw 689b1fd112 Merge branch 'master' into evm
Conflicts:
	src/lib.rs
2016-01-16 01:44:50 +01:00
Gav Wood 4fde74c5e8 Fix for sync. 2016-01-15 23:32:17 +01:00
Tomusdrw 39a7576ddb Merge branch 'master' into evm
Conflicts:
	src/executive.rs
	src/lib.rs
2016-01-15 16:08:06 +01:00
arkpar e911e3d8a6 Merge branch 'master' of github.com:gavofyork/ethcore into client 2016-01-15 11:43:05 +01:00
Gav Wood 7c5c2bd9b8 Ethash populate_from_parent implementation. 2016-01-15 01:53:52 +01:00
arkpar 77c5b315df Spec name; uncle reward calculation fixed 2016-01-15 01:17:23 +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
arkpar fdcf9e62ec Merge branch 'master' of github.com:gavofyork/ethcore into verification 2016-01-12 13:31:49 +01:00
Gav Wood df3db60ec0 Nicer transaction validation API. Nicer OutOfBounds API in general. 2016-01-12 11:44:16 +01:00
Gav Wood 0cc57483f8 Move Executive down, remove unneeded Evm prefixes. 2016-01-11 17:01:42 +01:00
Gav Wood 85ac9af832 Move EvmSchedule -> evm::Schedule 2016-01-11 16:28:30 +01:00
arkpar c6509d7752 Moved some checks from ethash to verification module 2016-01-11 15:22:11 +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
Gav Wood 74f88f9b9b Initial implementation of enacted.
number is now usize, timestamp u64.
2016-01-10 22:55:07 +01:00
Gav Wood 4f68662e53 Proper rewarding; needs consensus test doing though. 2016-01-10 21:55:03 +01:00
arkpar 5f4cd7f197 Merge branch 'network' into verification 2016-01-10 19:47:32 +01:00
Gav Wood fea418703b Better API allowing one fewer clone. 2016-01-10 17:11:46 +01:00
Gav Wood 2cc3ee66d7 Allow fields to be returned so they can be used simultaneously. 2016-01-10 17:09:02 +01:00
arkpar daab45f599 Merge branch 'master' of github.com:gavofyork/ethcore into verification 2016-01-10 15:21:11 +01:00
arkpar 11dd92f1f5 Merge branch 'master' of github.com:gavofyork/ethcore into network 2016-01-10 14:13:42 +01:00
Gav Wood 76bb480afb Block sealing, tests updated. 2016-01-10 14:05:39 +01:00
arkpar 5ce27152b4 Merge branch 'master' of github.com:gavofyork/ethcore into network 2016-01-09 23:24:38 +01:00
Gav Wood 9a79a9032d on_close_block fixed and tested. 2016-01-09 22:45:27 +01:00
arkpar af21038bb9 More block verifications 2016-01-09 19:10:05 +01:00
arkpar 28a658015d Merge branch 'master' of github.com:gavofyork/ethcore into network 2016-01-09 18:50:45 +01:00
Gav Wood 71670e6277 Fix test warnings. 2016-01-09 18:26:35 +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 a978cbad52 Remove genesis module, add more chain specs and separate out ethereum-specific stuff. 2016-01-09 17:15:55 +01:00