aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block_chain.go
Commit message (Collapse)AuthorAgeFilesLines
* FindCanonicalChain returns true or false when we are on the Canonical chain ↵Maran2014-03-241-1/+4
| | | | or not
* Initial block reorganisation codeMaran2014-03-211-0/+97
|
* More mining reworkMaran2014-03-201-2/+1
|
* Initial smart-miner stuffMaran2014-03-101-0/+1
|
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-1/+28
| | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager
* Updated block to use state instead of trie directlyobscuren2014-03-031-1/+1
|
* Updated some of the log statements to use the ethutil loggerobscuren2014-02-221-2/+0
|
* Get a chain of blocks made simpleobscuren2014-02-211-0/+23
|
* Fixed block handlingobscuren2014-02-181-4/+3
|
* Removed RlpValue in favour of Valueobscuren2014-02-151-1/+1
|
* The great mergeobscuren2014-02-151-0/+184