1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/trie
Marius van der Wijden 3adfa1fbeb
trie: do not expect ordering in stacktrie during fuzzing (#31170)
This PR removes the assumption of the stacktrie and trie to have the
same ordering. This was hit by the fuzzers on oss-fuzz

---------

Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2025-02-18 10:48:42 +08:00
..
trienode
utils
bytepool.go
committer.go
database_test.go
encoding.go
encoding_test.go
errors.go
hasher.go
iterator.go
iterator_test.go
node.go
node_enc.go
node_test.go
proof.go
proof_test.go
secure_trie.go
secure_trie_test.go
stacktrie.go
stacktrie_fuzzer_test.go trie: do not expect ordering in stacktrie during fuzzing (#31170) 2025-02-18 10:48:42 +08:00
stacktrie_test.go
sync.go
sync_test.go
tracer.go
tracer_test.go
trie.go
trie_id.go
trie_reader.go
trie_test.go trie: do not expect ordering in stacktrie during fuzzing (#31170) 2025-02-18 10:48:42 +08:00
verkle.go
verkle_test.go