plugeth/les
gary rong 098a2b6e26
eth: move eth.Config to a common package (#22205)
This moves the eth config definition into a separate package, eth/ethconfig. 
Packages eth and les can now import this common package instead of
importing eth from les, reducing dependencies.

Co-authored-by: Felix Lange <fjl@twurst.com>
2021-02-05 13:51:15 +01:00
..
checkpointoracle
flowcontrol
lespay
utils les/utils: UDP rate limiter (#21930) 2021-01-28 22:47:15 +01:00
api_backend.go eth/tracers: move tracing APIs into eth/tracers (#22161) 2021-01-25 14:36:39 +01:00
api_test.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
api.go
benchmark.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
bloombits.go
client_handler.go eth, les: add new config field SyncFromCheckpoint (#22123) 2021-01-19 10:52:45 +01:00
client.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
clientpool_test.go
clientpool.go
commons.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
costtracker.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
distributor_test.go
distributor.go
enr_entry.go les: switch to new discv5 (#21940) 2021-01-26 21:41:35 +01:00
fetcher_test.go
fetcher.go
handler_test.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
metrics.go
odr_requests.go trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 2021-02-02 13:09:23 +01:00
odr_test.go
odr.go
peer_test.go les: introduce forkID (#21974) 2020-12-10 17:20:55 +01:00
peer.go les: les/4 minimalistic version (#21909) 2020-12-15 20:12:14 +01:00
protocol.go les: les/4 minimalistic version (#21909) 2020-12-15 20:12:14 +01:00
pruner_test.go
pruner.go
request_test.go
retrieve.go les: don't drop sentTo for normal cases (#22048) 2021-01-15 23:04:38 +01:00
server_handler.go les: remove useless protocol defines (#22115) 2021-01-16 19:06:18 +01:00
server.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
serverpool_test.go les: switch to new discv5 (#21940) 2021-01-26 21:41:35 +01:00
serverpool.go les: switch to new discv5 (#21940) 2021-01-26 21:41:35 +01:00
servingqueue.go
state_accessor.go eth/tracers: move tracing APIs into eth/tracers (#22161) 2021-01-25 14:36:39 +01:00
sync_test.go eth, les: add new config field SyncFromCheckpoint (#22123) 2021-01-19 10:52:45 +01:00
sync.go eth, les: add new config field SyncFromCheckpoint (#22123) 2021-01-19 10:52:45 +01:00
test_helper.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
txrelay.go les: remove transaction propagation limits (#22125) 2021-01-07 23:39:35 +01:00
ulc_test.go
ulc.go