Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update imports order per goimports | Taylor Gerring | 2014-11-16 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' of https://github.com/tgerring/go-ethereum | Taylor Gerring | 2014-11-15 | 1 | -51/+34 |
| | |||||
* | added string casting | obscuren | 2014-09-13 | 1 | -0/+6 |
| | |||||
* | Added ops | obscuren | 2014-07-29 | 1 | -0/+15 |
| | |||||
* | Partially refactored server/txpool/block manager/block chain | obscuren | 2014-03-05 | 1 | -0/+13 |
| | | | | | | | 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 | ||||
* | Added more tests | obscuren | 2014-02-17 | 1 | -3/+17 |
| | |||||
* | Added trie tests, value tests | obscuren | 2014-02-15 | 1 | -0/+38 |