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.
Felföldi Zsolt
2cdf6ee7e0
light: CHT and bloom trie indexers working in light mode ( #16534 )
...
This PR enables the indexers to work in light client mode by
downloading a part of these tries (the Merkle proofs of the last
values of the last known section) in order to be able to add new
values and recalculate subsequent hashes. It also adds CHT data to
NodeInfo.
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
eth, trie: fix tracer GC which accidentally pruned the metaroot
6 years ago
backend.go
light: CHT and bloom trie indexers working in light mode ( #16534 )
6 years ago
bloombits.go
light: CHT and bloom trie indexers working in light mode ( #16534 )
6 years ago
config.go
cmd, consensus/ethash, eth: miner push notifications
6 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