plugeth/les
gary rong 6eef141aef
les: historical data garbage collection (#19570)
This change introduces garbage collection for the light client. Historical
chain data is deleted periodically. If you want to disable the GC, use
the --light.nopruning flag.
2020-07-13 11:02:54 +02:00
..
checkpointoracle les/checkpointoracle: don't lookup checkpoint more than once per minute (#21285) 2020-07-02 10:15:11 +02:00
flowcontrol all: update author list and licenses 2019-07-22 12:17:27 +03:00
lespay/client les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
utils les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
api_backend.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
api_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
api.go les/checkpointoracle: move oracle into its own package (#20508) 2020-01-07 11:24:21 +02:00
balance_test.go les: rework clientpool (#20077) 2019-11-02 13:02:35 +01:00
balance.go les: rename UpdateBalance to AddBalance and simplify return format (#20304) 2019-11-18 12:42:49 +01:00
benchmark.go les, les/lespay/client: add service value statistics and API (#20837) 2020-04-09 11:55:32 +02:00
bloombits.go les: handler separation (#19639) 2019-08-21 11:29:34 +02:00
client_handler.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
client.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
clientpool_test.go les, miner, accounts/abi/bind: fix load-sensitive unit tests (#20698) 2020-02-20 13:05:54 +01:00
clientpool.go all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
commons.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
costtracker.go les: add missing Ticker.Stop call (#20864) 2020-04-02 15:54:59 +02:00
distributor_test.go les: separate peer into clientPeer and serverPeer (#19991) 2020-02-26 11:41:24 +02:00
distributor.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
enr_entry.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
fetcher.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
handler_test.go les: separate peer into clientPeer and serverPeer (#19991) 2020-02-26 11:41:24 +02:00
metrics.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
odr_requests.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
odr_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
odr.go les: separate peer into clientPeer and serverPeer (#19991) 2020-02-26 11:41:24 +02:00
peer_test.go les: remove invalid use of t.Fatal in TestHandshake (#21012) 2020-05-01 13:48:52 +02:00
peer.go all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
protocol.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
pruner_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
pruner.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
request_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
retrieve.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
server_handler.go les: drop the message if the entire p2p connection is stuck (#21033) 2020-05-12 11:02:15 +03:00
server.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
serverpool_test.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
serverpool.go les, les/lespay: implement new server pool (#20758) 2020-05-22 13:46:34 +02:00
servingqueue.go les: separate peer into clientPeer and serverPeer (#19991) 2020-02-26 11:41:24 +02:00
sync_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
sync.go les: separate peer into clientPeer and serverPeer (#19991) 2020-02-26 11:41:24 +02:00
test_helper.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
txrelay.go les, les/lespay/client: add service value statistics and API (#20837) 2020-04-09 11:55:32 +02:00
ulc_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
ulc.go cmd, eth, les: fix up ultra light config integration 2019-07-09 20:34:42 +03:00