aboutsummaryrefslogtreecommitdiffstats
path: root/common/rlp_test.go
Commit message (Collapse)AuthorAgeFilesLines
* common: make Value encodable with package rlpFelix Lange2015-03-201-12/+16
| | | | | 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/+156