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
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869)
3 years ago
..
internal/rlpstruct
rlpgen all: replace uses of ioutil with io and os (#24869) 3 years ago
decode.go
decode_tail_test.go
decode_test.go all: replace strings.Replace with string.ReplaceAll (#24835) 3 years ago
doc.go rlp: fix typo in comment (#24595) 3 years ago
encbuffer.go rlp, trie: faster trie node encoding (#24126) 3 years ago
encbuffer_example_test.go
encode.go rlp, trie: faster trie node encoding (#24126) 3 years ago
encode_test.go all: replace uses of ioutil with io and os (#24869) 3 years ago
encoder_example_test.go
iterator.go
iterator_test.go
raw.go
raw_test.go
safe.go
typecache.go
unsafe.go