aboutsummaryrefslogtreecommitdiffstats
path: root/common/value.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2015-07-071-0/+16
|
* common: drop accessors for Value.ValFelix Lange2015-03-201-8/+0
| | | | I don't see why we would need two different accessors for a public field.
* common: drop unused kind field from ValueFelix Lange2015-03-201-5/+1
| | | | This makes Value 24 bytes smaller on 64bit systems.
* 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