aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/value_test.go
Commit message (Collapse)AuthorAgeFilesLines
* update imports order per goimportsTaylor Gerring2014-11-161-1/+2
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-151-51/+34
|
* added string castingobscuren2014-09-131-0/+6
|
* Added opsobscuren2014-07-291-0/+15
|
* 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