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.
 
 
 
 
 
 
go-ethereum/eth
Felföldi Zsolt 2cdf6ee7e0 light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
..
downloader eth: conform better to the golint standards (#16783) 7 years ago
fetcher eth/fetcher: fix annotation (#16969) 7 years ago
filters eth/filters: fix the block range assignment for log filter (#17284) 7 years ago
gasprice
tracers all: simplify switches (#17267) 7 years ago
api.go consensus/ethash: move remote agent logic to ethash internal (#15853) 7 years ago
api_backend.go accounts, eth, les: blockhash based filtering on all code paths 7 years ago
api_test.go
api_tracer.go eth, trie: fix tracer GC which accidentally pruned the metaroot 7 years ago
backend.go light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
bloombits.go light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
config.go cmd, consensus/ethash, eth: miner push notifications 7 years ago
gen_config.go
handler.go all: simplify switches (#17267) 7 years ago
handler_test.go
helper_test.go core, eth: minor txpool event cleanups 7 years ago
metrics.go
peer.go all: switch out defunct set library to different one (#16873) 7 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
sync_test.go