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.
Felix Lange
b27589517a
consensus/ethash: simplify concurrency in VerifyHeaders
This change removes a convoluted use of sync/atomic from VerifyHeaders.
It also fixes the annoying error about future blocks.
|
8 years ago |
.. |
algorithm.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
algorithm_go1.7.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
algorithm_go1.8.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
algorithm_go1.8_test.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
algorithm_test.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
consensus.go
|
consensus/ethash: simplify concurrency in VerifyHeaders
|
8 years ago |
consensus_test.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
ethash.go
|
consensus, eth: don't CPU mine by default during remote mining
|
8 years ago |
ethash_test.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |
sealer.go
|
consensus, eth: don't CPU mine by default during remote mining
|
8 years ago |
xor.go
|
core, consensus: pluggable consensus engines (#3817)
|
8 years ago |