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
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
6 years ago
..
downloader
eth: conform better to the golint standards ( #16783 )
6 years ago
fetcher
eth/fetcher: fix annotation ( #16969 )
6 years ago
filters
eth/filters: fix the block range assignment for log filter ( #17284 )
6 years ago
gasprice
eth/gasprice: set default percentile to 60%, count blocks instead of transactions ( #15828 )
7 years ago
tracers
all: simplify switches ( #17267 )
6 years ago
api.go
consensus/ethash: move remote agent logic to ethash internal ( #15853 )
6 years ago
api_backend.go
accounts, eth, les: blockhash based filtering on all code paths
6 years ago
api_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
api_tracer.go
trie: cache collapsed tries node, not rlp blobs ( #16876 )
6 years ago
backend.go
consensus/ethash: move remote agent logic to ethash internal ( #15853 )
6 years ago
bloombits.go
core/rawdb: separate raw database access to own package ( #16666 )
7 years ago
config.go
core, eth, trie: streaming GC for the trie cache ( #16810 )
7 years ago
gen_config.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
handler.go
all: simplify switches ( #17267 )
6 years ago
handler_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
helper_test.go
core, eth: minor txpool event cleanups
7 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
all: switch out defunct set library to different one ( #16873 )
6 years ago
protocol.go
core, eth: minor txpool event cleanups
7 years ago
protocol_test.go
core, eth: minor txpool event cleanups
7 years ago
sync.go
eth: update higest block we know during the sync if a higher was found ( #16283 )
7 years ago
sync_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago