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
80469bea0c
all: integrate the freezer with fast sync
...
* all: freezer style syncing
core, eth, les, light: clean up freezer relative APIs
core, eth, les, trie, ethdb, light: clean a bit
core, eth, les, light: add unit tests
core, light: rewrite setHead function
core, eth: fix downloader unit tests
core: add receipt chain insertion test
core: use constant instead of hardcoding table name
core: fix rollback
core: fix setHead
core/rawdb: remove canonical block first and then iterate side chain
core/rawdb, ethdb: add hasAncient interface
eth/downloader: calculate ancient limit via cht first
core, eth, ethdb: lots of fixes
* eth/downloader: print ancient disable log only for fast sync
6 years ago
..
downloader
all: integrate the freezer with fast sync
6 years ago
fetcher
all: clean up and proerly abstract database access
6 years ago
filters
core, eth, les, light: scope receipt functionality a bit cleaner
6 years ago
gasprice
cmd, core, eth, miner, params: configurable gas floor and ceil
7 years ago
tracers
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago
api.go
eth: remove redundant chain config fields
6 years ago
api_backend.go
les, light: implement ODR transaction lookup by hash ( #19069 )
6 years ago
api_test.go
all: clean up and proerly abstract database access
6 years ago
api_tracer.go
eth: remove redundant chain config fields
6 years ago
backend.go
cmd, core, eth, les, node: chain freezer on top of db rework
6 years ago
bloombits.go
all: clean up and proerly abstract database access
6 years ago
config.go
cmd, core, eth, les, node: chain freezer on top of db rework
6 years ago
gen_config.go
miner: polish miner configuration ( #19480 )
6 years ago
handler.go
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
6 years ago
handler_test.go
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
6 years ago
helper_test.go
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
6 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
eth, les, light: enforce CHT checkpoints on fast-sync too
6 years ago
protocol.go
eth: fixed the minor typo inside the comments ( #17830 )
6 years ago
protocol_test.go
core, eth: minor txpool event cleanups
7 years ago
sync.go
eth: enforce chain above CHT before accepting txs into the pool
6 years ago
sync_test.go
all: new p2p node representation ( #17643 )
6 years ago
ulc_config.go
les: implement ultralight client ( #16904 )
6 years ago