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
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.
4 years ago
..
checkpointoracle
les/checkpointoracle: don't lookup checkpoint more than once per minute ( #21285 )
4 years ago
flowcontrol
all: update author list and licenses
5 years ago
lespay/ client
les, les/lespay: implement new server pool ( #20758 )
5 years ago
utils
les, les/lespay: implement new server pool ( #20758 )
5 years ago
api.go
les/checkpointoracle: move oracle into its own package ( #20508 )
5 years ago
api_backend.go
les: historical data garbage collection ( #19570 )
4 years ago
api_test.go
build: use golangci-lint ( #20295 )
5 years ago
balance.go
les: rename UpdateBalance to AddBalance and simplify return format ( #20304 )
5 years ago
balance_test.go
les: rework clientpool ( #20077 )
5 years ago
benchmark.go
les, les/lespay/client: add service value statistics and API ( #20837 )
5 years ago
bloombits.go
les: handler separation ( #19639 )
5 years ago
client.go
les: historical data garbage collection ( #19570 )
4 years ago
client_handler.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
clientpool.go
all: fix typos in comments ( #21118 )
5 years ago
clientpool_test.go
les, miner, accounts/abi/bind: fix load-sensitive unit tests ( #20698 )
5 years ago
commons.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
costtracker.go
les: add missing Ticker.Stop call ( #20864 )
5 years ago
distributor.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
distributor_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
enr_entry.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
fetcher.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
handler_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
metrics.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
odr.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
odr_requests.go
les: historical data garbage collection ( #19570 )
4 years ago
odr_test.go
les: historical data garbage collection ( #19570 )
4 years ago
peer.go
all: fix typos in comments ( #21118 )
5 years ago
peer_test.go
les: remove invalid use of t.Fatal in TestHandshake ( #21012 )
5 years ago
protocol.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
pruner.go
les: historical data garbage collection ( #19570 )
4 years ago
pruner_test.go
les: historical data garbage collection ( #19570 )
4 years ago
request_test.go
les: historical data garbage collection ( #19570 )
4 years ago
retrieve.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
server.go
les: historical data garbage collection ( #19570 )
4 years ago
server_handler.go
les: drop the message if the entire p2p connection is stuck ( #21033 )
5 years ago
serverpool.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
serverpool_test.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
servingqueue.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
sync.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
sync_test.go
les: historical data garbage collection ( #19570 )
4 years ago
test_helper.go
les: historical data garbage collection ( #19570 )
4 years ago
txrelay.go
les, les/lespay/client: add service value statistics and API ( #20837 )
5 years ago
ulc.go
cmd, eth, les: fix up ultra light config integration
5 years ago
ulc_test.go
les: historical data garbage collection ( #19570 )
4 years ago