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.
gary rong
5f8888e116
accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)
* accounts, consensus, core, eth: make chain maker consensus agnostic
* consensus, core: move CalcDifficulty to Engine interface
* consensus: add docs for calcDifficulty function
* consensus, core: minor comment fixups
|
7 years ago |
.. |
api.go
|
all: import "context" instead of "golang.org/x/net/context"
|
8 years ago |
downloader.go
|
eth/downloader: minor comments cleanup (#15495)
|
7 years ago |
downloader_test.go
|
accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)
|
7 years ago |
events.go
|
all: fix license headers one more time
|
9 years ago |
fakepeer.go
|
build: enable unconvert linter (#15456)
|
7 years ago |
metrics.go
|
eth/downloader: separate state sync from queue (#14460)
|
7 years ago |
modes.go
|
cmd/geth: add --config file flag (#13875)
|
8 years ago |
peer.go
|
all: fix code comment typos (#15547)
|
7 years ago |
queue.go
|
eth, les: Refactor downloader peer to use structs
|
7 years ago |
statesync.go
|
eth/downloader: track peer drops and deassign state sync tasks
|
7 years ago |
types.go
|
eth, les, light: Refactor downloader to use blockchain interface
|
7 years ago |