Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 1 | -8/+0 |
| | | | | I don't see why we would need two different accessors for a public field. | ||||
* | common: drop unused kind field from Value | Felix Lange | 2015-03-20 | 1 | -5/+1 |
| | | | | This makes Value 24 bytes smaller on 64bit systems. | ||||
* | common: make Value encodable with package rlp | Felix Lange | 2015-03-20 | 1 | -16/+39 |
| | | | | | Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder instead, so Value can be decoded into directly. | ||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -0/+401 |