aboutsummaryrefslogtreecommitdiffstats
path: root/common/value.go
Commit message (Collapse)AuthorAgeFilesLines
* common: make Value encodable with package rlpFelix Lange2015-03-201-16/+39
| | | | | Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder instead, so Value can be decoded into directly.
* Moved ethutil => commonobscuren2015-03-161-0/+401