Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
flowcontrol
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
api_backend.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
backend.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
distributor.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
distributor_test.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
execqueue.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
fetcher.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
handler.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
handler_test.go
all: gofmt -w -s
8 years ago
helper_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
metrics.go
all: fix spelling errors
8 years ago
odr.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
odr_requests.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
odr_test.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
peer.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
protocol.go
all: update license information
8 years ago
randselect.go
les: implement light server pool
8 years ago
randselect_test.go
all: gofmt -w -s
8 years ago
request_test.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
server.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
serverpool.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago
sync.go
all: import "context" instead of "golang.org/x/net/context"
8 years ago
txrelay.go
les: implement request distributor, fix blocking issues ( #3660 )
8 years ago