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
Martin Holst Swende 94ab4ea341
core/rawdb: fix transaction indexing/unindexing hashing error (#22457)
4 years ago
..
decode.go rlp: handle case of normal EOF in Stream.readFull (#22336) 4 years ago
decode_tail_test.go all: update license information 9 years ago
decode_test.go rlp: handle case of normal EOF in Stream.readFull (#22336) 4 years ago
doc.go rlp: improve nil pointer handling (#20064) 5 years ago
encode.go rlp: reduce allocations for big.Int and byte array encoding (#21291) 4 years ago
encode_test.go all: simplify nested complexity and if blocks ending with a return statement (#21854) 4 years ago
encoder_example_test.go rlp: improve nil pointer handling (#20064) 5 years ago
iterator.go core/rawdb: fix transaction indexing/unindexing hashing error (#22457) 4 years ago
iterator_test.go cmd, core, eth: background transaction indexing (#20302) 4 years ago
raw.go core/types, rlp: optimize derivesha (#21728) 4 years ago
raw_test.go core/types, rlp: optimize derivesha (#21728) 4 years ago
typecache.go rlp: reduce allocations for big.Int and byte array encoding (#21291) 4 years ago