quorum/eth
gary rong 51db5975cc consensus/ethash: move remote agent logic to ethash internal (#15853)
* consensus/ethash: start remote ggoroutine to handle remote mining

* consensus/ethash: expose remote miner api

* consensus/ethash: expose submitHashrate api

* miner, ethash: push empty block to sealer without waiting execution

* consensus, internal: add getHashrate API for ethash

* consensus: add three method for consensus interface

* miner: expose consensus engine running status to miner

* eth, miner: specify etherbase when miner created

* miner: commit new work when consensus engine is started

* consensus, miner: fix some logics

* all: delete useless interfaces

* consensus: polish a bit
2018-08-03 11:33:37 +03:00
..
downloader eth: conform better to the golint standards (#16783) 2018-06-14 13:14:52 +03:00
fetcher eth/fetcher: fix annotation (#16969) 2018-06-13 17:02:28 +03:00
filters eth/filters: fix the block range assignment for log filter (#17284) 2018-07-31 12:10:38 +03:00
gasprice
tracers all: simplify switches (#17267) 2018-07-30 12:30:09 +03:00
api.go consensus/ethash: move remote agent logic to ethash internal (#15853) 2018-08-03 11:33:37 +03:00
api_backend.go accounts, eth, les: blockhash based filtering on all code paths 2018-07-12 18:16:54 +03:00
api_test.go
api_tracer.go trie: cache collapsed tries node, not rlp blobs (#16876) 2018-06-21 11:28:05 +02:00
backend.go consensus/ethash: move remote agent logic to ethash internal (#15853) 2018-08-03 11:33:37 +03:00
bloombits.go
config.go
gen_config.go
handler.go all: simplify switches (#17267) 2018-07-30 12:30:09 +03:00
handler_test.go
helper_test.go
metrics.go
peer.go all: switch out defunct set library to different one (#16873) 2018-07-16 10:54:19 +03:00
protocol.go
protocol_test.go
sync.go
sync_test.go