Commit Graph

27 Commits

Author SHA1 Message Date
Gav Wood df3db60ec0 Nicer transaction validation API. Nicer OutOfBounds API in general. 2016-01-12 11:44:16 +01:00
Gav Wood 0004ed8960 Integrate Executive into State. 2016-01-11 17:37:22 +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
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
arkpar 2b522e2c48 Merge branch 'network' into verification 2016-01-11 12:45:35 +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
Gav Wood 4512322d3e Block enactment with test. 2016-01-10 23:10:06 +01:00
Gav Wood abb4975400 Set timestamp in enactment. 2016-01-10 22:57: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 e6572e34fa Documentation 2016-01-10 21:30:22 +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
Gav Wood 76bb480afb Block sealing, tests updated. 2016-01-10 14:05:39 +01:00
Gav Wood 53fada4f4a OpenBlock::close() should be complete. No tests yet though. 2016-01-09 23:47:15 +01:00
Gav Wood 9a79a9032d on_close_block fixed and tested. 2016-01-09 22:45:27 +01:00
Gav Wood 249c615752 Minor refactoring, OpenBlock::close closer to working. 2016-01-09 22:13:13 +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
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 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