quorum/light
Péter Szilágyi 09777952ee core, consensus: pluggable consensus engines (#3817)
This commit adds pluggable consensus engines to go-ethereum. In short, it
introduces a generic consensus interface, and refactors the entire codebase to
use this interface.
2017-04-05 00:16:29 +02:00
..
lightchain.go core, consensus: pluggable consensus engines (#3817) 2017-04-05 00:16:29 +02:00
lightchain_test.go core, consensus: pluggable consensus engines (#3817) 2017-04-05 00:16:29 +02:00
odr.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
odr_test.go core, consensus: pluggable consensus engines (#3817) 2017-04-05 00:16:29 +02: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 all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01: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