openethereum/miner
Gav Wood 7c5b171e3f Differentiate between ClosedBlock (can be reopened) and LockedBlock (cannot).
`ClosedBlock`s still keep the pre-finalised state (i.e. state after the last transaction).
`LockedBlock`s do not. New mining algo needs to reopen these `ClosedBlock`s, however enactment
system does not (and `ClosedBlock`s are slower & more hungry), hence the distinction.
2016-03-27 20:33:23 +02:00
..
src Differentiate between ClosedBlock (can be reopened) and LockedBlock (cannot). 2016-03-27 20:33:23 +02:00
Cargo.toml Bumping clippy 2016-03-18 10:08:47 +01:00
build.rs Adding clippy support to ethminer. 2016-03-10 12:33:29 +01:00