Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindCanonicalChain returns true or false when we are on the Canonical chain ↵ | Maran | 2014-03-24 | 1 | -1/+4 |
| | | | | or not | ||||
* | Initial block reorganisation code | Maran | 2014-03-21 | 1 | -0/+97 |
| | |||||
* | More mining rework | Maran | 2014-03-20 | 1 | -2/+1 |
| | |||||
* | Initial smart-miner stuff | Maran | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | Partially refactored server/txpool/block manager/block chain | obscuren | 2014-03-05 | 1 | -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 directly | obscuren | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | Updated some of the log statements to use the ethutil logger | obscuren | 2014-02-22 | 1 | -2/+0 |
| | |||||
* | Get a chain of blocks made simple | obscuren | 2014-02-21 | 1 | -0/+23 |
| | |||||
* | Fixed block handling | obscuren | 2014-02-18 | 1 | -4/+3 |
| | |||||
* | Removed RlpValue in favour of Value | obscuren | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | The great merge | obscuren | 2014-02-15 | 1 | -0/+184 |