• gary rong's avatar
    all: integrate the freezer with fast sync · 80469bea
    gary rong authored
    * 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
    80469bea
Name
Last commit
Last update
..
flowcontrol Loading commit data...
api.go Loading commit data...
api_backend.go Loading commit data...
api_test.go Loading commit data...
backend.go Loading commit data...
benchmark.go Loading commit data...
bloombits.go Loading commit data...
commons.go Loading commit data...
costtracker.go Loading commit data...
distributor.go Loading commit data...
distributor_test.go Loading commit data...
execqueue.go Loading commit data...
execqueue_test.go Loading commit data...
fetcher.go Loading commit data...
fetcher_test.go Loading commit data...
freeclient.go Loading commit data...
freeclient_test.go Loading commit data...
handler.go Loading commit data...
handler_test.go Loading commit data...
helper_test.go Loading commit data...
metrics.go Loading commit data...
odr.go Loading commit data...
odr_requests.go Loading commit data...
odr_test.go Loading commit data...
peer.go Loading commit data...
peer_test.go Loading commit data...
protocol.go Loading commit data...
randselect.go Loading commit data...
randselect_test.go Loading commit data...
request_test.go Loading commit data...
retrieve.go Loading commit data...
server.go Loading commit data...
serverpool.go Loading commit data...
servingqueue.go Loading commit data...
sync.go Loading commit data...
txrelay.go Loading commit data...
ulc.go Loading commit data...
ulc_test.go Loading commit data...