quorum/light
Felix Lange a31d268b76 trie: remove Key in MissingNodeError
The key was constructed from nibbles, which isn't possible for all
nodes. Remove the only use of Key in LightTrie by always retrying with
the original key that was looked up.
2017-04-18 14:52:11 +02:00
..
lightchain.go consensus, core, ethstats: use engine specific block beneficiary (#14318) 2017-04-12 16:38:31 +03:00
lightchain_test.go consensus, core: drop all the legacy custom core error types 2017-04-06 17:34:19 +03:00
odr.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
odr_test.go consensus, core, ethstats: use engine specific block beneficiary (#14318) 2017-04-12 16:38:31 +03:00
odr_util.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
state.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
state_object.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
state_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
trie.go trie: remove Key in MissingNodeError 2017-04-18 14:52:11 +02:00
txpool.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
txpool_test.go core, consensus: pluggable consensus engines (#3817) 2017-04-05 00:16:29 +02:00
vm_env.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00