core/state/snapshot: fix binary iterator (#20970)

# Conflicts:
#	core/state/snapshot/iterator_binary.go
#	core/state/snapshot/iterator_test.go
This commit is contained in:
gary rong 2020-04-24 19:43:49 +08:00 committed by Igor Mandrigin
parent 126d94fa7c
commit 91061d043e

View File

@ -788,22 +788,4 @@ commit 8a2e8faadd55a81090996afdd6b9e082bb32f72b
Author: Gary Rong <garyrong0905@gmail.com>
Date: Fri Apr 24 19:43:49 2020 +0800
core/state/snapshot: fix binary iterator (#20970)
commit 44ff3f3dc98a5bd72e06ff6b05739c2dce8c9b62
Author: Gary Rong <garyrong0905@gmail.com>
Date: Fri Apr 24 19:37:56 2020 +0800
trie: initial implementation for range proof (#20908)
* trie: initial implementation for range proof
* trie: add benchmark
* trie: fix lint
* trie: fix minor issue
* trie: unset the edge valuenode as well
* trie: unset the edge valuenode as nilValuenode
core/state/snapshot: fix binary iterator (#20970)