Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/rlp
Marquis Shanahan cbbfa3eac0
rlp: no need to repeat called len method (#29936)
4 months ago
..
internal/rlpstruct all: fix docstrings 2 years ago
rlpgen all: fix various typos (#29600) 5 months ago
decode.go rlp: replace reflect.PtrTo with reflect.PointerTo (#29488) 5 months ago
decode_tail_test.go all: update license information 9 years ago
decode_test.go rlp: support for uint256 (#26898) 2 years ago
doc.go build: upgrade to go 1.19 (#25726) 2 years ago
encbuffer.go rlp: use identical receiver names for encBuffer methods (#27430) 1 year ago
encbuffer_example_test.go rlp/rlpgen: RLP encoder code generator (#24251) 3 years ago
encode.go rlp: replace reflect.PtrTo with reflect.PointerTo (#29488) 5 months ago
encode_test.go rlp: fix typos (#27484) 1 year ago
encoder_example_test.go rlp/rlpgen: RLP encoder code generator (#24251) 3 years ago
iterator.go rlp: remove a moot todo (#29154) 7 months ago
iterator_test.go all: update license headers and AUTHORS from git history (#24947) 2 years ago
raw.go rlp: no need to repeat called len method (#29936) 4 months ago
raw_test.go rlp: improve tests for Split functions (#26200) 2 years ago
safe.go rlp: minor optimizations for slice/array encoding (#23467) 3 years ago
typecache.go rlp: using maps.Clone (#29434) 6 months ago
unsafe.go rlp: using unsafe.Slice instead of SliceHeader (#29067) 7 months ago