Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | obscuren | 2015-01-06 | 1 | -5/+33 |
| | |||||
* | rlp: display decoder target type in more error messages | Felix Lange | 2014-12-10 | 1 | -9/+9 |
| | | | | | Decode error messages now say "expected input list for foo.MyStruct" instead of just "expected List". | ||||
* | rlp: remove support for signed integer types | Felix Lange | 2014-12-09 | 1 | -21/+21 |
| | | | | | There is no agreement on how to encode negative integers across implementations. cpp-ethereum doesn't support them either. | ||||
* | rlp: include target type in decoder error messages | Felix Lange | 2014-11-25 | 1 | -17/+16 |
| | |||||
* | rlp: add NewListStream (for p2p) | Felix Lange | 2014-11-25 | 1 | -0/+18 |
| | |||||
* | rlp: add Stream.Reset and accept any reader (for p2p) | Felix Lange | 2014-11-25 | 1 | -2/+36 |
| | |||||
* | rlp: fix pointer reuse | Felix Lange | 2014-11-17 | 1 | -2/+9 |
| | |||||
* | rlp: new package for streaming RLP decoder | Felix Lange | 2014-11-17 | 1 | -0/+469 |