1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/trie
Darioush Jalali 2dfa4bcf6c
trie: test for edgecase in VerifyRangeProof (#24257)
* trie/proof: edge case for VerifyRangeProof

* more consistency with other tests in the file

* trie: fix test todo

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-01-21 14:35:30 +01:00
..
committer.go
database.go
database_test.go
encoding.go
encoding_test.go
errors.go
hasher.go
iterator.go trie: use keyvalue reader for non-mutating methods (#24221) 2022-01-11 22:36:48 +02:00
iterator_test.go
node.go
node_test.go
proof.go trie: fix range prover (#24266) 2022-01-21 10:41:51 +01:00
proof_test.go trie: test for edgecase in VerifyRangeProof (#24257) 2022-01-21 14:35:30 +01:00
secure_trie.go
secure_trie_test.go
stacktrie.go trie: simplify StackTrie implementation (#23950) 2021-11-29 11:02:40 +01:00
stacktrie_test.go trie: more tests for stacktrie (#23936) 2021-11-22 08:49:18 +01:00
sync.go Merge pull request #24117 from holiman/db_has 2022-01-06 11:30:11 +02:00
sync_test.go core, eth, les, trie: remove the sync bloom, used by fast sync 2021-12-03 12:32:41 +02:00
trie.go
trie_test.go