Commit Graph

70 Commits (3e795881ea6d68c32da5da3c95f0d458a64e35c3)

Author SHA1 Message Date
Felix Lange 965c9babe3 rlp: fix encoding of one element strings and byte slices 10 years ago
Felix Lange b94a6a0193 rlp: add DecodeBytes 10 years ago
Felix Lange cb009a5c4d rlp: don't panic for nil *big.Int 10 years ago
Felix Lange b94f85de22 rlp: add Flat 10 years ago
Felix Lange 8c3095faf0 rlp: fix encoding of arrays with byte element type 10 years ago
Felix Lange fc92abec2c rlp: allow encoding non-empty interface values 10 years ago
Felix Lange 29c46cdf34 rlp: fix Decode benchmarks 10 years ago
Felix Lange 552f5b2693 rlp: add functions for encoding 10 years ago
obscuren 6abf8ef78f Merge 10 years ago
Felix Lange 6cf4e0329c rlp: display decoder target type in more error messages 10 years ago
Felix Lange 829730dec4 rlp: remove dead code 10 years ago
Felix Lange c084a7daa5 rlp: fix panic in decodeList on go 1.4+ 10 years ago
Felix Lange 93e858f88e rlp: remove support for signed integer types 10 years ago
Felix Lange 4f12f0697e rlp: move decoder type switch to decode.go 10 years ago
Felix Lange f816fdcb69 rlp: include target type in decoder error messages 10 years ago
Felix Lange 205af02a1f rlp: add NewListStream (for p2p) 10 years ago
Felix Lange 5a5560f105 rlp: add Stream.Reset and accept any reader (for p2p) 10 years ago
Felix Lange bd0a50fdc3 rlp: fix pointer reuse 10 years ago
Felix Lange 74266d5bbd rlp: new package for streaming RLP decoder 10 years ago