| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
|
|
|
|
|
| |
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
| |
|
|
|
|
| |
I don't see why we would need two different accessors for a public field.
|
|
|
|
| |
This makes Value 24 bytes smaller on 64bit systems.
|
|
|
|
|
| |
Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder
instead, so Value can be decoded into directly.
|
|
|