go-ethereum/rlp
Martin Holst Swende 94ab4ea341
core/rawdb: fix transaction indexing/unindexing hashing error (#22457)
* core/rawdb: more verbose error logs + better hashing

* core/rawdb: add failing testcase

* core/rawdb: properly hash transactions while indexing/unindexing

* core/rawdb: exit on error + better log msg
2021-03-16 12:15:14 +02:00
..
decode_tail_test.go
decode_test.go rlp: handle case of normal EOF in Stream.readFull (#22336) 2021-02-18 10:19:49 +01:00
decode.go rlp: handle case of normal EOF in Stream.readFull (#22336) 2021-02-18 10:19:49 +01:00
doc.go
encode_test.go all: simplify nested complexity and if blocks ending with a return statement (#21854) 2020-11-25 09:24:50 +01:00
encode.go
encoder_example_test.go
iterator_test.go
iterator.go core/rawdb: fix transaction indexing/unindexing hashing error (#22457) 2021-03-16 12:15:14 +02:00
raw_test.go
raw.go
typecache.go