aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/value_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-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 testsobscuren2014-02-171-3/+17
|
* Added trie tests, value testsobscuren2014-02-151-0/+38